Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a6947d67b4 | |||
| d75baf2994 |
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user