diff --git a/src/app/page.tsx b/src/app/page.tsx index 5cf577e..6b65e01 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,6 +97,7 @@ export default function LandingPage() {
@@ -208,7 +203,7 @@ export default function LandingPage() { sideDescription="Everything you need to know about trading, learning, and competing on InGame" useInvertedBackground={false} textPosition="left" - animationType="smooth" + faqsAnimation="smooth" faqs={[ { id: "1", title: "Is InGame really free?", content: "Yes, 100% free. You get 100,000 virtual credits to start trading immediately with no hidden costs, no credit card required, and no premium upsells blocking core features." @@ -229,7 +224,6 @@ export default function LandingPage() { id: "6", title: "Can I transfer to real investing?", content: "InGame teaches you the exact mechanics of real investing, but we don't handle real trades. You'll be ready to open a real broker account when you're confident in your strategy." } ]} - faqsAnimation="slide-up" />