diff --git a/components/Navbar.tsx b/components/Navbar.tsx index b0a4807..2dabedc 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -88,58 +88,76 @@ export function Navbar() { {/* Mobile Menu Overlay */}
-
-
- AYDOĞAN - Nakliyat & Vinç -
- + {/* Background Image for Mobile Menu */} +
+ Mobile menu background +
-
- {NAV_LINKS.map((link, idx) => ( - +
+
+ AYDOĞAN + Nakliyat & Vinç +
+
+ + +
-
- - - - {siteConfig.contact.phone} - +
+ {NAV_LINKS.map((link, idx) => ( + setMobileMenuOpen(false)} + className={cn( + "font-headline text-4xl font-bold uppercase tracking-tighter transition-all hover:translate-x-4 flex items-center gap-4 group", + pathname === link.href ? "text-primary" : "text-white/60" + )} + style={{ transitionDelay: `${idx * 50}ms` }} + > +
+ {link.name} + + ))} +
+ +
+ + + + {siteConfig.contact.phone} + +