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 +}