Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d8a60ab578 | |||
| 6196955cc1 |
@@ -11,6 +11,11 @@ import FooterSimple from "@/components/sections/footer/FooterSimple";
|
|||||||
import { Phone, Sparkles } from "lucide-react";
|
import { Phone, Sparkles } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
|
const handlePhoneCall = () => {
|
||||||
|
const phoneNumber = "01573737905";
|
||||||
|
window.location.href = `tel:+49${phoneNumber}`;
|
||||||
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="text-shift"
|
defaultButtonVariant="text-shift"
|
||||||
@@ -44,7 +49,7 @@ export default function LandingPage() {
|
|||||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-hair-products-tools_23-2148547376.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/close-up-hair-products-tools_23-2148547376.jpg"
|
||||||
imageAlt="Salon Beauty Lounge - Wohlfühloase"
|
imageAlt="Salon Beauty Lounge - Wohlfühloase"
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
buttons={[{ text: "Termin vereinbaren", onClick: () => window.location.href = "tel:0157373799905" }]}
|
buttons={[{ text: "Termin vereinbaren", onClick: handlePhoneCall }]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -61,14 +66,18 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
bulletPoints={[
|
bulletPoints={[
|
||||||
{
|
{
|
||||||
title: "Herzlicher Empfang", description: "Wohlfühlatmosphäre und persönliche Begrüßung"},
|
title: "Herzlicher Empfang", description: "Wohlfühlatmosphäre und persönliche Begrüßung"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "Persönliche Beratung", description: "Individuelle Behandlung auf Ihre Bedürfnisse abgestimmt"},
|
title: "Persönliche Beratung", description: "Individuelle Behandlung auf Ihre Bedürfnisse abgestimmt"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "Hochwertige Produkte", description: "Professionelle Kosmetik für beste Ergebnisse"},
|
title: "Hochwertige Produkte", description: "Professionelle Kosmetik für beste Ergebnisse"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "Professionelle Pflege", description:
|
title: "Professionelle Pflege", description:
|
||||||
"Liebevoll und fachkompetent durchgeführte Behandlungen"},
|
"Liebevoll und fachkompetent durchgeführte Behandlungen"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
buttons={[{ text: "Mehr über uns erfahren", href: "#services" }]}
|
buttons={[{ text: "Mehr über uns erfahren", href: "#services" }]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -87,27 +96,31 @@ export default function LandingPage() {
|
|||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "gesichtsbehandlungen", badge: "Kosmetik", badgeIcon: Sparkles,
|
id: "gesichtsbehandlungen", badge: "Kosmetik", badgeIcon: Sparkles,
|
||||||
price: "ab 70 €", subtitle: "Gesicht & Haut", buttons: [{ text: "Buchen", onClick: () => window.location.href = "tel:0157373799905" }],
|
price: "ab 70 €", subtitle: "Gesicht & Haut", buttons: [{ text: "Buchen", onClick: handlePhoneCall }],
|
||||||
features: [
|
features: [
|
||||||
"Gesichtreinigung (60 min) – 70,00 €", "Aquafacial (90 min) – 120,00 €", "Gold Maske (90 min) – 120,00 €", "Anti-Aging (75 min) – 80,00 €", "BB Glow – ab 90,00 €", "Carbon Peeling – ab 100,00 €"],
|
"Gesichtreinigung (60 min) – 70,00 €", "Aquafacial (90 min) – 120,00 €", "Gold Maske (90 min) – 120,00 €", "Anti-Aging (75 min) – 80,00 €", "BB Glow – ab 90,00 €", "Carbon Peeling – ab 100,00 €"
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "fusspflege", badge: "Wellness", badgeIcon: Sparkles,
|
id: "fusspflege", badge: "Wellness", badgeIcon: Sparkles,
|
||||||
price: "ab 35 €", subtitle: "Fußbehandlungen", buttons: [{ text: "Buchen", onClick: () => window.location.href = "tel:0157373799905" }],
|
price: "ab 35 €", subtitle: "Fußbehandlungen", buttons: [{ text: "Buchen", onClick: handlePhoneCall }],
|
||||||
features: [
|
features: [
|
||||||
"Kosmetik Fußpflege – 35,00 €", "Medizinische Fußpflege – 50,00 €", "Happy Feet (90 min) – 80,00 €"],
|
"Kosmetik Fußpflege – 35,00 €", "Medizinische Fußpflege – 50,00 €", "Happy Feet (90 min) – 80,00 €"
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "augen-wimpern", badge: "Beauty", badgeIcon: Sparkles,
|
id: "augen-wimpern", badge: "Beauty", badgeIcon: Sparkles,
|
||||||
price: "ab 15 €", subtitle: "Augen & Wimpern", buttons: [{ text: "Buchen", onClick: () => window.location.href = "tel:0157373799905" }],
|
price: "ab 15 €", subtitle: "Augen & Wimpern", buttons: [{ text: "Buchen", onClick: handlePhoneCall }],
|
||||||
features: [
|
features: [
|
||||||
"Augenbrauen zupfen mit Faden & Farben – 15,00 €", "Wimpernlifting – 50,00 €", "Browlifting – 60,00 €"],
|
"Augenbrauen zupfen mit Faden & Farben – 15,00 €", "Wimpernlifting – 50,00 €", "Browlifting – 60,00 €"
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "massagen", badge: "Entspannung", badgeIcon: Sparkles,
|
id: "massagen", badge: "Entspannung", badgeIcon: Sparkles,
|
||||||
price: "ab 30 €", subtitle: "Massage & Körper", buttons: [{ text: "Buchen", onClick: () => window.location.href = "tel:0157373799905" }],
|
price: "ab 30 €", subtitle: "Massage & Körper", buttons: [{ text: "Buchen", onClick: handlePhoneCall }],
|
||||||
features: [
|
features: [
|
||||||
"Körpermassage (90 min) – 120,00 €", "Rückenmassage mit Öl (30 min) – 30,00 €", "Rückenmassage mit Peeling & Maske (60 min) – 80,00 €", "Kopfmassage (30 min) – 30,00 €", "Japanische Headspa (60 min) – 100,00 €", "Zahnbleaching (60 min) – 100,00 €"],
|
"Körpermassage (90 min) – 120,00 €", "Rückenmassage mit Öl (30 min) – 30,00 €", "Rückenmassage mit Peeling & Maske (60 min) – 80,00 €", "Kopfmassage (30 min) – 30,00 €", "Japanische Headspa (60 min) – 100,00 €", "Zahnbleaching (60 min) – 100,00 €"
|
||||||
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -125,19 +138,23 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "1", name: "Sarah Mueller", role: "Geschäftsfrau", testimonial:
|
id: "1", name: "Sarah Mueller", role: "Geschäftsfrau", testimonial:
|
||||||
"Sehr liebe Kosmetikerin, sehr sauber! Perfekte Behandlung – ich komme bald wieder. Die Atmosphäre ist einfach wunderbar und ich fühle mich hier rundum wohlfühlen.", imageSrc:
|
"Sehr liebe Kosmetikerin, sehr sauber! Perfekte Behandlung – ich komme bald wieder. Die Atmosphäre ist einfach wunderbar und ich fühle mich hier rundum wohlfühlen.", imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/portrait-excited-brunette-girl-smiling-pointing-fingers-sideways-left-right-showing-advertisement-with-happy-pleased-face-standing-white-background_176420-47167.jpg", imageAlt: "Sarah Mueller"},
|
"http://img.b2bpic.net/free-photo/portrait-excited-brunette-girl-smiling-pointing-fingers-sideways-left-right-showing-advertisement-with-happy-pleased-face-standing-white-background_176420-47167.jpg", imageAlt: "Sarah Mueller"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Julia Schmidt", role: "Privatkundenterin", testimonial:
|
id: "2", name: "Julia Schmidt", role: "Privatkundenterin", testimonial:
|
||||||
"Sauberkeit und Fachkompetenz waren hervorragend. Absolut empfehlenswert! Frau Kaur hat mir eine wunderbare Behandlung gegeben und meine sensible Haut perfekt verstanden.", imageSrc:
|
"Sauberkeit und Fachkompetenz waren hervorragend. Absolut empfehlenswert! Frau Kaur hat mir eine wunderbare Behandlung gegeben und meine sensible Haut perfekt verstanden.", imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-3693.jpg", imageAlt: "Julia Schmidt"},
|
"http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-3693.jpg", imageAlt: "Julia Schmidt"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "Maria Weber", role: "Wellnessenthusiastin", testimonial:
|
id: "3", name: "Maria Weber", role: "Wellnessenthusiastin", testimonial:
|
||||||
"Wohlfühloase pur: Warmherziger Empfang, schöne Atmosphäre, man wird herzlich verwöhnt. Ich komme regelmäßig zur Entspannung und Körperpflege zu Frau Kaur.", imageSrc:
|
"Wohlfühloase pur: Warmherziger Empfang, schöne Atmosphäre, man wird herzlich verwöhnt. Ich komme regelmäßig zur Entspannung und Körperpflege zu Frau Kaur.", imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/serious-beautiful-young-woman-looking-camera-lady-wearing-white-shirt-posing_1262-14351.jpg", imageAlt: "Maria Weber"},
|
"http://img.b2bpic.net/free-photo/serious-beautiful-young-woman-looking-camera-lady-wearing-white-shirt-posing_1262-14351.jpg", imageAlt: "Maria Weber"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "4", name: "Anna Fischer", role: "Beauty-Liebhaberin", testimonial:
|
id: "4", name: "Anna Fischer", role: "Beauty-Liebhaberin", testimonial:
|
||||||
"Ich fühle mich bei Frau Kaur von Kopf bis Fuß gut aufgehoben. Die Behandlung war perfekt auf meine sensible Haut abgestimmt – besser geht es nicht!", imageSrc:
|
"Ich fühle mich bei Frau Kaur von Kopf bis Fuß gut aufgehoben. Die Behandlung war perfekt auf meine sensible Haut abgestimmt – besser geht es nicht!", imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/joyful-amazed-woman-winking_74855-3546.jpg", imageAlt: "Anna Fischer"},
|
"http://img.b2bpic.net/free-photo/joyful-amazed-woman-winking_74855-3546.jpg", imageAlt: "Anna Fischer"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
carouselMode="buttons"
|
carouselMode="buttons"
|
||||||
tagAnimation="opacity"
|
tagAnimation="opacity"
|
||||||
@@ -152,8 +169,8 @@ export default function LandingPage() {
|
|||||||
title="Vereinbaren Sie Ihren Termin"
|
title="Vereinbaren Sie Ihren Termin"
|
||||||
description="Besuchen Sie uns in Schiefbahn und erleben Sie professionelle Kosmetik und Entspannung auf höchstem Niveau. Unsere Kosmetikerin freut sich auf Sie!"
|
description="Besuchen Sie uns in Schiefbahn und erleben Sie professionelle Kosmetik und Entspannung auf höchstem Niveau. Unsere Kosmetikerin freut sich auf Sie!"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Jetzt Termin buchen", onClick: () => window.location.href = "tel:0157373799905" },
|
{ text: "Jetzt Termin buchen", onClick: handlePhoneCall },
|
||||||
{ text: "Per WhatsApp kontaktieren", href: "https://wa.me/0157373799905" },
|
{ text: "Per WhatsApp kontaktieren", href: "https://wa.me/01573737905" },
|
||||||
]}
|
]}
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -176,8 +193,8 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
title: "Kontakt", items: [
|
title: "Kontakt", items: [
|
||||||
{ label: "Hochstraße 38, 47877 Willich", href: "#" },
|
{ label: "Hochstraße 38, 47877 Willich", href: "#" },
|
||||||
{ label: "Telefon: 01573 7379905", href: "tel:0157373799905" },
|
{ label: "Telefon: 01573 7379905", href: "tel:+49157373790" },
|
||||||
{ label: "WhatsApp: 01573 7379905", href: "https://wa.me/0157373799905" },
|
{ label: "WhatsApp: 01573 7379905", href: "https://wa.me/01573737905" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user