Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
362
src/app/page.tsx
362
src/app/page.tsx
@@ -32,39 +32,23 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Vorteile",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Vorteile", id: "#features"},
|
||||
{
|
||||
name: "Pakete",
|
||||
id: "#packages",
|
||||
},
|
||||
name: "Pakete", id: "#packages"},
|
||||
{
|
||||
name: "Bewertungen",
|
||||
id: "#reviews",
|
||||
},
|
||||
name: "Bewertungen", id: "#reviews"},
|
||||
{
|
||||
name: "Galerie",
|
||||
id: "#gallery",
|
||||
},
|
||||
name: "Galerie", id: "#gallery"},
|
||||
{
|
||||
name: "Über Uns",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Über Uns", id: "#about"},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Kontakt", id: "#contact"},
|
||||
]}
|
||||
brandName="Die FriseurManufaktur"
|
||||
button={{
|
||||
text: "Wunschtermin buchen",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Wunschtermin buchen", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -74,31 +58,19 @@ export default function LandingPage() {
|
||||
description="Erlebe individuelle Beratung und meisterhaftes Handwerk, das deinen Stil perfekt unterstreicht. Bei Die FriseurManufaktur verwandeln wir Deine Vision in Realität."
|
||||
buttons={[
|
||||
{
|
||||
text: "Wunschtermin online buchen",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Wunschtermin online buchen", href: "#contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-man-shopping-buying-consumer-goods_23-2151669767.jpg",
|
||||
alt: "Zufriedene Kundin",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-man-shopping-buying-consumer-goods_23-2151669767.jpg", alt: "Zufriedene Kundin"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/womens-with-crossed-arms_23-2148461417.jpg",
|
||||
alt: "Zufriedene Kundin",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/womens-with-crossed-arms_23-2148461417.jpg", alt: "Zufriedene Kundin"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-business-woman-standing-outdoors_1262-20546.jpg",
|
||||
alt: "Zufriedene Kundin",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-business-woman-standing-outdoors_1262-20546.jpg", alt: "Zufriedene Kundin"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-smiling-flirty-glance-closeup-portrait-blonde-model-with-ideal-skin-cyrly-hair_633478-1089.jpg",
|
||||
alt: "Zufriedene Kundin",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-smiling-flirty-glance-closeup-portrait-blonde-model-with-ideal-skin-cyrly-hair_633478-1089.jpg", alt: "Zufriedene Kundin"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/diverse-teenagers-practicing-health-wellness-activities-themselves-their-community_23-2151416190.jpg",
|
||||
alt: "Glückliche Kundin",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/diverse-teenagers-practicing-health-wellness-activities-themselves-their-community_23-2151416190.jpg", alt: "Glückliche Kundin"},
|
||||
]}
|
||||
avatarText="Über 500+ zufriedene Kunden"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-pretty-blogger-holding-shoe-heel-sneakers-thoughtfully-looking-aside-while-recording-new-fashion-video-vlog-camera_574295-5294.jpg"
|
||||
@@ -116,32 +88,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "no-waiting",
|
||||
title: "Keine langen Wartezeiten",
|
||||
descriptions: [
|
||||
"Dein Termin ist Deine Zeit. Wir sorgen für einen pünktlichen und entspannten Besuch, damit Du jede Minute genießt.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-time-machine_23-2151599342.jpg",
|
||||
imageAlt: "Elegante Uhr",
|
||||
},
|
||||
id: "no-waiting", title: "Keine langen Wartezeiten", descriptions: [
|
||||
"Dein Termin ist Deine Zeit. Wir sorgen für einen pünktlichen und entspannten Besuch, damit Du jede Minute genießt."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-time-machine_23-2151599342.jpg", imageAlt: "Elegante Uhr"},
|
||||
{
|
||||
id: "consultation",
|
||||
title: "Individuelle Wunschberatung",
|
||||
descriptions: [
|
||||
"Jeder Kopf ist einzigartig. Wir nehmen uns Zeit, Deine Wünsche zu verstehen und perfekt umzusetzen – für ein Ergebnis, das begeistert.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/make-up-artist-with-mask-applying-face-foundation_23-2148694594.jpg",
|
||||
imageAlt: "Friseurin berät Kundin",
|
||||
},
|
||||
id: "consultation", title: "Individuelle Wunschberatung", descriptions: [
|
||||
"Jeder Kopf ist einzigartig. Wir nehmen uns Zeit, Deine Wünsche zu verstehen und perfekt umzusetzen – für ein Ergebnis, das begeistert."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/make-up-artist-with-mask-applying-face-foundation_23-2148694594.jpg", imageAlt: "Friseurin berät Kundin"},
|
||||
{
|
||||
id: "color-mastery",
|
||||
title: "Meister der Farbe",
|
||||
descriptions: [
|
||||
"Spezialisiert auf Balayage, Blond-Highlights und strahlende Farbtechniken, die begeistern und Deinen Typ perfekt unterstreichen.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-hair-salon_23-2150668433.jpg",
|
||||
imageAlt: "Frau mit Balayage Haaren",
|
||||
},
|
||||
id: "color-mastery", title: "Meister der Farbe", descriptions: [
|
||||
"Spezialisiert auf Balayage, Blond-Highlights und strahlende Farbtechniken, die begeistern und Deinen Typ perfekt unterstreichen."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-hair-salon_23-2150668433.jpg", imageAlt: "Frau mit Balayage Haaren"},
|
||||
]}
|
||||
title="Deine Zeit ist kostbar, Dein Haar auch."
|
||||
description="Wir verstehen, dass Du mehr erwartest als nur einen Haarschnitt. Deshalb haben wir jeden Service darauf ausgelegt, Dich zu begeistern – ohne Kompromisse."
|
||||
@@ -155,56 +112,24 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "express-glanz",
|
||||
badge: "Beliebt",
|
||||
badgeIcon: Sparkles,
|
||||
price: "ab 89€",
|
||||
subtitle: "Schnell & Effizient",
|
||||
features: [
|
||||
"Professioneller Schnitt",
|
||||
"Express-Föhnen",
|
||||
"Glanz-Finish",
|
||||
"Kurze Beratung",
|
||||
],
|
||||
id: "express-glanz", badge: "Beliebt", badgeIcon: Sparkles,
|
||||
price: "ab 89€", subtitle: "Schnell & Effizient", features: [
|
||||
"Professioneller Schnitt", "Express-Föhnen", "Glanz-Finish", "Kurze Beratung"],
|
||||
},
|
||||
{
|
||||
id: "verwöhnzeit-schnitt",
|
||||
badge: "Empfohlen",
|
||||
badgeIcon: Star,
|
||||
price: "ab 149€",
|
||||
subtitle: "Rundum-Sorglos",
|
||||
features: [
|
||||
"Tiefenanalyse & Beratung",
|
||||
"Individueller Schnitt",
|
||||
"Intensive Haarpflege",
|
||||
"Styling & Finish",
|
||||
],
|
||||
id: "verwöhnzeit-schnitt", badge: "Empfohlen", badgeIcon: Star,
|
||||
price: "ab 149€", subtitle: "Rundum-Sorglos", features: [
|
||||
"Tiefenanalyse & Beratung", "Individueller Schnitt", "Intensive Haarpflege", "Styling & Finish"],
|
||||
},
|
||||
{
|
||||
id: "balayage-premium",
|
||||
badge: "Top-Trend",
|
||||
badgeIcon: Award,
|
||||
price: "ab 299€",
|
||||
subtitle: "Farb-Transformation",
|
||||
features: [
|
||||
"Umfassende Farbberatung",
|
||||
"Exklusive Balayage/Highlights",
|
||||
"Glossing & Toner",
|
||||
"Spezialpflege & Styling",
|
||||
],
|
||||
id: "balayage-premium", badge: "Top-Trend", badgeIcon: Award,
|
||||
price: "ab 299€", subtitle: "Farb-Transformation", features: [
|
||||
"Umfassende Farbberatung", "Exklusive Balayage/Highlights", "Glossing & Toner", "Spezialpflege & Styling"],
|
||||
},
|
||||
{
|
||||
id: "deluxe-transformation",
|
||||
badge: "Luxus",
|
||||
badgeIcon: Zap,
|
||||
price: "ab 399€",
|
||||
subtitle: "Das ultimative Umstyling",
|
||||
features: [
|
||||
"Premium-Beratung & Analyse",
|
||||
"Komplette Farb-/Schnitt-Transformation",
|
||||
"Kopfhaut-Massage",
|
||||
"Luxus-Haarpflege & Styling-Coaching",
|
||||
],
|
||||
id: "deluxe-transformation", badge: "Luxus", badgeIcon: Zap,
|
||||
price: "ab 399€", subtitle: "Das ultimative Umstyling", features: [
|
||||
"Premium-Beratung & Analyse", "Komplette Farb-/Schnitt-Transformation", "Kopfhaut-Massage", "Luxus-Haarpflege & Styling-Coaching"],
|
||||
},
|
||||
]}
|
||||
title="Deine Schönheitsreise beginnt hier."
|
||||
@@ -218,77 +143,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah K.",
|
||||
date: "2 Wochen her",
|
||||
title: "Absolut begeistert!",
|
||||
quote: "Ich bin so glücklich mit meinem neuen Balayage! Der Salon ist wunderschön und das Team unglaublich professionell und freundlich – ein Traum!",
|
||||
tag: "Balayage",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-smiling-confident-looking-side-street_839833-24417.jpg",
|
||||
avatarAlt: "Sarah K. Avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-three-ladies-shaking-hair_171337-15509.jpg",
|
||||
imageAlt: "Frau mit Balayage",
|
||||
},
|
||||
id: "t1", name: "Sarah K.", date: "2 Wochen her", title: "Absolut begeistert!", quote: "Ich bin so glücklich mit meinem neuen Balayage! Der Salon ist wunderschön und das Team unglaublich professionell und freundlich – ein Traum!", tag: "Balayage", avatarSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-smiling-confident-looking-side-street_839833-24417.jpg", avatarAlt: "Sarah K. Avatar", imageSrc: "http://img.b2bpic.net/free-photo/happy-three-ladies-shaking-hair_171337-15509.jpg", imageAlt: "Frau mit Balayage"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael L.",
|
||||
date: "1 Monat her",
|
||||
title: "Bester Schnitt in [Stadt]!",
|
||||
quote: "Endlich ein Friseur, der versteht, was Männer wollen. Der Schnitt sitzt perfekt und die Atmosphäre ist entspannt und modern.",
|
||||
tag: "Herrenfrisur",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/posh-man_1098-14138.jpg",
|
||||
avatarAlt: "Michael L. Avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brutal-athletic-male-vogue-model-dressed-white-shirt-grey-background_613910-9882.jpg",
|
||||
imageAlt: "Mann mit Kurzhaarschnitt",
|
||||
},
|
||||
id: "t2", name: "Michael L.", date: "1 Monat her", title: "Bester Schnitt in [Stadt]!", quote: "Endlich ein Friseur, der versteht, was Männer wollen. Der Schnitt sitzt perfekt und die Atmosphäre ist entspannt und modern.", tag: "Herrenfrisur", avatarSrc: "http://img.b2bpic.net/free-photo/posh-man_1098-14138.jpg", avatarAlt: "Michael L. Avatar", imageSrc: "http://img.b2bpic.net/free-photo/brutal-athletic-male-vogue-model-dressed-white-shirt-grey-background_613910-9882.jpg", imageAlt: "Mann mit Kurzhaarschnitt"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Anna M.",
|
||||
date: "3 Monate her",
|
||||
title: "Luxus pur!",
|
||||
quote: "Jeder Besuch ist eine kleine Auszeit vom Alltag. Die Produkte sind top und meine Haare fühlen sich noch Wochen danach fantastisch an.",
|
||||
tag: "Pflege",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg",
|
||||
avatarAlt: "Anna M. Avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-glasses-white-top_1187-5186.jpg",
|
||||
imageAlt: "Frau mit gepflegten Haaren",
|
||||
},
|
||||
id: "t3", name: "Anna M.", date: "3 Monate her", title: "Luxus pur!", quote: "Jeder Besuch ist eine kleine Auszeit vom Alltag. Die Produkte sind top und meine Haare fühlen sich noch Wochen danach fantastisch an.", tag: "Pflege", avatarSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg", avatarAlt: "Anna M. Avatar", imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-glasses-white-top_1187-5186.jpg", imageAlt: "Frau mit gepflegten Haaren"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Lena S.",
|
||||
date: "Vor kurzem",
|
||||
title: "Traumhaarfarbe!",
|
||||
quote: "Mein Blond war noch nie so strahlend und natürlich. Die Beratung war super ausführlich, ich komme definitiv wieder – absolut empfehlenswert!",
|
||||
tag: "Blond",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/closeup-cheerful-smiling-girl-pointing-sideways-redhead-woman-introduce-promo-gladly-recommend-good_1258-133309.jpg",
|
||||
avatarAlt: "Lena S. Avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/amazing-european-woman-chilling-stairs-after-walk-around-town_197531-21053.jpg",
|
||||
imageAlt: "Frau mit blondem Haar",
|
||||
},
|
||||
id: "t4", name: "Lena S.", date: "Vor kurzem", title: "Traumhaarfarbe!", quote: "Mein Blond war noch nie so strahlend und natürlich. Die Beratung war super ausführlich, ich komme definitiv wieder – absolut empfehlenswert!", tag: "Blond", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-cheerful-smiling-girl-pointing-sideways-redhead-woman-introduce-promo-gladly-recommend-good_1258-133309.jpg", avatarAlt: "Lena S. Avatar", imageSrc: "http://img.b2bpic.net/free-photo/amazing-european-woman-chilling-stairs-after-walk-around-town_197531-21053.jpg", imageAlt: "Frau mit blondem Haar"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Julia B.",
|
||||
date: "4 Wochen her",
|
||||
title: "Die Experten schlechthin!",
|
||||
quote: "Vom Empfang bis zum Abschied – alles war perfekt. Das Team kennt sich wirklich aus und das Ergebnis spricht für sich, einfach fantastisch.",
|
||||
tag: "Styling",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3552.jpg",
|
||||
avatarAlt: "Julia B. Avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glamor-beauty-portrait-beautiful-sensual-caucasian-young-woman-model-with-evening-makeup-white-summer-dress-posing-street_158538-14064.jpg",
|
||||
imageAlt: "Frau mit Hochsteckfrisur",
|
||||
},
|
||||
id: "t5", name: "Julia B.", date: "4 Wochen her", title: "Die Experten schlechthin!", quote: "Vom Empfang bis zum Abschied – alles war perfekt. Das Team kennt sich wirklich aus und das Ergebnis spricht für sich, einfach fantastisch.", tag: "Styling", avatarSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3552.jpg", avatarAlt: "Julia B. Avatar", imageSrc: "http://img.b2bpic.net/free-photo/glamor-beauty-portrait-beautiful-sensual-caucasian-young-woman-model-with-evening-makeup-white-summer-dress-posing-street_158538-14064.jpg", imageAlt: "Frau mit Hochsteckfrisur"},
|
||||
{
|
||||
id: "t6",
|
||||
name: "Lisa R.",
|
||||
date: "1 Woche her",
|
||||
title: "Wunderschönes Ergebnis!",
|
||||
quote: "Meine Haare fühlen sich so gesund und vital an. Die FriseurManufaktur hat meine Erwartungen übertroffen und ich bin begeistert vom neuen Look.",
|
||||
tag: "Schnitt",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/real-professional-smiling-businesswoman-looking-confident-determined-face-expression-standing-suit-white-background_1258-122910.jpg",
|
||||
avatarAlt: "Lisa R. Avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holds-her-hands-long-brown-hair_8353-1302.jpg",
|
||||
imageAlt: "Frau mit langen gesunden Haaren",
|
||||
},
|
||||
id: "t6", name: "Lisa R.", date: "1 Woche her", title: "Wunderschönes Ergebnis!", quote: "Meine Haare fühlen sich so gesund und vital an. Die FriseurManufaktur hat meine Erwartungen übertroffen und ich bin begeistert vom neuen Look.", tag: "Schnitt", avatarSrc: "http://img.b2bpic.net/free-photo/real-professional-smiling-businesswoman-looking-confident-determined-face-expression-standing-suit-white-background_1258-122910.jpg", avatarAlt: "Lisa R. Avatar", imageSrc: "http://img.b2bpic.net/free-photo/woman-holds-her-hands-long-brown-hair_8353-1302.jpg", imageAlt: "Frau mit langen gesunden Haaren"},
|
||||
]}
|
||||
title="Was unsere Kunden sagen."
|
||||
description="Echte Stimmen, echte Begeisterung. Überzeuge Dich selbst von der Qualität unserer Arbeit und dem Erlebnis bei Die FriseurManufaktur."
|
||||
@@ -303,65 +168,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "style-1",
|
||||
brand: "Balayage",
|
||||
name: "Sonniges Karamell",
|
||||
price: "Exklusiv",
|
||||
rating: 5,
|
||||
reviewCount: "5/5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-woman-denim-shorts-posing-beside-palm-tree_197531-21195.jpg",
|
||||
imageAlt: "Vorher-Nachher Balayage",
|
||||
},
|
||||
id: "style-1", brand: "Balayage", name: "Sonniges Karamell", price: "Exklusiv", rating: 5,
|
||||
reviewCount: "5/5", imageSrc: "http://img.b2bpic.net/free-photo/joyful-woman-denim-shorts-posing-beside-palm-tree_197531-21195.jpg", imageAlt: "Vorher-Nachher Balayage"},
|
||||
{
|
||||
id: "style-2",
|
||||
brand: "Schnitt",
|
||||
name: "Moderner Bob",
|
||||
price: "Klassisch",
|
||||
rating: 5,
|
||||
reviewCount: "5/5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/upset-shy-brunette-girl-with-bob-hair-offendedly-posing-camera-isolated-white-background-sad-expression_574295-4548.jpg",
|
||||
imageAlt: "Vorher-Nachher Bob",
|
||||
},
|
||||
id: "style-2", brand: "Schnitt", name: "Moderner Bob", price: "Klassisch", rating: 5,
|
||||
reviewCount: "5/5", imageSrc: "http://img.b2bpic.net/free-photo/upset-shy-brunette-girl-with-bob-hair-offendedly-posing-camera-isolated-white-background-sad-expression_574295-4548.jpg", imageAlt: "Vorher-Nachher Bob"},
|
||||
{
|
||||
id: "style-3",
|
||||
brand: "Blond",
|
||||
name: "Kühles Platin",
|
||||
price: "Brillant",
|
||||
rating: 5,
|
||||
reviewCount: "5/5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-caucasian-blonde-female-wearing-stylish-leather-dress-posing-fashion-photoshoot_181624-59478.jpg",
|
||||
imageAlt: "Vorher-Nachher Platinblond",
|
||||
},
|
||||
id: "style-3", brand: "Blond", name: "Kühles Platin", price: "Brillant", rating: 5,
|
||||
reviewCount: "5/5", imageSrc: "http://img.b2bpic.net/free-photo/attractive-caucasian-blonde-female-wearing-stylish-leather-dress-posing-fashion-photoshoot_181624-59478.jpg", imageAlt: "Vorher-Nachher Platinblond"},
|
||||
{
|
||||
id: "style-4",
|
||||
brand: "Farbe",
|
||||
name: "Tiefes Mahagoni",
|
||||
price: "Elegant",
|
||||
rating: 5,
|
||||
reviewCount: "5/5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/process-hair-coloring-hairdresser-parlor_23-2147769771.jpg",
|
||||
imageAlt: "Vorher-Nachher Mahagoni",
|
||||
},
|
||||
id: "style-4", brand: "Farbe", name: "Tiefes Mahagoni", price: "Elegant", rating: 5,
|
||||
reviewCount: "5/5", imageSrc: "http://img.b2bpic.net/free-photo/process-hair-coloring-hairdresser-parlor_23-2147769771.jpg", imageAlt: "Vorher-Nachher Mahagoni"},
|
||||
{
|
||||
id: "style-5",
|
||||
brand: "Styling",
|
||||
name: "Wellen & Volumen",
|
||||
price: "Glamour",
|
||||
rating: 5,
|
||||
reviewCount: "5/5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-lady-pink-jacket-looking-front_197531-16808.jpg",
|
||||
imageAlt: "Vorher-Nachher Wellen",
|
||||
},
|
||||
id: "style-5", brand: "Styling", name: "Wellen & Volumen", price: "Glamour", rating: 5,
|
||||
reviewCount: "5/5", imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-lady-pink-jacket-looking-front_197531-16808.jpg", imageAlt: "Vorher-Nachher Wellen"},
|
||||
{
|
||||
id: "style-6",
|
||||
brand: "Herren",
|
||||
name: "Fading Cut",
|
||||
price: "Maskulin",
|
||||
rating: 5,
|
||||
reviewCount: "5/5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-blond-bearded-male-dressed-plaid-shirt-denim-jacket-posing-grey-vignette-background_613910-11782.jpg",
|
||||
imageAlt: "Vorher-Nachher Fading Cut",
|
||||
},
|
||||
id: "style-6", brand: "Herren", name: "Fading Cut", price: "Maskulin", rating: 5,
|
||||
reviewCount: "5/5", imageSrc: "http://img.b2bpic.net/free-photo/positive-blond-bearded-male-dressed-plaid-shirt-denim-jacket-posing-grey-vignette-background_613910-11782.jpg", imageAlt: "Vorher-Nachher Fading Cut"},
|
||||
]}
|
||||
title="Deine Transformation. Unsere Kunst."
|
||||
description="Lass Dich von einer Auswahl unserer schönsten Vorher-Nachher-Looks inspirieren, die das meisterhafte Können unseres Teams widerspiegeln."
|
||||
@@ -373,11 +196,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Mehr als nur ein Friseurbesuch.",
|
||||
},
|
||||
type: "text", content: "Mehr als nur ein Friseurbesuch."},
|
||||
{
|
||||
type: "text", content: "Bei Die FriseurManufaktur glauben wir an Handwerkskunst, die man sieht und fühlt. Wir sind keine Kette, sondern ein Salon, in dem jedes Detail zählt und Deine Zufriedenheit unsere höchste Priorität hat.\n\nUnsere Meister stylisten bilden sich stetig weiter, um Dir die neuesten Techniken und Trends bieten zu können. Hier investierst Du in Qualität, die Bestand hat und Deinen individuellen Stil perfektioniert."},
|
||||
]}
|
||||
description="Bei Die FriseurManufaktur glauben wir an Handwerkskunst, die man sieht und fühlt. Wir sind keine Kette, sondern ein Salon, in dem jedes Detail zählt und Deine Zufriedenheit unsere höchste Priorität hat.\n\nUnsere Meister stylisten bilden sich stetig weiter, um Dir die neuesten Techniken und Trends bieten zu können. Hier investierst Du in Qualität, die Bestand hat und Deinen individuellen Stil perfektioniert."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/barber-woman-customer-towels_23-2147737015.jpg"
|
||||
imageAlt="Friseurin beim Haareschneiden"
|
||||
/>
|
||||
@@ -387,16 +209,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Bereit für Dein Erlebnis?"
|
||||
title="Sichere Dir Deinen Wunschtermin."
|
||||
description="Verabschiede Dich von langen Wartezeiten und erlebe den Unterschied bei Die FriseurManufaktur. Buche jetzt Deinen persönlichen Termin – bequem online oder telefonisch. Wir freuen uns darauf, Dich zu verwöhnen!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Jetzt online buchen",
|
||||
href: "#",
|
||||
},
|
||||
text: "Jetzt online buchen", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -408,74 +227,43 @@ export default function LandingPage() {
|
||||
logoText="Die FriseurManufaktur"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Vorteile",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Vorteile", href: "#features"},
|
||||
{
|
||||
label: "Pakete",
|
||||
href: "#packages",
|
||||
},
|
||||
label: "Pakete", href: "#packages"},
|
||||
{
|
||||
label: "Bewertungen",
|
||||
href: "#reviews",
|
||||
},
|
||||
label: "Bewertungen", href: "#reviews"},
|
||||
{
|
||||
label: "Galerie",
|
||||
href: "#gallery",
|
||||
},
|
||||
label: "Galerie", href: "#gallery"},
|
||||
{
|
||||
label: "Über Uns",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Über Uns", href: "#about"},
|
||||
{
|
||||
label: "Kontakt",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Kontakt", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Haarschnitt",
|
||||
href: "#",
|
||||
},
|
||||
label: "Haarschnitt", href: "#"},
|
||||
{
|
||||
label: "Farbe & Strähnen",
|
||||
href: "#",
|
||||
},
|
||||
label: "Farbe & Strähnen", href: "#"},
|
||||
{
|
||||
label: "Styling",
|
||||
href: "#",
|
||||
},
|
||||
label: "Styling", href: "#"},
|
||||
{
|
||||
label: "Haarpflege",
|
||||
href: "#",
|
||||
},
|
||||
label: "Haarpflege", href: "#"},
|
||||
{
|
||||
label: "Balayage",
|
||||
href: "#",
|
||||
},
|
||||
label: "Balayage", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Rechtliches",
|
||||
items: [
|
||||
title: "Rechtliches", items: [
|
||||
{
|
||||
label: "Impressum",
|
||||
href: "#",
|
||||
},
|
||||
label: "Impressum", href: "#"},
|
||||
{
|
||||
label: "Datenschutz",
|
||||
href: "#",
|
||||
},
|
||||
label: "Datenschutz", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user