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