diff --git a/src/app/page.tsx b/src/app/page.tsx index 40dab55..b2ad126 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file