This commit is contained in:
null 2026-05-27 21:35:12 -05:00
parent fb12d8cf3c
commit 8c1e0f4c3d
3 changed files with 4 additions and 4 deletions

View File

@ -163,7 +163,7 @@ const Header = () => {
<div className="flex items-center gap-3 pb-4 border-b border-white/10">
<Link to="/" onClick={closeMobileMenu} className="flex items-center gap-3" aria-label="Queue North Technologies Home">
<img src="/logo.png" alt="Queue North Technologies" className="brand-logo-on-dark h-12 w-auto" />
<span className="font-bold text-xl tracking-tight">Queue North Technologies</span>
<span className="font-bold text-sm tracking-tight whitespace-nowrap text-white">Queue North Technologies</span>
</Link>
</div>

View File

@ -17,7 +17,7 @@ const proofPoints = [
detail: 'Networking and communications implementation',
logo: '/assets/brand/Cisco-Partner-Logo_trasnp_w.png',
logoAlt: 'Cisco Partner certification logo',
logoClassName: 'h-full w-full scale-[1.5]',
logoClassName: 'h-full w-full scale-[2]',
containerClass: 'p-1 overflow-hidden',
},
{ label: 'Veteran owned', detail: 'Disciplined delivery and direct accountability', icon: Users, containerClass: '' },

View File

@ -180,11 +180,11 @@ const Home = () => {
<span className="text-sm font-semibold leading-tight text-primary-navy text-center lg:text-left">8x8 Certified Partner</span>
</div>
<div className="flex flex-col items-center gap-2 lg:flex-row lg:gap-3 lg:justify-start">
<span className="flex h-16 w-20 shrink-0 items-center justify-center rounded-md border border-border bg-white p-1">
<span className="flex h-16 w-20 shrink-0 items-center justify-center rounded-md border border-border bg-white p-1 overflow-hidden">
<img
src="/assets/brand/cisco-partner-logo-midnight.svg"
alt="Cisco Partner certification logo"
className="h-full w-full object-contain"
className="h-full w-full object-contain scale-[1.5]"
/>
</span>
<span className="text-sm font-semibold leading-tight text-primary-navy text-center lg:text-left">Cisco Certified Partner</span>