diff --git a/public/assets/brand/8x8-logo-dark-gray.png b/public/assets/brand/8x8-logo-dark-gray.png index 94ab508..b9e3968 100644 Binary files a/public/assets/brand/8x8-logo-dark-gray.png and b/public/assets/brand/8x8-logo-dark-gray.png differ diff --git a/public/assets/brand/8x8-logo-white.svg b/public/assets/brand/8x8-logo-white.svg new file mode 100644 index 0000000..db07d8a --- /dev/null +++ b/public/assets/brand/8x8-logo-white.svg @@ -0,0 +1,14 @@ + + + + + + + + + + \ No newline at end of file diff --git a/public/assets/brand/cisco-partner-logo-midnight.svg b/public/assets/brand/cisco-partner-logo-midnight.svg new file mode 100644 index 0000000..e62e4ed --- /dev/null +++ b/public/assets/brand/cisco-partner-logo-midnight.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/assets/brand/cisco-partner-logo-white.svg b/public/assets/brand/cisco-partner-logo-white.svg new file mode 100644 index 0000000..971d0fb --- /dev/null +++ b/public/assets/brand/cisco-partner-logo-white.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/pages/About.jsx b/src/pages/About.jsx index b7adda1..91900e2 100644 --- a/src/pages/About.jsx +++ b/src/pages/About.jsx @@ -1,11 +1,23 @@ import SEO from '@/components/SEO' import { Link } from 'react-router-dom' -import { ArrowRight, Award, BadgeCheck, CheckCircle2, Compass, Cpu, Handshake, Headphones, Route, ShieldCheck, Users, Wrench } from 'lucide-react' +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: '8x8 certified', detail: 'Sales, engineering, build, deployment, and support', icon: BadgeCheck, accent: 'text-teal-600', bg: 'bg-teal-50', border: 'border-t-teal-500' }, - { label: 'Cisco certified', detail: 'Networking and communications implementation', icon: ShieldCheck, accent: 'text-cyan-600', bg: 'bg-cyan-50', border: 'border-t-cyan-400' }, + { + 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', + }, + { + label: 'Cisco Partner', + detail: 'Networking and communications implementation', + logo: '/assets/brand/cisco-partner-logo-white.svg', + logoAlt: 'Cisco Partner certification logo', + logoClassName: 'h-10 w-10', + }, { label: 'Veteran owned', detail: 'Disciplined delivery and direct accountability', icon: Users, accent: 'text-amber-600', bg: 'bg-amber-50', border: 'border-t-accent-gold' }, ] @@ -106,8 +118,16 @@ const About = () => { const Icon = point.icon return (
- -