From be5bf7f539e828a6ff02c733e799396e37a055f1 Mon Sep 17 00:00:00 2001 From: jikrana Date: Fri, 26 Jun 2026 21:44:39 +0530 Subject: [PATCH] Fix #182: Added premium shadow, glass effect, and animated hover underline to navbar for better distinction from hero --- client/src/components/Home/LandingPage.tsx | 108 +++++++++++++++++++-- 1 file changed, 101 insertions(+), 7 deletions(-) diff --git a/client/src/components/Home/LandingPage.tsx b/client/src/components/Home/LandingPage.tsx index 3351444..4d2c9d7 100644 --- a/client/src/components/Home/LandingPage.tsx +++ b/client/src/components/Home/LandingPage.tsx @@ -240,10 +240,11 @@ const LandingPage: React.FC = () => { return (
{/* Navigation - FIXED: md se lg breakpoint par change kiya */} + {/*
+ */} + + {/* ===== Navigation - UPGRADED PREMIUM NAVBAR (Fix #182) ===== */} + {/* Hero Section */}