From 7380e49fa0cf1f85a923b42630037c1090986fcd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 11:08:43 +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 709e5c1..4d6c3d9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { enableKpiAnimation={true} tag="Boutique Café Experience" buttons={[ - { text: "Reservieren", href: "#contact" }, + { text: "Tisch reservieren", href: "#contact" }, { text: "Menü ansehen", href: "#menu" } ]} imageSrc="http://img.b2bpic.net/free-photo/cup-coffee-with-decorations-plant-wooden-surface_181624-60401.jpg?_wi=1" @@ -239,4 +239,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}