diff --git a/src/app/page.tsx b/src/app/page.tsx
index adbafe3..07990e2 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,11 +30,11 @@ export default function LandingPage() {
@@ -57,9 +57,9 @@ export default function LandingPage() {
{ "text": "Natur nach Hause holen", "href": "/shop" },
{ "text": "Mehr über uns", "href": "/about" }
]}
- buttonAnimation="text-shift"
+ buttonAnimation="expand-hover"
tag="Fronigerhof seit Generationen"
- tagAnimation="reveal-blur"
+ tagAnimation="expand-hover"
carouselPosition="right"
useInvertedBackground={false}
/>
@@ -104,7 +104,7 @@ export default function LandingPage() {
buttons={[
{ "text": "Alpenkraft entdecken", "href": "/shop" }
]}
- buttonAnimation="text-shift"
+ buttonAnimation="expand-hover"
/>
@@ -136,7 +136,7 @@ export default function LandingPage() {
buttons={[
{ "text": "Alle Beiträge lesen", "href": "/news" }
]}
- buttonAnimation="text-shift"
+ buttonAnimation="expand-hover"
/>