From ac079c70658735ffb7ee788cdcf4ff7a3148b9db Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 11:06:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9429a71..a9f2ea4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -120,7 +120,7 @@ export default function LandingPage() { } ]} gridVariant="two-items-per-row" - animationType="slide-up" + animationType="blur-reveal" useInvertedBackground={true} /> @@ -133,7 +133,7 @@ export default function LandingPage() { tagIcon={Zap} tagAnimation="opacity" textboxLayout="default" - animationType="opacity" + animationType="scale-rotate" useInvertedBackground={false} plans={[ { @@ -200,7 +200,8 @@ export default function LandingPage() { tagIcon={HelpCircle} tagAnimation="opacity" textboxLayout="default" - faqsAnimation="slide-up" + faqsAnimation="smooth" + animationType="smooth" showCard={true} faqs={[ { @@ -282,4 +283,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file