From 2e9230a8ebf4813691a27d936972c322a5d0e762 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 19:10:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 426 +++++++---------------------------------------- 1 file changed, 63 insertions(+), 363 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 790abd2..cda3276 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,25 +33,15 @@ export default function LandingPage() { @@ -60,117 +50,40 @@ export default function LandingPage() {
@@ -182,27 +95,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} metrics={[ - { - id: "m1", - value: "$5.2B", - title: "24h Volume", - description: "Global daily trade volume", - icon: TrendingUp, - }, - { - id: "m2", - value: "1.2M+", - title: "Users", - description: "Active global traders", - icon: Users, - }, - { - id: "m3", - value: "99.9%", - title: "Uptime", - description: "Reliable trading access", - icon: ShieldCheck, - }, + { id: "m1", value: "$5.2B", title: "24h Volume", description: "Global daily trade volume", icon: TrendingUp }, + { id: "m2", value: "1.2M+", title: "Users", description: "Active global traders", icon: Users }, + { id: "m3", value: "99.9%", title: "Uptime", description: "Reliable trading access", icon: ShieldCheck }, ]} title="Platform Excellence" description="High-performance infrastructure built for global scale." @@ -211,25 +106,17 @@ export default function LandingPage() {