Update src/app/page.tsx

This commit is contained in:
2026-03-12 11:08:43 +00:00
parent fe02ca08c8
commit 7380e49fa0

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}