From aafa089fd3ad2b43dbc85677033b1429823d4dd3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 18:57:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7954f73..b330aaf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,8 +48,8 @@ export default function LandingPage() { tagIcon={Leaf} tagAnimation="slide-up" buttons={[ - { text: "Eier direkt bestellen", href: "#products" }, - { text: "Jetzt anrufen", href: "tel:+49542166789" } + { text: "Jetzt anrufen", href: "tel:+49542166789" }, + { text: "Hofladen besuchen", href: "#products" } ]} buttonAnimation="slide-up" mediaItems={[ @@ -190,7 +190,7 @@ export default function LandingPage() {