1 Commits

Author SHA1 Message Date
6114a0bd1a Update src/app/page.tsx 2026-04-20 16:00:34 +00:00

View File

@@ -65,6 +65,12 @@ export default function LandingPage() {
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"},
]}
mediaAnimation="slide-up"
/>
@@ -166,9 +172,9 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo
animationType="blur-reveal"
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"},
@@ -176,6 +182,10 @@ export default function LandingPage() {
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"},
]}
title="Student Success Stories"
description="Hear from successful traders who built their careers using our comprehensive methodologies."
@@ -187,14 +197,14 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
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: "q1", title: "Do I need experience to start?", content: "No, our Beginner Foundations course is designed specifically for people new to the market."},
{
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: "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: "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."},
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."},
]}
sideTitle="Trading Education FAQ"
sideDescription="Learn how our structured curriculum helps you master professional trading methodologies."
sideTitle="Frequently Asked Questions"
sideDescription="Everything you need to know about our trading education programs."
faqsAnimation="blur-reveal"
/>
</div>
@@ -202,18 +212,18 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={true}
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."
title="Ready to Start Your Journey?"
description="Have questions about our mentorship or specific curriculums? Reach out to our admissions team."
inputs={[
{
name: "name", type: "text", placeholder: "Full Name", required: true,
},
{
name: "email", type: "email", placeholder: "Support Email", required: true,
name: "email", type: "email", placeholder: "Email Address", required: true,
},
]}
textarea={{
name: "message", placeholder: "Describe your request for trading assistance", rows: 4,
name: "message", placeholder: "How can we help?", rows: 4,
}}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-customer-support-representative-wearing-headset-while-working-call-center_637285-133.jpg"
/>
@@ -225,27 +235,19 @@ export default function LandingPage() {
{
items: [
{
label: "Learning Dashboard", href: "#hero"},
label: "About Us", href: "#about"},
{
label: "Trading Courses", href: "#pricing"},
label: "Courses", href: "#pricing"},
{
label: "Support Center", href: "#contact"},
label: "Contact", href: "#contact"},
],
},
{
items: [
{
label: "Trading App iOS", href: "#"},
{
label: "Trading App Android", href: "#"},
],
},
{
items: [
{
label: "Terms of Service", href: "#"},
{
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service", href: "#"},
],
},
]}