diff --git a/src/app/page.tsx b/src/app/page.tsx
index 734ba64..86eee4b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -89,8 +89,8 @@ export default function LandingPage() {
mediaAnimation="slide-up"
rating={5}
ratingText="Basierend auf 500+ Bewertungen"
- tagAnimation="reveal-blur"
- buttonAnimation="bounce-effect"
+ tagAnimation="text-stagger"
+ buttonAnimation="text-stagger"
/>
@@ -103,7 +103,7 @@ export default function LandingPage() {
{ text: "Mehr über uns erfahren", href: "#" }
]}
useInvertedBackground={true}
- buttonAnimation="bounce-effect"
+ buttonAnimation="text-stagger"
/>
@@ -120,7 +120,7 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
- tagAnimation="reveal-blur"
+ tagAnimation="text-stagger"
/>
@@ -189,7 +189,7 @@ export default function LandingPage() {
imageAlt={getAssetAlt("contact-image", "Moderne und helle Zahnarztpraxis")}
mediaPosition="right"
buttonText="Nachricht senden"
- mediaAnimation="bounce-effect"
+ mediaAnimation="text-stagger"
/>