Update src/app/page.tsx

This commit is contained in:
2026-05-10 18:40:46 +00:00
parent 81a031ba0f
commit 14aeeda4ac

View File

@@ -67,7 +67,7 @@ export default function LandingPage() {
]}
buttons={[
{
text: "Book Now", href: "#contact"},
text: "Termin vereinbaren", href: "#contact"},
{
text: "Visit Us", href: "https://maps.google.com/?q=Bahnhofstraße+2,+49504+Lotte"},
]}
@@ -226,4 +226,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}