From cd268f32466fda187de75c7ffa20b274ea22f301 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 12:00:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 65ee52b..3e5f53a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { @@ -103,8 +103,8 @@ export default function LandingPage() { useInvertedBackground={false} tag="How We Work" tagIcon={Lightbulb} - tagAnimation="slide-up" - buttonAnimation="blur-reveal" + tagAnimation="entrance-slide" + buttonAnimation="entrance-slide" /> @@ -132,7 +132,7 @@ export default function LandingPage() { useInvertedBackground={false} tag="Our Impact" tagIcon={Zap} - tagAnimation="slide-up" + tagAnimation="entrance-slide" /> @@ -164,7 +164,7 @@ export default function LandingPage() { useInvertedBackground={false} tag="Testimonials" tagIcon={MessageCircle} - tagAnimation="slide-up" + tagAnimation="entrance-slide" /> @@ -230,7 +230,7 @@ export default function LandingPage() { description="Comprehensive creative and digital solutions tailored to elevate your brand" tag="What We Offer" tagIcon={Briefcase} - tagAnimation="slide-up" + tagAnimation="entrance-slide" textboxLayout="default" animationType="slide-up" useInvertedBackground={false} @@ -240,12 +240,12 @@ export default function LandingPage() {
-- 2.49.1