From 65ab2ffe3cc1d5c05637fdf2706000ae36933315 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:50:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index be18dae..9a3720b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -142,7 +142,7 @@ export default function LandingPage() { buttons={[]} buttonAnimation="slide-up" textboxLayout="default" - animationType="blur-reveal" + animationType="smooth" useInvertedBackground={true} features={[ { @@ -283,7 +283,7 @@ export default function LandingPage() { buttons={[]} buttonAnimation="slide-up" textboxLayout="default" - animationType="blur-reveal" + animationType="smooth" useInvertedBackground={true} faqsAnimation="slide-up" faqs={[ -- 2.49.1