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() {