From 576674979475d74055c3a24e1af8baa91202e5cb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 09:57:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 271d48b..617357c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,7 +74,7 @@ export default function LandingPage() { ]} showBorder={true} useInvertedBackground={true} - buttonAnimation="slide-up" + buttonAnimation="none" /> @@ -127,7 +127,7 @@ export default function LandingPage() { } ]} textboxLayout="default" - animationType="reveal-blur" + animationType="slide-up" useInvertedBackground={true} /> @@ -158,7 +158,7 @@ export default function LandingPage() { imageAlt="Support and guidance" mediaPosition="left" textboxLayout="default" - animationType="slide-up" + animationType="smooth" faqsAnimation="slide-up" useInvertedBackground={false} /> -- 2.49.1