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 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 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 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