From ef9d6fc40acb0baa5a4fc3f8154b555c58a2f81a Mon Sep 17 00:00:00 2001 From: ayrisdev Date: Sun, 12 Apr 2026 19:28:24 +0300 Subject: [PATCH] style: replace mobile menu image with a sleek gradient and noise background --- components/Navbar.tsx | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) 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 */} -
- Mobile menu background -
-
+ {/* Clean Gradient Background for Mobile Menu */} +
+
+