Update src/app/page.tsx

This commit is contained in:
2026-05-30 21:05:30 +00:00
parent 1e0093f86c
commit 45e3064944

View File

@@ -262,7 +262,7 @@ export default function LandingPage() {
description="Wir freuen uns darauf, Sie bei Game of Grill begrüßen zu dürfen. Kontaktieren Sie uns für Reservierungen oder Fragen."
background={{"variant":"plain"}}
useInvertedBackground={false}
inputPlaceholder="Ihre E-Mail-Adresse"
inputPlaceholder="Ihre E-Mail"
buttonText="Nachricht senden"
termsText="Mit dem Absenden erklären Sie sich mit unseren Datenschutzbestimmungen einverstanden."
/>
@@ -274,8 +274,8 @@ export default function LandingPage() {
logoText="Game of Grill"
columns={[
{ title: "Menü", items: [{ label: "Pizza", href: "#menu" }, { label: "Burger", href: "#menu" }, { label: "Angebote", href: "#pricing" }] },
{ title: "Über Uns", items: [{ label: "Unsere Geschichte", href: "#about" }, { label: "Das Team", href: "#" }] },
{ title: "Service", items: [{ label: "FAQ", href: "#faq" }, { label: "Kontakt", href: "#contact" }, { label: "Datenschutz", href: "#" }] }
{ title: "Über Uns", items: [{ label: "Unsere Geschichte", href: "#about" }, { label: "Das Team", href: "#about" }] },
{ title: "Service", items: [{ label: "FAQ", href: "#faq" }, { label: "Kontakt", href: "#contact" }, { label: "Datenschutz", href: "/" }] }
]}
copyrightText="© 2024 Game of Grill. Alle Rechte vorbehalten."
/>