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() {