From 27270f3a48b55c0f8a40b4bf6165c7add97dde67 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:13:58 +0000 Subject: [PATCH 1/4] Update src/app/community/page.tsx --- src/app/community/page.tsx | 143 +++++++++---------------------------- 1 file changed, 34 insertions(+), 109 deletions(-) diff --git a/src/app/community/page.tsx b/src/app/community/page.tsx index f000785..f382015 100644 --- a/src/app/community/page.tsx +++ b/src/app/community/page.tsx @@ -44,47 +44,17 @@ export default function CommunityPage() { Date: Thu, 5 Mar 2026 18:13:58 +0000 Subject: [PATCH 2/4] Update src/app/create/page.tsx --- src/app/create/page.tsx | 98 ++++++++++++----------------------------- 1 file changed, 27 insertions(+), 71 deletions(-) diff --git a/src/app/create/page.tsx b/src/app/create/page.tsx index 2737cc0..415dbfa 100644 --- a/src/app/create/page.tsx +++ b/src/app/create/page.tsx @@ -44,28 +44,13 @@ export default function CreatePage() { Date: Thu, 5 Mar 2026 18:13:58 +0000 Subject: [PATCH 3/4] Update src/app/games/page.tsx --- src/app/games/page.tsx | 97 ++++++++++++------------------------------ 1 file changed, 28 insertions(+), 69 deletions(-) diff --git a/src/app/games/page.tsx b/src/app/games/page.tsx index 278f0d1..63a12cd 100644 --- a/src/app/games/page.tsx +++ b/src/app/games/page.tsx @@ -43,37 +43,17 @@ export default function GamesPage() { Date: Thu, 5 Mar 2026 18:13:59 +0000 Subject: [PATCH 4/4] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4186ada..1bdba7a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -120,8 +120,8 @@ export default function HomePage() { /> - {/* Featured Games Section */} - {/* Creation Tools Section */} -
+
{/* Creators Section */} -
+
@@ -343,7 +343,7 @@ export default function HomePage() { background={{ variant: "rotated-rays-animated-grid" }} useInvertedBackground={false} inputPlaceholder="Enter your email" - buttonText="Get Exclusive Creator Tips" + buttonText="Join Community" termsText="By signing up, you agree to our Terms of Service and Privacy Policy. We'll send you updates about GameVerse features and community events." />
@@ -356,10 +356,10 @@ export default function HomePage() { columns={[ { title: "Games", items: [ - { label: "Discover Games", href: "#games" }, - { label: "Top Charts", href: "#games" }, - { label: "New Releases", href: "#games" }, - { label: "Categories", href: "#games" }, + { label: "Discover Games", href: "/games" }, + { label: "Top Charts", href: "/games" }, + { label: "New Releases", href: "/games" }, + { label: "Categories", href: "/games" }, ], }, { @@ -372,7 +372,7 @@ export default function HomePage() { }, { title: "Community", items: [ - { label: "Community Hub", href: "#community" }, + { label: "Community Hub", href: "/community" }, { label: "Forums", href: "#" }, { label: "Events", href: "#" }, { label: "Contests", href: "#" }, @@ -385,4 +385,4 @@ export default function HomePage() {
); -} +} \ No newline at end of file -- 2.49.1