Update src/app/page.tsx
This commit is contained in:
275
src/app/page.tsx
275
src/app/page.tsx
@@ -31,39 +31,23 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "#home"},
|
||||||
id: "#home",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Über uns",
|
name: "Über uns", id: "#about"},
|
||||||
id: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Ausstattung",
|
name: "Ausstattung", id: "#facilities"},
|
||||||
id: "#facilities",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Lage",
|
name: "Lage", id: "#location"},
|
||||||
id: "#location",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Preise",
|
name: "Preise", id: "#pricing"},
|
||||||
id: "#pricing",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Rezensionen",
|
name: "Rezensionen", id: "#reviews"},
|
||||||
id: "#reviews",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Kontakt",
|
name: "Kontakt", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Kiosk Campingplatz Idyll"
|
brandName="Kiosk Campingplatz Idyll"
|
||||||
button={{
|
button={{
|
||||||
text: "Jetzt buchen",
|
text: "Jetzt buchen", href: "#contact"}}
|
||||||
href: "#contact",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -73,11 +57,9 @@ export default function LandingPage() {
|
|||||||
description="Ihr idyllisches Zuhause am Bodensee. Entdecken Sie Ruhe, Natur und herzliche Gastfreundschaft in der Schweiz."
|
description="Ihr idyllisches Zuhause am Bodensee. Entdecken Sie Ruhe, Natur und herzliche Gastfreundschaft in der Schweiz."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Jetzt buchen",
|
text: "Jetzt buchen", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/mesmerizing-view-pier-near-lake-surrounded-by-lush-nature-mountains_181624-26138.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/mesmerizing-view-pier-near-lake-surrounded-by-lush-nature-mountains_181624-26138.jpg"
|
||||||
imageAlt="Scenic lakeside camping in Switzerland"
|
imageAlt="Scenic lakeside camping in Switzerland"
|
||||||
showDimOverlay={true}
|
showDimOverlay={true}
|
||||||
/>
|
/>
|
||||||
@@ -90,19 +72,13 @@ export default function LandingPage() {
|
|||||||
description="Kiosk Campingplatz Idyll ist Ihr idealer Ort für Erholung und unvergessliche Familienmomente. Wir bieten Ihnen eine Oase der Ruhe, makellose Sauberkeit und die herzliche Gastfreundschaft, die die Schweiz so besonders macht. Direkt am wunderschönen Bodensee gelegen, sind wir stolz darauf, ein beliebtes Ziel für Reisende und Einheimische gleichermaßen zu sein. Erleben Sie die Natur in ihrer schönsten Form – friedlich, familienfreundlich und mit einem Service, der keine Wünsche offen lässt."
|
description="Kiosk Campingplatz Idyll ist Ihr idealer Ort für Erholung und unvergessliche Familienmomente. Wir bieten Ihnen eine Oase der Ruhe, makellose Sauberkeit und die herzliche Gastfreundschaft, die die Schweiz so besonders macht. Direkt am wunderschönen Bodensee gelegen, sind wir stolz darauf, ein beliebtes Ziel für Reisende und Einheimische gleichermaßen zu sein. Erleben Sie die Natur in ihrer schönsten Form – friedlich, familienfreundlich und mit einem Service, der keine Wünsche offen lässt."
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
value: "4.5 ⭐",
|
value: "4.5 ⭐", title: "Sterne Bewertung"},
|
||||||
title: "Sterne Bewertung",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "483+",
|
value: "483+", title: "Positive Rezensionen"},
|
||||||
title: "Positive Rezensionen",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "Natur pur",
|
value: "Natur pur", title: "Erlebnis am Bodensee"},
|
||||||
title: "Erlebnis am Bodensee",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/couple-spending-time-together-nature_23-2148696895.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/couple-spending-time-together-nature_23-2148696895.jpg"
|
||||||
imageAlt="Serene Swiss landscape with lake and mountains"
|
imageAlt="Serene Swiss landscape with lake and mountains"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
@@ -116,55 +92,25 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "feature-1",
|
id: "feature-1", title: "Ruhig & Makellos", tags: [
|
||||||
title: "Ruhig & Makellos",
|
"Sauberkeit", "Frieden"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-photo/closeup-adorable-ginger-cat-field-with-belukha-mountain-background_181624-58916.jpg", imageAlt: "Happy dog by a lake"},
|
||||||
"Sauberkeit",
|
|
||||||
"Frieden",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-adorable-ginger-cat-field-with-belukha-mountain-background_181624-58916.jpg",
|
|
||||||
imageAlt: "Happy dog by a lake",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "feature-2",
|
id: "feature-2", title: "Direkter Seezugang", tags: [
|
||||||
title: "Direkter Seezugang",
|
"Fahrradweg", "Bodensee"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-photo/transport-concept-with-people-bicycles_23-2148959676.jpg", imageAlt: "Cycling path by Bodensee lake"},
|
||||||
"Fahrradweg",
|
|
||||||
"Bodensee",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/transport-concept-with-people-bicycles_23-2148959676.jpg",
|
|
||||||
imageAlt: "Cycling path by Bodensee lake",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "feature-3",
|
id: "feature-3", title: "Hundefreundlich", tags: [
|
||||||
title: "Hundefreundlich",
|
"Haustiere", "Willkommen"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-photo/dog-having-fun-beach_23-2149530174.jpg", imageAlt: "Happy dog by a lake"},
|
||||||
"Haustiere",
|
|
||||||
"Willkommen",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/dog-having-fun-beach_23-2149530174.jpg",
|
|
||||||
imageAlt: "Happy dog by a lake",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "feature-4",
|
id: "feature-4", title: "Herzliche Gastfreundschaft", tags: [
|
||||||
title: "Herzliche Gastfreundschaft",
|
"Freundlich", "Hilfsbereit"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-cafe-using-digital-tablet_23-2147974629.jpg", imageAlt: "Friendly campsite staff greeting guests"},
|
||||||
"Freundlich",
|
|
||||||
"Hilfsbereit",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-cafe-using-digital-tablet_23-2147974629.jpg",
|
|
||||||
imageAlt: "Friendly campsite staff greeting guests",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "feature-5",
|
id: "feature-5", title: "Faire Schweizer Preise", tags: [
|
||||||
title: "Faire Schweizer Preise",
|
"Transparenz", "Qualität"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-photo/father-giving-piggyback-ride-his-daughter-while-playing-park_23-2148207966.jpg", imageAlt: "Modern camping tent and caravan site"},
|
||||||
"Transparenz",
|
|
||||||
"Qualität",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/father-giving-piggyback-ride-his-daughter-while-playing-park_23-2148207966.jpg",
|
|
||||||
imageAlt: "Modern camping tent and caravan site",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Ihre Vorteile im Campingplatz Idyll"
|
title="Ihre Vorteile im Campingplatz Idyll"
|
||||||
description="Entdecken Sie, was Ihren Aufenthalt bei uns so einzigartig und erholsam macht."
|
description="Entdecken Sie, was Ihren Aufenthalt bei uns so einzigartig und erholsam macht."
|
||||||
@@ -177,20 +123,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "faq-1",
|
id: "faq-1", title: "Wo finden Sie uns?", content: "Kiosk Campingplatz Idyll, Mennstrasse 2, 9423 Thal, Schweiz. Direkt am Ufer des wunderschönen Bodensees gelegen."},
|
||||||
title: "Wo finden Sie uns?",
|
|
||||||
content: "Kiosk Campingplatz Idyll, Mennstrasse 2, 9423 Thal, Schweiz. Direkt am Ufer des wunderschönen Bodensees gelegen.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-2",
|
id: "faq-2", title: "Anreise mit dem Fahrrad & Bahn", content: "Geniessen Sie direkten Fahrradzugang zum Bodenseestrand. St. Gallen ist zudem bequem mit dem Fahrrad und der Bahn erreichbar für Tagesausflüge."},
|
||||||
title: "Anreise mit dem Fahrrad & Bahn",
|
|
||||||
content: "Geniessen Sie direkten Fahrradzugang zum Bodenseestrand. St. Gallen ist zudem bequem mit dem Fahrrad und der Bahn erreichbar für Tagesausflüge.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-3",
|
id: "faq-3", title: "Sehenswürdigkeiten in der Nähe", content: "Entdecken Sie die charmanten Orte rund um den Bodensee, malerische Wanderwege und kulturelle Highlights in St. Gallen."},
|
||||||
title: "Sehenswürdigkeiten in der Nähe",
|
|
||||||
content: "Entdecken Sie die charmanten Orte rund um den Bodensee, malerische Wanderwege und kulturelle Highlights in St. Gallen.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/cyclist-riding-bike-sunset-mountain-road_346278-452.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/cyclist-riding-bike-sunset-mountain-road_346278-452.jpg"
|
||||||
imageAlt="Map of Kiosk Campingplatz Idyll location"
|
imageAlt="Map of Kiosk Campingplatz Idyll location"
|
||||||
@@ -209,56 +146,23 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "plan-1",
|
id: "plan-1", title: "Zeltplatz Standard", price: "CHF 25", period: "/ Nacht", features: [
|
||||||
title: "Zeltplatz Standard",
|
"Standard Stellplatz", "Zugang zu Sanitäranlagen", "Kostenloses WLAN"],
|
||||||
price: "CHF 25",
|
|
||||||
period: "/ Nacht",
|
|
||||||
features: [
|
|
||||||
"Standard Stellplatz",
|
|
||||||
"Zugang zu Sanitäranlagen",
|
|
||||||
"Kostenloses WLAN",
|
|
||||||
],
|
|
||||||
button: {
|
button: {
|
||||||
text: "Jetzt buchen",
|
text: "Jetzt buchen", href: "#contact"},
|
||||||
href: "#contact",
|
imageSrc: "http://img.b2bpic.net/free-photo/glamping-few-tents-lake-foreground-geenery-around_1268-18259.jpg", imageAlt: "Glamping, few tents, lake on the foreground, geenery around"},
|
||||||
},
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/glamping-few-tents-lake-foreground-geenery-around_1268-18259.jpg",
|
|
||||||
imageAlt: "Glamping, few tents, lake on the foreground, geenery around",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "plan-2",
|
id: "plan-2", title: "Wohnmobil Premium", price: "CHF 45", period: "/ Nacht", features: [
|
||||||
title: "Wohnmobil Premium",
|
"Grosser Stellplatz", "Strom- & Wasseranschluss", "Direkter Seezugang"],
|
||||||
price: "CHF 45",
|
|
||||||
period: "/ Nacht",
|
|
||||||
features: [
|
|
||||||
"Grosser Stellplatz",
|
|
||||||
"Strom- & Wasseranschluss",
|
|
||||||
"Direkter Seezugang",
|
|
||||||
],
|
|
||||||
button: {
|
button: {
|
||||||
text: "Jetzt buchen",
|
text: "Jetzt buchen", href: "#contact"},
|
||||||
href: "#contact",
|
imageSrc: "http://img.b2bpic.net/free-photo/mesmerizing-view-pier-near-lake-surrounded-by-lush-nature-mountains_181624-26138.jpg", imageAlt: "Glamping, few tents, lake on the foreground, geenery around"},
|
||||||
},
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/mesmerizing-view-pier-near-lake-surrounded-by-lush-nature-mountains_181624-26138.jpg?_wi=2",
|
|
||||||
imageAlt: "Glamping, few tents, lake on the foreground, geenery around",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "plan-3",
|
id: "plan-3", title: "Familien-Spezial", price: "CHF 70", period: "/ Nacht", features: [
|
||||||
title: "Familien-Spezial",
|
"Für 2 Erwachsene & 2 Kinder", "Aktivitätenpaket inklusive", "Nutzung aller Einrichtungen"],
|
||||||
price: "CHF 70",
|
|
||||||
period: "/ Nacht",
|
|
||||||
features: [
|
|
||||||
"Für 2 Erwachsene & 2 Kinder",
|
|
||||||
"Aktivitätenpaket inklusive",
|
|
||||||
"Nutzung aller Einrichtungen",
|
|
||||||
],
|
|
||||||
button: {
|
button: {
|
||||||
text: "Jetzt buchen",
|
text: "Jetzt buchen", href: "#contact"},
|
||||||
href: "#contact",
|
imageSrc: "http://img.b2bpic.net/free-photo/couple-spending-time-together-nature_23-2148696895.jpg", imageAlt: "Glamping, few tents, lake on the foreground, geenery around"},
|
||||||
},
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-spending-time-together-nature_23-2148696895.jpg?_wi=2",
|
|
||||||
imageAlt: "Glamping, few tents, lake on the foreground, geenery around",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Preise & Angebote"
|
title="Preise & Angebote"
|
||||||
description="Transparente und faire Schweizer Preise für Ihren Traumurlaub am See. Finden Sie den passenden Tarif für Ihr Zelt, Wohnmobil oder Ihre Familie."
|
description="Transparente und faire Schweizer Preise für Ihren Traumurlaub am See. Finden Sie den passenden Tarif für Ihr Zelt, Wohnmobil oder Ihre Familie."
|
||||||
@@ -270,40 +174,20 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "testimonial-1",
|
id: "testimonial-1", name: "Dagmar P.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-while-nature-adventure_23-2148647990.jpg", imageAlt: "Dagmar P. avatar"
|
||||||
name: "Dagmar P.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-while-nature-adventure_23-2148647990.jpg",
|
|
||||||
imageAlt: "Dagmar P. avatar",
|
|
||||||
review: "Sehr schöner, besonders ruhiger Campingplatz. Man kann gut mit dem Fahrrad und der Bahn bis nach St. Gallen kommen.",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "testimonial-2",
|
id: "testimonial-2", name: "Steven K.", imageSrc: "http://img.b2bpic.net/free-photo/happy-tennis-player-court_329181-14408.jpg", imageAlt: "Steven K. avatar"
|
||||||
name: "Steven K.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-tennis-player-court_329181-14408.jpg",
|
|
||||||
imageAlt: "Steven K. avatar",
|
|
||||||
review: "Sehr schöner und sauberer Campingplatz mit schneller Fahrradanbindung zum Strand und Liegeflächen am Bodensee. Das Personal ist sehr freundlich und hilfsbereit. Die Preise sind für schweizer Verhältnisse völlig fair.",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "testimonial-3",
|
id: "testimonial-3", name: "Oscar N.", imageSrc: "http://img.b2bpic.net/free-photo/youth-modern-sport-activities-active-recreation-attractive-bearded-guy-posing-with-his-board-against-landscape-wild-beach-calm-waves-blue-sea-water-looking-happy_273609-1550.jpg", imageAlt: "Oscar N. avatar"
|
||||||
name: "Oscar N.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/youth-modern-sport-activities-active-recreation-attractive-bearded-guy-posing-with-his-board-against-landscape-wild-beach-calm-waves-blue-sea-water-looking-happy_273609-1550.jpg",
|
|
||||||
imageAlt: "Oscar N. avatar",
|
|
||||||
review: "I was only looking for a place to sleep and got there pretty late but were extremely well taken care of by the staff — like the way you would if you had been there several times before.",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "testimonial-4",
|
id: "testimonial-4", name: "Martina S.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-older-woman-out-nature-adventure_23-2149274952.jpg", imageAlt: "Martina S. avatar"
|
||||||
name: "Martina S.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-older-woman-out-nature-adventure_23-2149274952.jpg",
|
|
||||||
imageAlt: "Martina S. avatar",
|
|
||||||
review: "Ein verstecktes Juwel am Bodensee! Die Ruhe und die Nähe zur Natur sind einfach unschlagbar. Perfekt für eine Auszeit vom Alltag.",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "testimonial-5",
|
id: "testimonial-5", name: "Familie Meier", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-family-looking-camera_23-2148045541.jpg", imageAlt: "Familie Meier avatar"
|
||||||
name: "Familie Meier",
|
}
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-family-looking-camera_23-2148045541.jpg",
|
|
||||||
imageAlt: "Familie Meier avatar",
|
|
||||||
review: "Unsere Kinder liebten den Campingplatz! Sauber, sicher und viele Möglichkeiten zum Spielen. Wir kommen auf jeden Fall wieder!",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
cardTitle="Was unsere Gäste sagen"
|
cardTitle="Was unsere Gäste sagen"
|
||||||
cardTag="Echte Bewertungen"
|
cardTag="Echte Bewertungen"
|
||||||
@@ -315,8 +199,7 @@ export default function LandingPage() {
|
|||||||
<ContactSplit
|
<ContactSplit
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
tag="Kontaktieren Sie uns"
|
tag="Kontaktieren Sie uns"
|
||||||
title="Wir sind für Sie da!"
|
title="Wir sind für Sie da!"
|
||||||
description="Haben Sie Fragen zu Ihrem Aufenthalt oder wünschen Sie eine individuelle Beratung? Unser freundliches Team steht Ihnen jederzeit zur Verfügung. Rufen Sie uns an oder senden Sie uns eine Nachricht."
|
description="Haben Sie Fragen zu Ihrem Aufenthalt oder wünschen Sie eine individuelle Beratung? Unser freundliches Team steht Ihnen jederzeit zur Verfügung. Rufen Sie uns an oder senden Sie uns eine Nachricht."
|
||||||
@@ -335,67 +218,41 @@ export default function LandingPage() {
|
|||||||
logoText="Kiosk Campingplatz Idyll"
|
logoText="Kiosk Campingplatz Idyll"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Quick Links",
|
title: "Quick Links", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Über uns",
|
label: "Über uns", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Ausstattung",
|
label: "Ausstattung", href: "#facilities"},
|
||||||
href: "#facilities",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Lage",
|
label: "Lage", href: "#location"},
|
||||||
href: "#location",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Preise",
|
label: "Preise", href: "#pricing"},
|
||||||
href: "#pricing",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Mehr",
|
title: "Mehr", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Rezensionen",
|
label: "Rezensionen", href: "#reviews"},
|
||||||
href: "#reviews",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Kontakt",
|
label: "Kontakt", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "FAQ",
|
label: "FAQ", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Rechtliches",
|
title: "Rechtliches", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Impressum",
|
label: "Impressum", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Datenschutz",
|
label: "Datenschutz", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Verbinden",
|
title: "Verbinden", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Facebook",
|
label: "Facebook", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Instagram",
|
label: "Instagram", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user