Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4c2e225fa7 | |||
| 0bf8e2136c |
237
src/app/page.tsx
237
src/app/page.tsx
@@ -33,25 +33,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="TradeLearn"
|
||||
/>
|
||||
@@ -60,42 +50,21 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "canvas-reveal",
|
||||
}}
|
||||
variant: "canvas-reveal"}}
|
||||
title="Master the Markets with Professional Trading Education"
|
||||
description="Unlock advanced strategies, real-time analytics, and expert-led courses designed to elevate your trading journey from novice to master."
|
||||
tag="Trusted by 10,000+ Traders"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Learning",
|
||||
href: "#pricing",
|
||||
},
|
||||
text: "Start Learning", href: "#pricing"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-looking-into-crypto-currency-stock-market_482257-2365.jpg",
|
||||
imageAlt: "Trading Chart Analytics",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-looking-into-crypto-currency-stock-market_482257-2365.jpg", imageAlt: "Trading Chart Analytics"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-dark-earth-space_23-2151051317.jpg",
|
||||
imageAlt: "Global Market Data",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-dark-earth-space_23-2151051317.jpg", imageAlt: "Global Market Data"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-success-growth-visualization_23-2152011787.jpg",
|
||||
imageAlt: "Growth Financial Charts",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boardroom-table-with-tablet-running-isolated-mockup-night-lights-performance-projections_482257-136166.jpg",
|
||||
imageAlt: "Trader Workstation",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-african-american-entrepreneur-analyzing-company-profit_482257-20207.jpg",
|
||||
imageAlt: "Trading Interface",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-graphs-performance-metrics-monitors-office_482257-126569.jpg",
|
||||
imageAlt: "Market Analysis Tools",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-success-growth-visualization_23-2152011787.jpg", imageAlt: "Growth Financial Charts"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -108,19 +77,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 +96,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 +114,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 +150,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."
|
||||
@@ -244,42 +168,14 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwo
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Jenkins",
|
||||
role: "Full-time Trader",
|
||||
testimonial: "The institutional order flow course changed my perspective on market volatility completely.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-car-showroom_1303-17442.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Jenkins", role: "Full-time Trader", testimonial: "The institutional order flow course changed my perspective on market volatility completely.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-car-showroom_1303-17442.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark Sterling",
|
||||
role: "Crypto Enthusiast",
|
||||
testimonial: "Finally, a trading course that actually emphasizes risk management over lucky signals.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-writing-down-her-thoughts-corporate-lady-sits-outdoors-works-brainstorming_1258-116716.jpg",
|
||||
},
|
||||
id: "2", name: "Mark Sterling", role: "Crypto Enthusiast", testimonial: "Finally, a trading course that actually emphasizes risk management over lucky signals.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-writing-down-her-thoughts-corporate-lady-sits-outdoors-works-brainstorming_1258-116716.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Alice Thompson",
|
||||
role: "Aspiring Investor",
|
||||
testimonial: "The mentorship sessions were invaluable. I now feel confident navigating bear markets.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-working-desk_273609-12809.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Wu",
|
||||
role: "Day Trader",
|
||||
testimonial: "The daily live trading room is where the real learning happens. Unbeatable value.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-mature-businessman-with-cup-coffee_23-2147955276.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Chloe Vance",
|
||||
role: "Swing Trader",
|
||||
testimonial: "I've quadrupled my portfolio since I started following these disciplined strategies.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-teenager-boy-eyeglasses-holds-tablet-pc-smartphone_613910-11920.jpg",
|
||||
},
|
||||
id: "3", name: "Alice Thompson", role: "Aspiring Investor", testimonial: "The mentorship sessions were invaluable. I now feel confident navigating bear markets.", imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-working-desk_273609-12809.jpg"},
|
||||
]}
|
||||
title="Student Success Stories"
|
||||
description="Hear from successful traders who built their careers using our comprehensive methodologies."
|
||||
@@ -291,23 +187,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do I need experience to start?",
|
||||
content: "No, our Beginner Foundations course is designed specifically for people new to the market.",
|
||||
},
|
||||
id: "q1", title: "What educational materials are provided?", content: "Our curriculum includes video modules, downloadable strategy PDFs, weekly live webinars, and access to our private community."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are these signals or education?",
|
||||
content: "We focus exclusively on education and developing your trading discipline. We do not offer buy/sell signals.",
|
||||
},
|
||||
id: "q2", title: "Can I track my trading progress?", content: "Yes, all courses include progress tracking tools to monitor your understanding of market theory and execution skills."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "How do live trading sessions work?",
|
||||
content: "Members gain access to a private Discord where we stream our analysis and trade execution in real-time.",
|
||||
},
|
||||
id: "q3", title: "Do you offer certifications upon completion?", content: "Yes, students receive a digital certificate of completion after successfully passing the final assessment for each advanced module."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Everything you need to know about our trading education programs."
|
||||
sideTitle="Trading Education FAQ"
|
||||
sideDescription="Learn how our structured curriculum helps you master professional trading methodologies."
|
||||
faqsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -315,26 +202,18 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={true}
|
||||
title="Ready to Start Your Journey?"
|
||||
description="Have questions about our mentorship or specific curriculums? Reach out to our admissions team."
|
||||
title="Get Trading Support"
|
||||
description="Need guidance on selecting the right course or troubleshooting your account? Our dedicated support team is here to help you succeed."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Full Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Full Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Support Email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help?",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Describe your request for trading assistance", rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-customer-support-representative-wearing-headset-while-working-call-center_637285-133.jpg"
|
||||
/>
|
||||
@@ -346,29 +225,27 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Learning Dashboard", href: "#hero"},
|
||||
{
|
||||
label: "Courses",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Trading Courses", href: "#pricing"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Support Center", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Trading App iOS", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Trading App Android", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user