From f16cad879d57f0718bff7430e1f7399cd536c5b9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 18:56:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2fe8403..7954f73 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: "Jetzt anrufen", href: "tel:+49542166789" }, - { text: "Hofladen besuchen", href: "#products" } + { text: "Eier direkt bestellen", href: "#products" }, + { text: "Jetzt anrufen", href: "tel:+49542166789" } ]} buttonAnimation="slide-up" mediaItems={[ -- 2.49.1