Update src/app/page.tsx

This commit is contained in:
2026-03-09 23:21:16 +00:00
parent ab380759de
commit 1d7a6bc124

View File

@@ -69,7 +69,7 @@ export default function LandingPage() {
]}
carouselPosition="right"
buttons={[
{ text: "📞 Tisch reservieren", href: "tel:+497555123456" },
{ text: "Jetzt Tisch reservieren", href: "tel:+497555123456" },
{ text: "Speisekarte ansehen", href: "#specialties" },
]}
buttonAnimation="slide-up"
@@ -252,4 +252,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}