From b42db18a14d3f28e1c313455512cf32ffe5368c5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 15:55:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 215 ++++++++--------------------------------------- 1 file changed, 34 insertions(+), 181 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 353d69b..419b33d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,69 +30,30 @@ export default function LandingPage() {
@@ -101,19 +62,9 @@ export default function LandingPage() { @@ -125,21 +76,9 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "15M+", - description: "Simulated Trades Executed", - }, - { - id: "m2", - value: "99.9%", - description: "Data Accuracy Rating", - }, - { - id: "m3", - value: "500+", - description: "Global Market Pairs", - }, + { id: "m1", value: "15M+", description: "Simulated Trades Executed" }, + { id: "m2", value: "99.9%", description: "Data Accuracy Rating" }, + { id: "m3", value: "500+", description: "Global Market Pairs" }, ]} title="Real-Time Market Data" description="See why thousands of traders use our data to simulate successful strategies." @@ -148,28 +87,14 @@ export default function LandingPage() {
@@ -275,30 +148,10 @@ export default function LandingPage() { ); -} +} \ No newline at end of file