This commit is contained in:
parent
d8a975431f
commit
990139b77f
|
|
@ -56,7 +56,7 @@ const Header = () => {
|
|||
<img
|
||||
src="/logo.png"
|
||||
alt="Queue North Technologies"
|
||||
className="h-10 w-auto flex-shrink-0"
|
||||
className="h-10 md:h-12 w-auto flex-shrink-0"
|
||||
/>
|
||||
<span className="font-bold text-2xl text-white hidden sm:block tracking-tight">Queue North</span>
|
||||
</Link>
|
||||
|
|
@ -133,7 +133,7 @@ const Header = () => {
|
|||
<div className="flex flex-col h-full">
|
||||
<div className="flex items-center gap-3 mb-6">
|
||||
<Link to="/" onClick={closeMobileMenu} className="flex items-center gap-3" aria-label="Queue North Technologies Home">
|
||||
<img src="/logo.png" alt="Queue North" className="h-11 w-auto" />
|
||||
<img src="/logo.png" alt="Queue North" className="h-14 w-auto" />
|
||||
<span className="font-bold text-2xl">Queue North</span>
|
||||
</Link>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -122,31 +122,7 @@ const Home = () => {
|
|||
</div>
|
||||
</section>
|
||||
|
||||
{/* Trust Bar */}
|
||||
<section className="bg-section-alt py-12">
|
||||
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||
<div className="text-center mb-8">
|
||||
<h2 className="text-2xl font-semibold text-primary-navy mb-2">Trusted Partner</h2>
|
||||
<p className="text-soft-text">8x8 and Cisco Certified Partner with proven expertise</p>
|
||||
</div>
|
||||
<div className="flex flex-wrap justify-center items-center gap-8 md:gap-16 opacity-70">
|
||||
<div className="flex items-center gap-3">
|
||||
<img src="/assets/8x8_Logo_White.svg" alt="8x8 Certified Partner logo" className="h-8 brightness-0 invert" />
|
||||
<span className="font-medium">8x8 Certified Partner</span>
|
||||
</div>
|
||||
<div className="flex items-center gap-3">
|
||||
<ShieldCheck className="h-8 w-8 text-primary-navy" />
|
||||
<span className="font-medium">Cisco Certified Partner</span>
|
||||
</div>
|
||||
<div className="flex items-center gap-3">
|
||||
<Award className="h-8 w-8 text-primary-navy" />
|
||||
<span className="font-medium">Veteran Owned</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{/* Trust Bar - Partner Certifications */}
|
||||
{/* Trusted Partners */ }
|
||||
<section className="bg-primary-navy py-16 md:py-24">
|
||||
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
|
||||
<h2 className="text-2xl md:text-3xl font-bold text-white mb-8">Trusted Partners</h2>
|
||||
|
|
|
|||
Loading…
Reference in New Issue