Merge version_1 into main #1
271
src/app/page.tsx
271
src/app/page.tsx
@@ -32,38 +32,22 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Über Uns",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Über Uns", id: "#about"},
|
||||
{
|
||||
name: "Speisekarte",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Speisekarte", id: "#menu"},
|
||||
{
|
||||
name: "Merkmale",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Merkmale", id: "#features"},
|
||||
{
|
||||
name: "Gästebuch",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Gästebuch", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Kontakt", id: "#contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Jetzt reservieren",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Jetzt reservieren", href: "#contact"}}
|
||||
brandName="Georgi Grill"
|
||||
/>
|
||||
</div>
|
||||
@@ -74,9 +58,7 @@ export default function LandingPage() {
|
||||
description="Erleben Sie mediterranes Flair und gehobene Gastlichkeit im Herzen Hildens. Jedes Gericht ist eine Reise zu den Inseln Griechenlands."
|
||||
buttons={[
|
||||
{
|
||||
text: "Jetzt reservieren",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Jetzt reservieren", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vegetable-salad-with-tomatoes-onions-greens_140725-8107.jpg"
|
||||
imageAlt="Elegantes Interieur des griechischen Restaurants Georgi Grill"
|
||||
@@ -85,25 +67,15 @@ export default function LandingPage() {
|
||||
textPosition="bottom"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-man-holding-olive-oil-bottle-salad-bowl_23-2147893522.jpg",
|
||||
alt: "Smiling young man holding olive oil bottle and salad bowl",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-man-holding-olive-oil-bottle-salad-bowl_23-2147893522.jpg", alt: "Smiling young man holding olive oil bottle and salad bowl"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-arms-crossed_107420-12323.jpg",
|
||||
alt: "Portrait of waitress standing with arms crossed",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-arms-crossed_107420-12323.jpg", alt: "Portrait of waitress standing with arms crossed"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598421.jpg",
|
||||
alt: "Medium shot man in luxury restaurant",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598421.jpg", alt: "Medium shot man in luxury restaurant"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-elder-business-woman-working-while-having-dessert_23-2148661258.jpg",
|
||||
alt: "Front view of elder business woman working while having dessert",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-elder-business-woman-working-while-having-dessert_23-2148661258.jpg", alt: "Front view of elder business woman working while having dessert"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-couple-toasting-ham-home-kitchen-romantic-time_496169-388.jpg",
|
||||
alt: "Pretty couple toasting ham at home kitchen. Romantic time.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-couple-toasting-ham-home-kitchen-romantic-time_496169-388.jpg", alt: "Pretty couple toasting ham at home kitchen. Romantic time."},
|
||||
]}
|
||||
avatarText="Unsere zufriedenen Gäste"
|
||||
/>
|
||||
@@ -114,18 +86,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Unsere Geschichte & Leidenschaft für die griechische Küche",
|
||||
},
|
||||
type: "text", content: "Unsere Geschichte & Leidenschaft für die griechische Küche"},
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg", alt: "gemütliches Restaurant Interieur Hilden"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Mehr erfahren",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Mehr erfahren", href: "#about"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg"
|
||||
imageAlt="gemütliches Restaurant Interieur Hilden"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -136,41 +105,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "fresh-ingredients",
|
||||
title: "Frischeste Zutaten",
|
||||
descriptions: [
|
||||
"Wir verwenden ausschließlich saisonale und hochwertige Zutaten, direkt von lokalen Märkten und sorgfältig ausgewählten Lieferanten.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-whole-vegetables-such-as-onions-green-bell-peppers-tomatoes-brown-wooden-desk-grey-floor_140725-13741.jpg",
|
||||
imageAlt: "Frische griechische Zutaten",
|
||||
},
|
||||
id: "fresh-ingredients", title: "Frischeste Zutaten", descriptions: [
|
||||
"Wir verwenden ausschließlich saisonale und hochwertige Zutaten, direkt von lokalen Märkten und sorgfältig ausgewählten Lieferanten."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-whole-vegetables-such-as-onions-green-bell-peppers-tomatoes-brown-wooden-desk-grey-floor_140725-13741.jpg", imageAlt: "Frische griechische Zutaten"},
|
||||
{
|
||||
id: "authentic-recipes",
|
||||
title: "Authentische Rezepte",
|
||||
descriptions: [
|
||||
"Jedes Gericht wird nach traditionellen Familienrezepten zubereitet, die über Generationen perfektioniert wurden.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-st-nicholas-holding-book_23-2149898357.jpg",
|
||||
imageAlt: "Griechisches Rezeptbuch",
|
||||
},
|
||||
id: "authentic-recipes", title: "Authentische Rezepte", descriptions: [
|
||||
"Jedes Gericht wird nach traditionellen Familienrezepten zubereitet, die über Generationen perfektioniert wurden."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-st-nicholas-holding-book_23-2149898357.jpg", imageAlt: "Griechisches Rezeptbuch"},
|
||||
{
|
||||
id: "elegant-ambiance",
|
||||
title: "Elegantes Ambiente",
|
||||
descriptions: [
|
||||
"Tauchen Sie ein in eine stilvolle und gemütliche Atmosphäre, die zum Verweilen und Genießen einlädt.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/new-year-spend-with-friends-celebrating_23-2149196960.jpg",
|
||||
imageAlt: "Elegantes Restaurantambiente",
|
||||
},
|
||||
id: "elegant-ambiance", title: "Elegantes Ambiente", descriptions: [
|
||||
"Tauchen Sie ein in eine stilvolle und gemütliche Atmosphäre, die zum Verweilen und Genießen einlädt."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/new-year-spend-with-friends-celebrating_23-2149196960.jpg", imageAlt: "Elegantes Restaurantambiente"},
|
||||
{
|
||||
id: "expert-service",
|
||||
title: "Exzellenter Service",
|
||||
descriptions: [
|
||||
"Unser aufmerksames Team sorgt dafür, dass Ihr Besuch bei Georgi Grill zu einem unvergesslichen Erlebnis wird.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barman-holding-plate_23-2147821239.jpg",
|
||||
imageAlt: "Freundlicher Restaurantmitarbeiter",
|
||||
},
|
||||
id: "expert-service", title: "Exzellenter Service", descriptions: [
|
||||
"Unser aufmerksames Team sorgt dafür, dass Ihr Besuch bei Georgi Grill zu einem unvergesslichen Erlebnis wird."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barman-holding-plate_23-2147821239.jpg", imageAlt: "Freundlicher Restaurantmitarbeiter"},
|
||||
]}
|
||||
title="Einzigartige Erlebnisse bei Georgi Grill"
|
||||
description="Entdecken Sie, was Georgi Grill so besonders macht – von der Auswahl der Zutaten bis zum perfekten Service."
|
||||
@@ -185,53 +134,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "moussaka",
|
||||
name: "Moussaka",
|
||||
price: "€18.50",
|
||||
variant: "Klassisch",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spinach-lasagna-white-plate_1339-7642.jpg",
|
||||
imageAlt: "Traditionelle Moussaka",
|
||||
},
|
||||
id: "moussaka", name: "Moussaka", price: "€18.50", variant: "Klassisch", imageSrc: "http://img.b2bpic.net/free-photo/spinach-lasagna-white-plate_1339-7642.jpg", imageAlt: "Traditionelle Moussaka"},
|
||||
{
|
||||
id: "souvlaki",
|
||||
name: "Souvlaki vom Spieß",
|
||||
price: "€16.00",
|
||||
variant: "Schweinefleisch oder Huhn",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lamb-kebab-served-with-rice-tomato-cucumber-onion-salad-grilled-vegetables_140725-2544.jpg",
|
||||
imageAlt: "Souvlaki Spieße",
|
||||
},
|
||||
id: "souvlaki", name: "Souvlaki vom Spieß", price: "€16.00", variant: "Schweinefleisch oder Huhn", imageSrc: "http://img.b2bpic.net/free-photo/lamb-kebab-served-with-rice-tomato-cucumber-onion-salad-grilled-vegetables_140725-2544.jpg", imageAlt: "Souvlaki Spieße"},
|
||||
{
|
||||
id: "griechischer-salat",
|
||||
name: "Griechischer Salat",
|
||||
price: "€12.00",
|
||||
variant: "Mit Feta & Oliven",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-greek-saladlettuce-tomatoes-feta-cheese-cucumbers-black-olives-purple-onion-dark-wooden-table_176474-3109.jpg",
|
||||
imageAlt: "Frischer griechischer Salat",
|
||||
},
|
||||
id: "griechischer-salat", name: "Griechischer Salat", price: "€12.00", variant: "Mit Feta & Oliven", imageSrc: "http://img.b2bpic.net/free-photo/side-view-greek-saladlettuce-tomatoes-feta-cheese-cucumbers-black-olives-purple-onion-dark-wooden-table_176474-3109.jpg", imageAlt: "Frischer griechischer Salat"},
|
||||
{
|
||||
id: "oktopus",
|
||||
name: "Oktopus vom Grill",
|
||||
price: "€24.00",
|
||||
variant: "Frisch gefangen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-vegetables-plate_140725-23.jpg",
|
||||
imageAlt: "Gegrillter Oktopus",
|
||||
},
|
||||
id: "oktopus", name: "Oktopus vom Grill", price: "€24.00", variant: "Frisch gefangen", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-vegetables-plate_140725-23.jpg", imageAlt: "Gegrillter Oktopus"},
|
||||
{
|
||||
id: "lachsfilet",
|
||||
name: "Lachsfilet Mediterran",
|
||||
price: "€21.50",
|
||||
variant: "Mit Kräutern & Gemüse",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak-grilled_1339-3582.jpg",
|
||||
imageAlt: "Lachsfilet mit Gemüse",
|
||||
},
|
||||
id: "lachsfilet", name: "Lachsfilet Mediterran", price: "€21.50", variant: "Mit Kräutern & Gemüse", imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak-grilled_1339-3582.jpg", imageAlt: "Lachsfilet mit Gemüse"},
|
||||
{
|
||||
id: "baklava",
|
||||
name: "Baklava",
|
||||
price: "€7.50",
|
||||
variant: "Hausgemacht",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-turkish-sweets-baklava-with-pistachio-served-with-ice-cream-platter_140725-12619.jpg",
|
||||
imageAlt: "Süße Baklava",
|
||||
},
|
||||
id: "baklava", name: "Baklava", price: "€7.50", variant: "Hausgemacht", imageSrc: "http://img.b2bpic.net/free-photo/top-view-turkish-sweets-baklava-with-pistachio-served-with-ice-cream-platter_140725-12619.jpg", imageAlt: "Süße Baklava"},
|
||||
]}
|
||||
title="Unsere Speisekarte – Eine kulinarische Reise"
|
||||
description="Entdecken Sie die Vielfalt der griechischen und mediterranen Küche. Jeder Bissen ein Stück Griechenland."
|
||||
@@ -245,45 +158,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Anna Schmidt",
|
||||
handle: "@AnnaS",
|
||||
testimonial: "Ein wirklich unvergessliches griechisches Esserlebnis in Hilden! Die Moussaka war göttlich.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1321.jpg",
|
||||
imageAlt: "Anna Schmidt",
|
||||
},
|
||||
id: "t1", name: "Anna Schmidt", handle: "@AnnaS", testimonial: "Ein wirklich unvergessliches griechisches Esserlebnis in Hilden! Die Moussaka war göttlich.", imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1321.jpg", imageAlt: "Anna Schmidt"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Markus Müller",
|
||||
handle: "@MarkusM",
|
||||
testimonial: "Das Ambiente ist wundervoll und der Service war ausgezeichnet. Wir kommen definitiv wieder!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-sitting-with-salad-bowl_23-2147893408.jpg",
|
||||
imageAlt: "Markus Müller",
|
||||
},
|
||||
id: "t2", name: "Markus Müller", handle: "@MarkusM", testimonial: "Das Ambiente ist wundervoll und der Service war ausgezeichnet. Wir kommen definitiv wieder!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-sitting-with-salad-bowl_23-2147893408.jpg", imageAlt: "Markus Müller"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sophie Weber",
|
||||
handle: "@SophieW",
|
||||
testimonial: "Endlich ein authentisches griechisches Restaurant in der Nähe. Jedes Gericht ist ein Genuss.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-posing-with-hand-head-pink-t-shirt-looking-cheerful_176474-37185.jpg",
|
||||
imageAlt: "Sophie Weber",
|
||||
},
|
||||
id: "t3", name: "Sophie Weber", handle: "@SophieW", testimonial: "Endlich ein authentisches griechisches Restaurant in der Nähe. Jedes Gericht ist ein Genuss.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-posing-with-hand-head-pink-t-shirt-looking-cheerful_176474-37185.jpg", imageAlt: "Sophie Weber"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Daniel Hoffmann",
|
||||
handle: "@DanielH",
|
||||
testimonial: "Die Meeresfrüchte waren unglaublich frisch und perfekt zubereitet. Absolut empfehlenswert!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-clinking-bottles_23-2149152926.jpg",
|
||||
imageAlt: "Daniel Hoffmann",
|
||||
},
|
||||
id: "t4", name: "Daniel Hoffmann", handle: "@DanielH", testimonial: "Die Meeresfrüchte waren unglaublich frisch und perfekt zubereitet. Absolut empfehlenswert!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-clinking-bottles_23-2149152926.jpg", imageAlt: "Daniel Hoffmann"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Laura Richter",
|
||||
handle: "@LauraR",
|
||||
testimonial: "Georgi Grill ist unser neuer Lieblingsort für besondere Anlässe. Das Essen und der Wein sind fantastisch.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-couple-having-breakfast-together-looking-camera_23-2148120430.jpg",
|
||||
imageAlt: "Laura Richter",
|
||||
},
|
||||
id: "t5", name: "Laura Richter", handle: "@LauraR", testimonial: "Georgi Grill ist unser neuer Lieblingsort für besondere Anlässe. Das Essen und der Wein sind fantastisch.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-couple-having-breakfast-together-looking-camera_23-2148120430.jpg", imageAlt: "Laura Richter"},
|
||||
]}
|
||||
title="Was unsere Gäste sagen"
|
||||
description="Ihre Zufriedenheit ist unser größtes Lob. Lesen Sie, was unsere Besucher über Georgi Grill denken."
|
||||
@@ -295,14 +178,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Gastro-Guide Düsseldorf",
|
||||
"Feinschmecker Magazin",
|
||||
"Hilden Journal",
|
||||
"Restaurant-Kritik Online",
|
||||
"Local Foodies Choice",
|
||||
"Düsseldorfer Genussmomente",
|
||||
"Top Restaurant Hilden",
|
||||
]}
|
||||
"Gastro-Guide Düsseldorf", "Feinschmecker Magazin", "Hilden Journal", "Restaurant-Kritik Online", "Local Foodies Choice", "Düsseldorfer Genussmomente", "Top Restaurant Hilden"]}
|
||||
title="Ausgezeichnet & Empfohlen"
|
||||
description="Wir sind stolz auf die Anerkennung, die wir von unseren Gästen und lokalen Publikationen erhalten haben."
|
||||
/>
|
||||
@@ -314,30 +190,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Wie kann ich einen Tisch reservieren?",
|
||||
content: "Sie können ganz einfach online über unser Kontaktformular reservieren oder uns telefonisch erreichen.",
|
||||
},
|
||||
id: "f1", title: "Wie kann ich einen Tisch reservieren?", content: "Sie können ganz einfach online über unser Kontaktformular reservieren oder uns telefonisch erreichen."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Bieten Sie auch vegetarische/vegane Optionen an?",
|
||||
content: "Ja, unsere Speisekarte umfasst eine Vielzahl von vegetarischen und veganen Gerichten. Bitte sprechen Sie unser Personal an.",
|
||||
},
|
||||
id: "f2", title: "Bieten Sie auch vegetarische/vegane Optionen an?", content: "Ja, unsere Speisekarte umfasst eine Vielzahl von vegetarischen und veganen Gerichten. Bitte sprechen Sie unser Personal an."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Haben Sie Parkmöglichkeiten?",
|
||||
content: "Kostenlose Parkplätze stehen direkt vor unserem Restaurant zur Verfügung.",
|
||||
},
|
||||
id: "f3", title: "Haben Sie Parkmöglichkeiten?", content: "Kostenlose Parkplätze stehen direkt vor unserem Restaurant zur Verfügung."},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Kann ich für private Veranstaltungen buchen?",
|
||||
content: "Gerne richten wir Ihre Feier aus. Kontaktieren Sie uns für ein individuelles Angebot.",
|
||||
},
|
||||
id: "f4", title: "Kann ich für private Veranstaltungen buchen?", content: "Gerne richten wir Ihre Feier aus. Kontaktieren Sie uns für ein individuelles Angebot."},
|
||||
{
|
||||
id: "f5",
|
||||
title: "Welche Zahlungsmethoden akzeptieren Sie?",
|
||||
content: "Wir akzeptieren Barzahlung, EC-Karte sowie alle gängigen Kreditkarten (Visa, MasterCard, American Express).",
|
||||
},
|
||||
id: "f5", title: "Welche Zahlungsmethoden akzeptieren Sie?", content: "Wir akzeptieren Barzahlung, EC-Karte sowie alle gängigen Kreditkarten (Visa, MasterCard, American Express)."},
|
||||
]}
|
||||
title="Häufig gestellte Fragen"
|
||||
description="Hier finden Sie Antworten auf die wichtigsten Fragen rund um Ihren Besuch bei Georgi Grill."
|
||||
@@ -349,8 +210,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Kontaktieren Sie Uns"
|
||||
title="Reservieren Sie Ihren Tisch"
|
||||
description="Wir freuen uns darauf, Sie bei Georgi Grill begrüßen zu dürfen. Kontaktieren Sie uns für eine Reservierung oder weitere Informationen."
|
||||
@@ -368,42 +228,27 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Georgi Grill",
|
||||
items: [
|
||||
title: "Georgi Grill", items: [
|
||||
{
|
||||
label: "Über Uns",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Über Uns", href: "#about"},
|
||||
{
|
||||
label: "Speisekarte",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Speisekarte", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Hilfe",
|
||||
items: [
|
||||
title: "Hilfe", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Kontakt",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Kontakt", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Folgen Sie Uns",
|
||||
items: [
|
||||
title: "Folgen Sie Uns", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user