From ce37fb9828a242bd1981a0e16c82458ff5d77a4f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 13:25:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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" />
-- 2.49.1