diff --git a/src/pages/About.jsx b/src/pages/About.jsx index b291315..766e64a 100644 --- a/src/pages/About.jsx +++ b/src/pages/About.jsx @@ -3,22 +3,24 @@ import { Link } from 'react-router-dom' import { ArrowRight, Award, CheckCircle2, Compass, Cpu, Handshake, Headphones, Route, Users, Wrench } from 'lucide-react' const proofPoints = [ - { label: '25+ years', detail: 'Communications and infrastructure experience', icon: Award, accent: 'text-primary-blue', bg: 'bg-sky-50', border: 'border-t-primary-blue' }, + { label: '25+ years', detail: 'Communications and infrastructure experience', icon: Award, containerClass: '' }, { label: '8x8 Certified Partner', detail: 'Sales, engineering, build, deployment, and support', logo: '/assets/brand/8x8-logo-white.svg', logoAlt: '8x8 Certified Partner logo', logoClassName: 'h-6 w-14', + containerClass: 'px-2', }, { label: 'Cisco Partner', detail: 'Networking and communications implementation', logo: '/assets/brand/cisco-partner-logo-white.svg', logoAlt: 'Cisco Partner certification logo', - logoClassName: 'h-6 w-14', + logoClassName: 'h-full w-full', + containerClass: 'p-1', }, - { label: 'Veteran owned', detail: 'Disciplined delivery and direct accountability', icon: Users, accent: 'text-amber-600', bg: 'bg-amber-50', border: 'border-t-accent-gold' }, + { label: 'Veteran owned', detail: 'Disciplined delivery and direct accountability', icon: Users, containerClass: '' }, ] const operatingPrinciples = [ @@ -109,7 +111,7 @@ const About = () => {
diff --git a/src/pages/Support.jsx b/src/pages/Support.jsx index db6d157..66ed13d 100644 --- a/src/pages/Support.jsx +++ b/src/pages/Support.jsx @@ -51,7 +51,7 @@ const Support = () => {