From 9d1f99c3bfc10a6ce11d1ff2801f3b6eadf9ee57 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 21:08:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 253 ++++++++++------------------------------------- 1 file changed, 54 insertions(+), 199 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3dff635..f443a3f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,62 +48,39 @@ export default function LandingPage() {
@@ -123,22 +92,13 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - title: "Active Players", - value: "1.2M+", - icon: Users, + id: "m1", title: "Active Players", value: "1.2M+", icon: Users, }, { - id: "m2", - title: "Total Prize Pool", - value: "$4.5M", - icon: Trophy, + id: "m2", title: "Total Prize Pool", value: "$4.5M", icon: Trophy, }, { - id: "m3", - title: "Tournaments Held", - value: "15K+", - icon: Star, + id: "m3", title: "Tournaments Held", value: "15K+", icon: Star, }, ]} title="Elite Global Rankings" @@ -153,19 +113,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Real-time Brackets", - description: "Automatic updates when match outcomes are reported.", - icon: LayoutDashboard, + title: "Real-time Brackets", description: "Automatic updates when match outcomes are reported.", icon: LayoutDashboard, }, { - title: "Integrated Chat", - description: "Low-latency communication during your tournament matches.", - icon: MessageSquare, + title: "Integrated Chat", description: "Low-latency communication during your tournament matches.", icon: MessageSquare, }, { - title: "Anti-Cheat Engine", - description: "Kernel-level protection ensures fair play for every participant.", - icon: ShieldCheck, + title: "Anti-Cheat Engine", description: "Kernel-level protection ensures fair play for every participant.", icon: ShieldCheck, }, ]} title="Platform Capabilities" @@ -175,52 +129,23 @@ export default function LandingPage() {
@@ -352,16 +220,13 @@ export default function LandingPage() { @@ -372,29 +237,19 @@ export default function LandingPage() { logoText="NEXUS" columns={[ { - title: "Platform", - items: [ + title: "Platform", items: [ { - label: "About", - href: "#", - }, + label: "About", href: "#"}, { - label: "Team", - href: "#", - }, + label: "Team", href: "#"}, ], }, { - title: "Legals", - items: [ + title: "Legals", items: [ { - label: "Privacy", - href: "#", - }, + label: "Privacy", href: "#"}, { - label: "Terms", - href: "#", - }, + label: "Terms", href: "#"}, ], }, ]} -- 2.49.1