Update src/app/page.tsx

This commit is contained in:
2026-03-09 12:45:35 +00:00
parent 44b7d8c8b1
commit 032c79962c

View File

@@ -198,22 +198,22 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1", title: "Is this course suitable for beginners?", content: "Yes, absolutely! While the course draws from professional trading experience, it's designed for traders at all levels. We start with fundamentals and progressively build advanced strategies. No prior trading experience is required."
id: "1", title: "Will I get the trading system immediately?", content: "Yes! You get instant access to all course materials upon enrollment. All video lessons, templates, indicators, and resources are available immediately in your member dashboard."
},
{
id: "2", title: "How long does it take to complete the course?", content: "The Foundation course takes approximately 4-6 weeks if you dedicate 10-15 hours per week. The Pro and Elite tiers include ongoing live sessions and mentorship, providing long-term learning and support."
id: "2", title: "Is there ongoing support?", content: "Foundation tier includes lifetime access to materials and email support. Pro and Elite tiers include live weekly sessions, private community access, and dedicated support channels for enhanced guidance."
},
{
id: "3", title: "Will I get the trading system immediately?", content: "Yes! You get instant access to all course materials upon enrollment. All video lessons, templates, indicators, and resources are available immediately in your member dashboard."
id: "3", title: "Is this course suitable for beginners?", content: "Yes, absolutely! While the course draws from professional trading experience, it's designed for traders at all levels. We start with fundamentals and progressively build advanced strategies. No prior trading experience is required."
},
{
id: "4", title: "What if I'm not profitable after the course?", content: "We offer a 90-day money-back guarantee on the Elite tier. However, profitability depends on your dedication, discipline, and market conditions. The course provides proven strategies; your execution determines results."
id: "4", title: "How long does it take to complete the course?", content: "The Foundation course takes approximately 4-6 weeks if you dedicate 10-15 hours per week. The Pro and Elite tiers include ongoing live sessions and mentorship, providing long-term learning and support."
},
{
id: "5", title: "Do I need specific trading software or brokers?", content: "No. The strategies work with any major broker (TD Ameritrade, Interactive Brokers, E*TRADE, etc.) and charting platform (TradingView, Thinkorswim, etc.). We recommend broker-agnostic tools for flexibility."
id: "5", title: "What if I'm not profitable after the course?", content: "We offer a 90-day money-back guarantee on the Elite tier. However, profitability depends on your dedication, discipline, and market conditions. The course provides proven strategies; your execution determines results."
},
{
id: "6", title: "Is there ongoing support after the course?", content: "Foundation tier includes lifetime access to materials and email support. Pro and Elite tiers include live weekly sessions, private community access, and dedicated support channels for enhanced guidance."
id: "6", title: "Do I need specific trading software or brokers?", content: "No. The strategies work with any major broker (TD Ameritrade, Interactive Brokers, E*TRADE, etc.) and charting platform (TradingView, Thinkorswim, etc.). We recommend broker-agnostic tools for flexibility."
}
]}
faqsAnimation="slide-up"