Merge version_1 into main #2
128
src/app/page.tsx
128
src/app/page.tsx
@@ -29,25 +29,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Start",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Start", id: "hero"},
|
||||
{
|
||||
name: "Über uns",
|
||||
id: "about",
|
||||
},
|
||||
name: "Über uns", id: "about"},
|
||||
{
|
||||
name: "Leistungen",
|
||||
id: "services",
|
||||
},
|
||||
name: "Leistungen", id: "services"},
|
||||
{
|
||||
name: "Bewertungen",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Bewertungen", id: "testimonials"},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Kontakt", id: "contact"},
|
||||
]}
|
||||
brandName="MÄNNER KULTUR"
|
||||
/>
|
||||
@@ -59,9 +49,7 @@ export default function LandingPage() {
|
||||
description="Perfektion für den modernen Mann. Präzision. Stil. Leidenschaft."
|
||||
buttons={[
|
||||
{
|
||||
text: "Jetzt anrufen: 073749205395",
|
||||
href: "tel:073749205395",
|
||||
},
|
||||
text: "Jetzt anrufen: 073749205395", href: "tel:073749205395"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-shot-intelligent-businessman-holding-whiskey-his-hands_181624-43801.jpg"
|
||||
/>
|
||||
@@ -72,7 +60,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Unsere Leidenschaft"
|
||||
description="Bei MÄNNER KULTUR steht der Kunde im Mittelpunkt. Wir nehmen uns Zeit, hören zu und setzen auf Handwerk auf höchstem Niveau, um Ihnen eine Wohlfühlatmosphäre und den perfekten Look zu garantieren."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hair-stylist-making-styling-beard-client-salon_23-2148181978.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hair-stylist-making-styling-beard-client-salon_23-2148181978.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -83,48 +71,27 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
price: "Auf Anfrage",
|
||||
subtitle: "Klassisch & Modern",
|
||||
features: [
|
||||
"Haarschnitt",
|
||||
"Styling",
|
||||
],
|
||||
id: "p1", badge: "Beliebt", price: "Auf Anfrage", subtitle: "Klassisch & Modern", features: [
|
||||
"Haarschnitt", "Styling"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Termin unter 073749205395",
|
||||
href: "tel:073749205395",
|
||||
},
|
||||
text: "Termin unter 073749205395", href: "tel:073749205395"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
price: "Auf Anfrage",
|
||||
subtitle: "Rasur & Bart",
|
||||
features: [
|
||||
"Konturen",
|
||||
"Bartpflege",
|
||||
],
|
||||
id: "p2", badge: "Basis", price: "Auf Anfrage", subtitle: "Rasur & Bart", features: [
|
||||
"Konturen", "Bartpflege"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Termin unter 073749205395",
|
||||
href: "tel:073749205395",
|
||||
},
|
||||
text: "Termin unter 073749205395", href: "tel:073749205395"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
price: "Auf Anfrage",
|
||||
subtitle: "Komplettpaket",
|
||||
features: [
|
||||
"Individuelle Beratung",
|
||||
"Komplettservice",
|
||||
],
|
||||
id: "p3", badge: "Premium", price: "Auf Anfrage", subtitle: "Komplettpaket", features: [
|
||||
"Individuelle Beratung", "Komplettservice"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Termin unter 073749205395",
|
||||
href: "tel:073749205395",
|
||||
},
|
||||
text: "Termin unter 073749205395", href: "tel:073749205395"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -135,63 +102,33 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Markus S.",
|
||||
role: "Kunde",
|
||||
company: "Stammkunde",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-grooming-man-salon_23-2147737017.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Markus S.", role: "Kunde", company: "Stammkunde", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-grooming-man-salon_23-2147737017.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Thomas K.",
|
||||
role: "Kunde",
|
||||
company: "Stammkunde",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-surprised-talking-phone_23-2147689184.jpg",
|
||||
},
|
||||
id: "2", name: "Thomas K.", role: "Kunde", company: "Stammkunde", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-surprised-talking-phone_23-2147689184.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Lukas M.",
|
||||
role: "Kunde",
|
||||
company: "Stammkunde",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-young-caucasian-brunette-woman-white-shirt-looks-camera-holds-smartphone-sitting-table-with-coffee_197531-33244.jpg",
|
||||
},
|
||||
id: "3", name: "Lukas M.", role: "Kunde", company: "Stammkunde", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-young-caucasian-brunette-woman-white-shirt-looks-camera-holds-smartphone-sitting-table-with-coffee_197531-33244.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Florian B.",
|
||||
role: "Kunde",
|
||||
company: "Stammkunde",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-taking-good-care-his-face-home_23-2148883814.jpg",
|
||||
},
|
||||
id: "4", name: "Florian B.", role: "Kunde", company: "Stammkunde", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-taking-good-care-his-face-home_23-2148883814.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Stefan R.",
|
||||
role: "Kunde",
|
||||
company: "Stammkunde",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-grooming-man-salon_23-2147737017.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "Stefan R.", role: "Kunde", company: "Stammkunde", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-grooming-man-salon_23-2147737017.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "500+",
|
||||
label: "Zufriedene Kunden",
|
||||
},
|
||||
value: "500+", label: "Zufriedene Kunden"},
|
||||
{
|
||||
value: "5.0",
|
||||
label: "Bewertung",
|
||||
},
|
||||
value: "5.0", label: "Bewertung"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Leidenschaft",
|
||||
},
|
||||
value: "100%", label: "Leidenschaft"},
|
||||
]}
|
||||
title="Was Kunden sagen"
|
||||
description="5 Sterne Qualität für unsere Kunden."
|
||||
@@ -202,14 +139,13 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Kontakt"
|
||||
title="Termine nur telefonisch"
|
||||
description="Wir bitten um telefonische Terminvereinbarung. Wir freuen uns auf Ihren Anruf!"
|
||||
buttonText="Anrufen"
|
||||
onSubmit={(email) => window.location.href = 'tel:073749205395'}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hair-stylist-making-styling-beard-client-salon_23-2148181978.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hair-stylist-making-styling-beard-client-salon_23-2148181978.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user