5 Commits

Author SHA1 Message Date
3615952f17 Merge version_4 into main
Merge version_4 into main
2026-04-14 09:27:34 +00:00
ca84f63c37 Update src/app/page.tsx 2026-04-14 09:27:31 +00:00
56d0d71cad Merge version_3 into main
Merge version_3 into main
2026-04-14 09:26:26 +00:00
a6947d67b4 Update src/app/page.tsx 2026-04-14 09:26:23 +00:00
d75baf2994 Merge version_2 into main
Merge version_2 into main
2026-04-14 09:24:06 +00:00

View File

@@ -112,7 +112,7 @@ export default function LandingPage() {
<ContactSplitForm <ContactSplitForm
useInvertedBackground={false} useInvertedBackground={false}
title="Tisch Reservieren" title="Tisch Reservieren"
description="Sichern Sie sich Ihren Platz für ein unvergessliches italienisches Dinner in Kössen. Tel: 05375 6043" description="Sichern Sie sich Ihren Platz für ein unvergessliches italienisches Dinner in Kössen."
inputs={[ inputs={[
{ name: "name", type: "text", placeholder: "Ihr Name", required: true }, { name: "name", type: "text", placeholder: "Ihr Name", required: true },
{ name: "guests", type: "number", placeholder: "Anzahl der Gäste" }, { name: "guests", type: "number", placeholder: "Anzahl der Gäste" },
@@ -128,8 +128,8 @@ export default function LandingPage() {
<FooterBaseReveal <FooterBaseReveal
logoText="Mamma Mia Trattoria" logoText="Mamma Mia Trattoria"
columns={[ columns={[
{ title: "Standort", items: [{ label: "Dorf 1, 6345 Kössen", href: "#" }] }, { title: "Standort", items: [{ label: "Alleestraße 21, 6345 Kössen", href: "#" }] },
{ title: "Kontakt", items: [{ label: "05375 6043", href: "tel:053756043" }, { label: "info@mamma-mia.at", href: "#" }] }, { title: "Kontakt", items: [{ label: "053756043", href: "tel:053756043" }, { label: "info@mamma-mia.at", href: "#" }] },
{ title: "Info", items: [{ label: "Impressum", href: "#" }, { label: "Datenschutz", href: "#" }] } { title: "Info", items: [{ label: "Impressum", href: "#" }, { label: "Datenschutz", href: "#" }] }
]} ]}
copyrightText="© 2024 Mamma Mia" copyrightText="© 2024 Mamma Mia"
@@ -138,4 +138,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }