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