diff --git a/src/app/page.tsx b/src/app/page.tsx index ecbc62e..94b0847 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,25 +33,15 @@ export default function LandingPage() { @@ -60,42 +50,27 @@ export default function LandingPage() {
@@ -108,19 +83,13 @@ export default function LandingPage() { metrics={[ { icon: GraduationCap, - label: "Students Taught", - value: "15,000+", - }, + label: "Students Taught", value: "15,000+"}, { icon: TrendingUp, - label: "Market Success Rate", - value: "89%", - }, + label: "Market Success Rate", value: "89%"}, { icon: Award, - label: "Certified Curriculums", - value: "50+", - }, + label: "Certified Curriculums", value: "50+"}, ]} metricsAnimation="slide-up" /> @@ -133,17 +102,11 @@ export default function LandingPage() { useInvertedBackground={false} negativeCard={{ items: [ - "No overnight success promises", - "No automated trading bots", - "No low-quality signals", - ], + "No overnight success promises", "No automated trading bots", "No low-quality signals"], }} positiveCard={{ items: [ - "In-depth market structure analysis", - "Risk management best practices", - "Psychological training for traders", - ], + "In-depth market structure analysis", "Risk management best practices", "Psychological training for traders"], }} title="Comprehensive Learning Path" description="We bridge the gap between complex market theory and profitable trading execution." @@ -157,51 +120,27 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "beginner", - name: "Beginner Foundations", - price: "$49/mo", - features: [ - "Introduction to Candlesticks", - "Market Terminology", - "Basic Support & Resistance", - ], + id: "beginner", name: "Beginner Foundations", price: "$49/mo", features: [ + "Introduction to Candlesticks", "Market Terminology", "Basic Support & Resistance"], buttons: [ { - text: "Get Started", - href: "#contact", - }, + text: "Get Started", href: "#contact"}, ], }, { - id: "pro", - name: "Pro Trader Program", - price: "$199/mo", - features: [ - "Advanced Price Action", - "Risk Management Masterclass", - "1-on-1 Mentorship Session", - ], + id: "pro", name: "Pro Trader Program", price: "$199/mo", features: [ + "Advanced Price Action", "Risk Management Masterclass", "1-on-1 Mentorship Session"], buttons: [ { - text: "Join Pro", - href: "#contact", - }, + text: "Join Pro", href: "#contact"}, ], }, { - id: "elite", - name: "Elite Institutional", - price: "$499/mo", - features: [ - "Institutional Order Flow", - "Full Algorithmic Setup", - "Daily Live Trading Room Access", - ], + id: "elite", name: "Elite Institutional", price: "$499/mo", features: [ + "Institutional Order Flow", "Full Algorithmic Setup", "Daily Live Trading Room Access"], buttons: [ { - text: "Apply Now", - href: "#contact", - }, + text: "Apply Now", href: "#contact"}, ], }, ]} @@ -217,23 +156,14 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - icon: LineChart, - title: "Portfolio Growth", - value: "240%", - }, + id: "m1", icon: LineChart, + title: "Portfolio Growth", value: "240%"}, { - id: "m2", - icon: ShieldCheck, - title: "Risk Win Ratio", - value: "1:3.5", - }, + id: "m2", icon: ShieldCheck, + title: "Risk Win Ratio", value: "1:3.5"}, { - id: "m3", - icon: Zap, - title: "Avg Execution Speed", - value: "12ms", - }, + id: "m3", icon: Zap, + title: "Avg Execution Speed", value: "12ms"}, ]} title="Performance at a Glance" description="Track the impact of our curriculum on student portfolio performance and growth." @@ -242,44 +172,20 @@ export default function LandingPage() {
@@ -346,29 +235,19 @@ export default function LandingPage() { { items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Courses", - href: "#pricing", - }, + label: "Courses", href: "#pricing"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]}