diff --git a/src/app/page.tsx b/src/app/page.tsx index 32f88be..282fc01 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"