Update src/app/page.tsx
This commit is contained in:
@@ -172,7 +172,6 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
@@ -197,14 +196,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>
|
||||
@@ -212,18 +211,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: "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"
|
||||
/>
|
||||
@@ -235,19 +234,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: "Trading App Android", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user