From f5f6ca501866c959c2dc6e5473fed7e64cc5cf3b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 13:26:20 +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 07990e2..a4957b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,9 +57,9 @@ export default function LandingPage() { { "text": "Natur nach Hause holen", "href": "/shop" }, { "text": "Mehr über uns", "href": "/about" } ]} - buttonAnimation="expand-hover" + buttonAnimation="text-stagger" tag="Fronigerhof seit Generationen" - tagAnimation="expand-hover" + tagAnimation="text-stagger" carouselPosition="right" useInvertedBackground={false} /> @@ -104,7 +104,7 @@ export default function LandingPage() { buttons={[ { "text": "Alpenkraft entdecken", "href": "/shop" } ]} - buttonAnimation="expand-hover" + buttonAnimation="text-stagger" />
@@ -136,7 +136,7 @@ export default function LandingPage() { buttons={[ { "text": "Alle Beiträge lesen", "href": "/news" } ]} - buttonAnimation="expand-hover" + buttonAnimation="text-stagger" />
-- 2.49.1