Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8ef8d203e7 | |||
| 3ef16c7b4e | |||
| c7542d78b1 | |||
| f6b4583d59 | |||
| 485ce66e3b | |||
| 4d199ba979 | |||
| 49973d6a5f |
@@ -104,7 +104,7 @@ export default function LandingPage() {
|
|||||||
title="Erlebe Mili’s Café online"
|
title="Erlebe Mili’s Café online"
|
||||||
description="Folge uns für tägliche Inspirationen, neue Gerichte und mediterrane Vibes aus der Neustadt."
|
description="Folge uns für tägliche Inspirationen, neue Gerichte und mediterrane Vibes aus der Neustadt."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Instagram öffnen", href: "https://www.instagram.com/milis_cafe_/" },
|
{ text: "Instagram öffnen", href: "https://www.instagram.com/milis_cafe/" },
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -141,7 +141,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{ id: "1", title: "Wie reserviere ich einen Tisch?", content: "Sende uns einfach eine Nachricht über unser Kontaktformular oder ruf uns an." },
|
{ id: "1", title: "Wie reserviere ich einen Tisch?", content: "Reserviere deinen Tisch direkt über unser Online-Tool unter https://www.miliscafe-hamburg.de/" },
|
||||||
{ id: "2", title: "Bietet ihr vegane Optionen an?", content: "Ja, wir bieten verschiedene vegetarische und vegane Frühstücksoptionen an." },
|
{ id: "2", title: "Bietet ihr vegane Optionen an?", content: "Ja, wir bieten verschiedene vegetarische und vegane Frühstücksoptionen an." },
|
||||||
{ id: "3", title: "Habt ihr einen Außenbereich?", content: "Bei gutem Wetter begrüßen wir euch gerne auf unserer sonnigen Terrasse." },
|
{ id: "3", title: "Habt ihr einen Außenbereich?", content: "Bei gutem Wetter begrüßen wir euch gerne auf unserer sonnigen Terrasse." },
|
||||||
]}
|
]}
|
||||||
@@ -156,7 +156,7 @@ export default function LandingPage() {
|
|||||||
logoText="Mili’s Cafe"
|
logoText="Mili’s Cafe"
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Kontakt", items: [{ label: "Neustädter Neuer Weg 20", href: "https://maps.app.goo.gl/yC7LqP7Jb5J9f5K88" }, { label: "040 71622282", href: "tel:+494071622282" }] },
|
{ title: "Kontakt", items: [{ label: "Neustädter Neuer Weg 20", href: "https://maps.app.goo.gl/yC7LqP7Jb5J9f5K88" }, { label: "040 71622282", href: "tel:+494071622282" }] },
|
||||||
{ title: "Rechtliches", items: [{ label: "Impressum", href: "#" }, { label: "Datenschutz", href: "#" }] },
|
{ title: "Rechtliches", items: [{ label: "Impressum", href: "/impressum" }, { label: "Datenschutz", href: "/datenschutz" }] },
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user