From 8b0fb583c73e2cae0a03f9077048c35422db2d66 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 13:39:39 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b7945cb..e684f4d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import SplitAbout from '@/components/sections/about/SplitAbout'; import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { BarChart2, Edit3, Zap } from "lucide-react"; +import { BarChart2, Edit3, Zap, BrainCircuit } from "lucide-react"; export default function GamingPage() { return ( @@ -35,7 +35,7 @@ export default function GamingPage() { navItems={[ { name: "Getting Started", id: "hero" }, { name: "Fabric Features", id: "features" }, - { name: "Modding API", id: "about" }, + { name: "Mod Idea Guide", id: "mod-guide" }, { name: "Community", id: "team" } ]} brandName="FabricForge" @@ -76,6 +76,22 @@ export default function GamingPage() { /> +
+ +
+
Date: Wed, 15 Apr 2026 13:41:49 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 280 ++++++++++++++++++++++++----------------------- 1 file changed, 143 insertions(+), 137 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e684f4d..363bd0d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import BlogCardThree from '@/components/sections/blog/BlogCardThree'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; @@ -12,7 +11,6 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import { BarChart2, Edit3, Zap, BrainCircuit } from "lucide-react"; export default function GamingPage() { @@ -30,149 +28,157 @@ export default function GamingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} \ No newline at end of file +} -- 2.49.1