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