center footer
This commit is contained in:
parent
78967ff56f
commit
ec14701795
|
|
@ -44,13 +44,13 @@ const Footer = () => {
|
|||
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
|
||||
{/* Company Info */}
|
||||
<div>
|
||||
<Link to="/" className="inline-flex items-start gap-4 mb-3 group" aria-label="Queue North Technologies Home">
|
||||
<Link to="/" className="inline-flex items-center gap-4 mb-3 group" aria-label="Queue North Technologies Home">
|
||||
<img
|
||||
src="/logo.png"
|
||||
alt="Queue North Technologies"
|
||||
className="brand-logo-on-dark h-12 w-auto shrink-0 transition-opacity group-hover:opacity-90"
|
||||
/>
|
||||
<span className="pt-1 font-bold text-xl leading-tight tracking-tight text-white">Queue North Technologies</span>
|
||||
<span className="font-bold text-xl leading-tight tracking-tight text-white">Queue North Technologies</span>
|
||||
</Link>
|
||||
<p className="text-navy-light text-sm leading-relaxed mb-5">{companyInfo.tagline}</p>
|
||||
<a
|
||||
|
|
|
|||
|
|
@ -164,14 +164,9 @@ const Header = () => {
|
|||
<Link to="/" onClick={closeMobileMenu} aria-label="Queue North Technologies Home" className="flex-shrink-0">
|
||||
<img src="/logo.png" alt="Queue North Technologies" className="brand-logo-on-dark h-12 w-auto" />
|
||||
</Link>
|
||||
<div className="flex flex-col min-w-0">
|
||||
<Link to="/" onClick={closeMobileMenu} className="font-bold text-sm tracking-tight whitespace-nowrap text-white leading-tight">
|
||||
Queue North Technologies
|
||||
</Link>
|
||||
<a href="tel:+13217308020" onClick={closeMobileMenu} className="text-xs text-white/60 hover:text-primary-cyan transition-colors mt-0.5 whitespace-nowrap">
|
||||
(321) 730-8020
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* Scrollable nav */}
|
||||
|
|
|
|||
Loading…
Reference in New Issue