diff --git a/components/Navbar.tsx b/components/Navbar.tsx index 2dabedc..b8767d7 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -92,17 +92,10 @@ export function Navbar() { mobileMenuOpen ? "opacity-100 translate-y-0" : "opacity-0 -translate-y-full pointer-events-none" )} > - {/* Background Image for Mobile Menu */} -