From 079d976e9faf787f9bd4e2e598e8015837ccaded Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 22:58:41 +0000 Subject: [PATCH] Switch to version 1: modified 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 fc03748..a49f1eb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/ornate-table-art-nouveau-style_23-2150975531.jpg" imageAlt="Hochwertiges antikes Möbelstück" buttons={[ - { text: "Jetzt kostenlos bewerten lassen", href: "contact" }, + { text: "Kostenlose Bewertung", href: "contact" }, { text: "Jetzt anrufen", href: "#" } ]} /> @@ -220,4 +220,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}