From ad9e8f7f161a085b8245cef162d776121ed06ad8 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 08:47:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) 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" />
-- 2.49.1