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 (