Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-03-12 11:08:53 +00:00

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>
);
}
}