From d18e45ef18f32d7c4b1637815136b85fb886cbe4 Mon Sep 17 00:00:00 2001 From: nitin mohan Date: Thu, 9 Jul 2026 15:29:13 +0530 Subject: [PATCH 1/2] fixed the header scrooling glitch and improved light mode colour backgroun --- app/dashboard/page.tsx | 25 +++++++------------------ app/layout.tsx | 2 +- components/navbar.tsx | 8 +++++--- error_body.html | 0 features/landing/hero.tsx | 2 +- features/landing/universities.tsx | 6 +++--- 6 files changed, 17 insertions(+), 26 deletions(-) create mode 100644 error_body.html diff --git a/app/dashboard/page.tsx b/app/dashboard/page.tsx index 48962ca..9f2480c 100644 --- a/app/dashboard/page.tsx +++ b/app/dashboard/page.tsx @@ -9,23 +9,12 @@ export default function DashboardPage() {
{/* Background Layers */}
- {/* Light Mode Wavy Refraction Background (Properly visible at the top) */} -
+ {/* Premium Light Mode Background - Soft & Clean */} +
+
+
+
+
{/* Top Section Divider for visual separation from Universities */} @@ -34,7 +23,7 @@ export default function DashboardPage() {
{/* 1. Premium Welcome Banner (Full Width) */} -
+
{/* Ambient Background Glow (Dark Mode only) */}
diff --git a/app/layout.tsx b/app/layout.tsx index 63aa535..a28e002 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -110,7 +110,7 @@ export default function RootLayout({ return ( - {/* glow */} -
+ {/* glow background container */} +
+
+
diff --git a/error_body.html b/error_body.html new file mode 100644 index 0000000..e69de29 diff --git a/features/landing/hero.tsx b/features/landing/hero.tsx index 58c30dc..795d95c 100644 --- a/features/landing/hero.tsx +++ b/features/landing/hero.tsx @@ -88,7 +88,7 @@ export default function Hero() { {/* Light Mode: Base gradient */}
- {/* Light Mode: Refined Gradient Blobs */} + {/* Light Mode: Refined Gradient Blobs (Forcing Hot Reload to clear Hydration mismatch) */}
diff --git a/features/landing/universities.tsx b/features/landing/universities.tsx index da6e1e4..182d1c8 100644 --- a/features/landing/universities.tsx +++ b/features/landing/universities.tsx @@ -64,15 +64,15 @@ export default function Universities() { }); return ( -
- {/* Background Layers */} +
+ {/* Background Layers - Restored Wavy Effect */}
{/* Light Mode Wavy Refraction Background - Centered with edge fade */}
Date: Thu, 9 Jul 2026 15:29:55 +0530 Subject: [PATCH 2/2] format --- app/layout.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index a28e002..15182d8 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -109,10 +109,7 @@ export default function RootLayout({ }) { return ( - +