From 3b5c643f815bbb412526c245cb8c65cfa05eed32 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 20:23:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c88dcd7..9f9d556 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -123,7 +123,7 @@ export default function LandingPage() { tagIcon={Package} tagAnimation="blur-reveal" textboxLayout="default" - animationType="slide-up" + animationType="blur-reveal" useInvertedBackground={false} gridVariant="three-columns-all-equal-width" carouselMode="buttons" @@ -149,7 +149,7 @@ export default function LandingPage() { tagIcon={CheckCircle} tagAnimation="blur-reveal" textboxLayout="default" - animationType="slide-up" + animationType="blur-reveal" useInvertedBackground={false} features={[ { @@ -202,7 +202,7 @@ export default function LandingPage() { tagIcon={Heart} tagAnimation="blur-reveal" textboxLayout="default" - animationType="slide-up" + animationType="blur-reveal" useInvertedBackground={false} showRating={true} testimonials={[ @@ -234,7 +234,7 @@ export default function LandingPage() { tagIcon={Tag} tagAnimation="blur-reveal" textboxLayout="default" - animationType="slide-up" + animationType="blur-reveal" useInvertedBackground={false} carouselMode="buttons" plans={[ @@ -280,10 +280,9 @@ export default function LandingPage() { tagIcon={HelpCircle} tagAnimation="blur-reveal" textboxLayout="default" - animationType="slide-up" + faqsAnimation="blur-reveal" useInvertedBackground={false} mediaAnimation="blur-reveal" - faqsAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/young-distraught-call-center-agent-communicating-with-client-while-using-desktop-pc-office_637285-6461.jpg" imageAlt="Customer support team" mediaPosition="right" -- 2.49.1