fix(ui): remove duplicate trust section (#173), enlarge logo and add home link (#154)

This commit is contained in:
null 2026-05-18 09:44:44 -05:00
parent d8a975431f
commit 990139b77f
2 changed files with 7 additions and 31 deletions

View File

@ -53,10 +53,10 @@ const Header = () => {
{/* Logo */}
<div className="flex items-center gap-3">
<Link to="/" className="flex items-center gap-3" aria-label="Queue North Technologies Home">
<img
src="/logo.png"
alt="Queue North Technologies"
className="h-10 w-auto flex-shrink-0"
<img
src="/logo.png"
alt="Queue North Technologies"
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,11 +133,11 @@ 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>
<nav className="flex flex-col space-y-6" aria-label="Mobile navigation">
<div>
<ul className="space-y-2">

View File

@ -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>