Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4cecbbcf20 | |||
| 43fc4d1e52 |
@@ -44,7 +44,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", href: "tel:015737379905" }]}
|
buttons={[{ text: "Termin vereinbaren", onClick: () => window.location.href = "tel:0157373799905" }]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -87,25 +87,25 @@ 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", href: "tel:015737379905" }],
|
price: "ab 70 €", subtitle: "Gesicht & Haut", buttons: [{ text: "Buchen", onClick: () => window.location.href = "tel:0157373799905" }],
|
||||||
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", href: "tel:015737379905" }],
|
price: "ab 35 €", subtitle: "Fußbehandlungen", buttons: [{ text: "Buchen", onClick: () => window.location.href = "tel:0157373799905" }],
|
||||||
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", href: "tel:015737379905" }],
|
price: "ab 15 €", subtitle: "Augen & Wimpern", buttons: [{ text: "Buchen", onClick: () => window.location.href = "tel:0157373799905" }],
|
||||||
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", href: "tel:015737379905" }],
|
price: "ab 30 €", subtitle: "Massage & Körper", buttons: [{ text: "Buchen", onClick: () => window.location.href = "tel:0157373799905" }],
|
||||||
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 €"],
|
||||||
},
|
},
|
||||||
@@ -152,8 +152,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", href: "tel:015737379905" },
|
{ text: "Jetzt Termin buchen", onClick: () => window.location.href = "tel:0157373799905" },
|
||||||
{ text: "Per WhatsApp kontaktieren", href: "https://wa.me/015737379905" },
|
{ text: "Per WhatsApp kontaktieren", href: "https://wa.me/0157373799905" },
|
||||||
]}
|
]}
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -176,8 +176,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:015737379905" },
|
{ label: "Telefon: 01573 7379905", href: "tel:0157373799905" },
|
||||||
{ label: "WhatsApp: 01573 7379905", href: "https://wa.me/015737379905" },
|
{ label: "WhatsApp: 01573 7379905", href: "https://wa.me/0157373799905" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user