From 6b36c83ea5bcb3cdb07eefd818f7c142b58c75a3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 21:26:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 357 ++++++++--------------------------------------- 1 file changed, 56 insertions(+), 301 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5335ea5..6ecd5ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,26 +32,11 @@ export default function LandingPage() { @@ -174,24 +92,8 @@ export default function LandingPage() { animationType="depth-3d" textboxLayout="default" useInvertedBackground={false} - negativeCard={{ - items: [ - "Lack of discipline", - "Poor strategy execution", - "Emotional trading bias", - "Random market entry", - "Ignoring volatility", - ], - }} - positiveCard={{ - items: [ - "Institutional rigor", - "Algorithmic clarity", - "Data-driven decisions", - "Disciplined risk management", - "Systematic execution", - ], - }} + negativeCard={{ items: ["Lack of discipline", "Poor strategy execution", "Emotional trading bias", "Random market entry", "Ignoring volatility"] }} + positiveCard={{ items: ["Institutional rigor", "Algorithmic clarity", "Data-driven decisions", "Disciplined risk management", "Systematic execution"] }} title="Elevating Market Intelligence" description="Compare amateur mistakes vs institutional standards." /> @@ -203,24 +105,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} metrics={[ - { - id: "m1", - icon: BookOpen, - title: "Knowledge Hub", - value: "500+", - }, - { - id: "m2", - icon: BarChart, - title: "Market Assets", - value: "120+", - }, - { - id: "m3", - icon: TrendingUp, - title: "Strategies", - value: "85+", - }, + { id: "m1", icon: BookOpen, title: "Knowledge Hub", value: "500+" }, + { id: "m2", icon: BarChart, title: "Market Assets", value: "120+" }, + { id: "m3", icon: TrendingUp, title: "Strategies", value: "85+" } ]} title="Global Market Authority" description="Comprehensive data and education resources." @@ -231,44 +118,15 @@ export default function LandingPage() { @@ -375,21 +178,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "q1", - title: "Is TradingAtlas suitable for beginners?", - content: "Yes, our Level 1 path is tailored for foundational understanding.", - }, - { - id: "q2", - title: "Do you cover algo trading?", - content: "Our Level 3 course is entirely dedicated to advanced algorithmic strategies.", - }, - { - id: "q3", - title: "Is your data institutional-grade?", - content: "Yes, we focus on methodologies used by top trading firms globally.", - }, + { id: "q1", title: "Is TradingAtlas suitable for beginners?", content: "Yes, our Level 1 path is tailored for foundational understanding." }, + { id: "q2", title: "Do you cover algo trading?", content: "Our Level 3 course is entirely dedicated to advanced algorithmic strategies." }, + { id: "q3", title: "Is your data institutional-grade?", content: "Yes, we focus on methodologies used by top trading firms globally." } ]} title="Frequently Asked" description="Clarifying our learning paths and strategy philosophy." @@ -400,45 +191,9 @@ export default function LandingPage() {