From eb1885b26623a29eb8b4397aeb27d34a5ddeb6da Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 16:07:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5612df9..ec3d1f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,7 +83,7 @@ export default function LandingPage() { tagIcon={Gift} tagAnimation="blur-reveal" textboxLayout="default" - animationType="slide-up" + animationType="smooth" useInvertedBackground={false} products={[ { @@ -123,7 +123,7 @@ export default function LandingPage() { tag="Excellence" tagAnimation="blur-reveal" textboxLayout="default" - animationType="slide-up" + animationType="smooth" useInvertedBackground={false} features={[ { @@ -161,7 +161,7 @@ export default function LandingPage() { tag="Client Stories" tagAnimation="blur-reveal" textboxLayout="default" - animationType="slide-up" + animationType="smooth" useInvertedBackground={false} testimonials={[ { @@ -194,7 +194,7 @@ export default function LandingPage() { tag="Support" tagAnimation="blur-reveal" textboxLayout="default" - animationType="slide-up" + animationType="smooth" useInvertedBackground={false} mediaAnimation="blur-reveal" mediaPosition="left"