Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -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."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user