Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5c11097b9d | |||
| 68d85f0dd3 | |||
| a15a68591f | |||
| 0d5387829b | |||
| d6957e04b1 |
@@ -7,7 +7,6 @@ import FooterCard from '@/components/sections/footer/FooterCard';
|
|||||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
|
||||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -28,16 +27,10 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Start", id: "hero" },
|
||||||
name: "Start", id: "hero"},
|
{ name: "Über uns", id: "about" },
|
||||||
{
|
{ name: "Bewertungen", id: "testimonials" },
|
||||||
name: "Über uns", id: "about"},
|
{ name: "Kontakt", id: "contact" },
|
||||||
{
|
|
||||||
name: "Leistungen", id: "services"},
|
|
||||||
{
|
|
||||||
name: "Bewertungen", id: "testimonials"},
|
|
||||||
{
|
|
||||||
name: "Kontakt", id: "contact"},
|
|
||||||
]}
|
]}
|
||||||
brandName="MÄNNER KULTUR"
|
brandName="MÄNNER KULTUR"
|
||||||
/>
|
/>
|
||||||
@@ -48,10 +41,9 @@ export default function LandingPage() {
|
|||||||
logoText="MÄNNER KULTUR by Nuredini"
|
logoText="MÄNNER KULTUR by Nuredini"
|
||||||
description="Perfektion für den modernen Mann. Präzision. Stil. Leidenschaft."
|
description="Perfektion für den modernen Mann. Präzision. Stil. Leidenschaft."
|
||||||
buttons={[
|
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"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeltoCnNPkzNRv6jOxF5JctVl5/uploaded-1774858698948-6pnkarr2.png?_wi=1"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -60,43 +52,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Unsere Leidenschaft"
|
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."
|
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="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeltoCnNPkzNRv6jOxF5JctVl5/uploaded-1774858698948-6pnkarr2.png?_wi=2"
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="services" data-section="services">
|
|
||||||
<PricingCardTwo
|
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="split"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
plans={[
|
|
||||||
{
|
|
||||||
id: "p1", badge: "Beliebt", price: "Auf Anfrage", subtitle: "Klassisch & Modern", features: [
|
|
||||||
"Haarschnitt", "Styling"],
|
|
||||||
buttons: [
|
|
||||||
{
|
|
||||||
text: "Termin unter 073749205395", href: "tel:073749205395"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p2", badge: "Basis", price: "Auf Anfrage", subtitle: "Rasur & Bart", features: [
|
|
||||||
"Konturen", "Bartpflege"],
|
|
||||||
buttons: [
|
|
||||||
{
|
|
||||||
text: "Termin unter 073749205395", href: "tel:073749205395"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p3", badge: "Premium", price: "Auf Anfrage", subtitle: "Komplettpaket", features: [
|
|
||||||
"Individuelle Beratung", "Komplettservice"],
|
|
||||||
buttons: [
|
|
||||||
{
|
|
||||||
text: "Termin unter 073749205395", href: "tel:073749205395"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
title="Unsere Leistungen"
|
|
||||||
description="Präzises Handwerk für jeden Anspruch."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -106,29 +62,14 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{ id: "1", name: "Markus S.", role: "Kunde", company: "Stammkunde", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeltoCnNPkzNRv6jOxF5JctVl5/uploaded-1774858698948-6pnkarr2.png?_wi=3" },
|
||||||
id: "1", name: "Markus S.", role: "Kunde", company: "Stammkunde", rating: 5,
|
{ id: "2", name: "Thomas K.", role: "Kunde", company: "Stammkunde", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeltoCnNPkzNRv6jOxF5JctVl5/uploaded-1774858698948-6pnkarr2.png?_wi=4" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-grooming-man-salon_23-2147737017.jpg?_wi=1"},
|
{ id: "3", name: "Lukas M.", role: "Kunde", company: "Stammkunde", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeltoCnNPkzNRv6jOxF5JctVl5/uploaded-1774858698948-6pnkarr2.png?_wi=5" },
|
||||||
{
|
|
||||||
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: "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"},
|
|
||||||
]}
|
]}
|
||||||
kpiItems={[
|
kpiItems={[
|
||||||
{
|
{ value: "500+", label: "Zufriedene Kunden" },
|
||||||
value: "500+", label: "Zufriedene Kunden"},
|
{ value: "5.0", label: "Bewertung" },
|
||||||
{
|
{ value: "100%", label: "Leidenschaft" },
|
||||||
value: "5.0", label: "Bewertung"},
|
|
||||||
{
|
|
||||||
value: "100%", label: "Leidenschaft"},
|
|
||||||
]}
|
]}
|
||||||
title="Was Kunden sagen"
|
title="Was Kunden sagen"
|
||||||
description="5 Sterne Qualität für unsere Kunden."
|
description="5 Sterne Qualität für unsere Kunden."
|
||||||
@@ -138,14 +79,13 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplit
|
<ContactSplit
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{ variant: "plain" }}
|
||||||
variant: "plain"}}
|
|
||||||
tag="Kontakt"
|
tag="Kontakt"
|
||||||
title="Termine nur telefonisch"
|
title="Termine nur telefonisch"
|
||||||
description="Wir bitten um telefonische Terminvereinbarung. Wir freuen uns auf Ihren Anruf!"
|
description="Wir bitten um telefonische Terminvereinbarung. Wir freuen uns auf Ihren Anruf!"
|
||||||
buttonText="Anrufen"
|
buttonText="Anrufen"
|
||||||
onSubmit={(email) => window.location.href = 'tel:073749205395'}
|
onSubmit={() => 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="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeltoCnNPkzNRv6jOxF5JctVl5/uploaded-1774858698948-6pnkarr2.png?_wi=6"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -159,4 +99,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user