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() { - {/* 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