From 446e5159ff091d3e267fa5fae6e01697014b70c3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 07:59:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0aad7b4..a530f6e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,7 +78,7 @@ export default function LandingPage() { showStepNumbers={true} textboxLayout="default" useInvertedBackground={false} - animationType="smooth" + animationType="slide-up" /> @@ -205,6 +205,7 @@ export default function LandingPage() { ]} textPosition="left" useInvertedBackground={false} + faqsAnimation="slide-up" animationType="smooth" /> -- 2.49.1