From 8f20670292db1dc48b13799497d37bfa6f1fd1f4 Mon Sep 17 00:00:00 2001 From: null Date: Wed, 27 May 2026 14:27:30 -0500 Subject: [PATCH] breadcrumbs --- src/pages/About.jsx | 14 ++++++++------ src/pages/Contact.jsx | 2 +- src/pages/Support.jsx | 2 +- 3 files changed, 10 insertions(+), 8 deletions(-) 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 = () => {

Accountable communications infrastructure, built around how your business actually works. @@ -135,7 +137,7 @@ const About = () => { const Icon = point.icon return (
- + {point.logo ? ( { className={`${point.logoClassName} object-contain`} /> ) : ( -
diff --git a/src/pages/Contact.jsx b/src/pages/Contact.jsx index 7e9e42f..356ce6f 100644 --- a/src/pages/Contact.jsx +++ b/src/pages/Contact.jsx @@ -162,7 +162,7 @@ const Contact = () => {
- Contact Queue North + Contact

Let's Talk

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 = () => {

Get help without getting handed off.