From 10dc052b188f320210739c54683ee7c34786b1cf Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 03:17:07 +0000 Subject: [PATCH 1/4] Update src/app/discover/page.tsx --- src/app/discover/page.tsx | 162 ++++++++++++-------------------------- 1 file changed, 52 insertions(+), 110 deletions(-) diff --git a/src/app/discover/page.tsx b/src/app/discover/page.tsx index 02d4e8d..7e6eb5f 100644 --- a/src/app/discover/page.tsx +++ b/src/app/discover/page.tsx @@ -7,7 +7,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import { LayoutDashboard, Lightbulb, Star, TrendingUp } from "lucide-react"; -export default function LandingPage() { +export default function DiscoverPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1 From 2b5b3e7b0bfaf34905d2a55b2176ef42c9831c6d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 03:17:07 +0000 Subject: [PATCH 2/4] Update src/app/games/page.tsx --- src/app/games/page.tsx | 162 +++++++++++++---------------------------- 1 file changed, 52 insertions(+), 110 deletions(-) diff --git a/src/app/games/page.tsx b/src/app/games/page.tsx index 1a14174..a601370 100644 --- a/src/app/games/page.tsx +++ b/src/app/games/page.tsx @@ -7,7 +7,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import { AlertTriangle, Award, Briefcase, MousePointer, Timer } from "lucide-react"; -export default function LandingPage() { +export default function GamesPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1 From 1c2402b3c7cd8ba647ddc850d94d91ce637bbb42 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 03:17:08 +0000 Subject: [PATCH 3/4] Update src/app/lab/page.tsx --- src/app/lab/page.tsx | 161 ++++++++++++++----------------------------- 1 file changed, 52 insertions(+), 109 deletions(-) diff --git a/src/app/lab/page.tsx b/src/app/lab/page.tsx index 3e7e219..1603595 100644 --- a/src/app/lab/page.tsx +++ b/src/app/lab/page.tsx @@ -7,7 +7,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import { Activity, AlertTriangle, Database, Target, Users } from "lucide-react"; -export default function LandingPage() { +export default function LabPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1 From 9f55522c87a6a9c1ee94fbb46c54a988a85ffaae Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 03:17:08 +0000 Subject: [PATCH 4/4] Update src/app/page.tsx --- src/app/page.tsx | 316 +++++++++++++++-------------------------------- 1 file changed, 100 insertions(+), 216 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index acdfc1a..cf18099 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -26,228 +26,112 @@ export default function LandingPage() { headingFontWeight="normal" > - + -
- -
+
+ +
-
-
+
+
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1