From 1a7bb20b6fbc3fd49d32d23c53754da6e29862a1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 18:13:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 208 +++++++++++------------------------------------ 1 file changed, 49 insertions(+), 159 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 296751d..afc03b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -24,8 +24,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Platform", - items: [ + title: "Platform", items: [ { label: "Home", href: "/" }, { label: "Tournaments", href: "/" }, { label: "Leaderboard", href: "/" }, @@ -33,8 +32,7 @@ export default function HomePage() { ], }, { - title: "Community", - items: [ + title: "Community", items: [ { label: "Discord", href: "https://discord.com" }, { label: "Twitter", href: "https://twitter.com" }, { label: "Twitch", href: "https://twitch.tv" }, @@ -42,8 +40,7 @@ export default function HomePage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Rules & Guidelines", href: "/" }, { label: "Support", href: "/" }, { label: "Blog", href: "/" }, @@ -51,8 +48,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "/" }, { label: "Terms of Service", href: "/" }, { label: "Cookie Policy", href: "/" }, @@ -63,16 +59,16 @@ export default function HomePage() { return (