From 11d3ee98bd5056bc6fd64a9224812d05b06162f1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 13:26:51 +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 a4957b9..5aadd9e 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="text-stagger" + buttonAnimation="text-shift" tag="Fronigerhof seit Generationen" - tagAnimation="text-stagger" + tagAnimation="text-shift" carouselPosition="right" useInvertedBackground={false} /> @@ -104,7 +104,7 @@ export default function LandingPage() { buttons={[ { "text": "Alpenkraft entdecken", "href": "/shop" } ]} - buttonAnimation="text-stagger" + buttonAnimation="text-shift" />
@@ -136,7 +136,7 @@ export default function LandingPage() { buttons={[ { "text": "Alle Beiträge lesen", "href": "/news" } ]} - buttonAnimation="text-stagger" + buttonAnimation="text-shift" />
-- 2.49.1