Update src/app/page.tsx

This commit is contained in:
2026-03-10 19:23:56 +00:00
parent 43fc4d1e52
commit 4cecbbcf20

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/close-up-hair-products-tools_23-2148547376.jpg"
imageAlt="Salon Beauty Lounge - Wohlfühloase"
imagePosition="right"
buttons={[{ text: "Termin vereinbaren", href: "tel:015737379905" }]}
buttons={[{ text: "Termin vereinbaren", onClick: () => window.location.href = "tel:0157373799905" }]}
mediaAnimation="slide-up"
/>
</div>
@@ -87,25 +87,25 @@ export default function LandingPage() {
plans={[
{
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: [
"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,
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: [
"Kosmetik Fußpflege 35,00 €", "Medizinische Fußpflege 50,00 €", "Happy Feet (90 min) 80,00 €"],
},
{
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: [
"Augenbrauen zupfen mit Faden & Farben 15,00 €", "Wimpernlifting 50,00 €", "Browlifting 60,00 €"],
},
{
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: [
"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"
description="Besuchen Sie uns in Schiefbahn und erleben Sie professionelle Kosmetik und Entspannung auf höchstem Niveau. Unsere Kosmetikerin freut sich auf Sie!"
buttons={[
{ text: "Jetzt Termin buchen", href: "tel:015737379905" },
{ text: "Per WhatsApp kontaktieren", href: "https://wa.me/015737379905" },
{ text: "Jetzt Termin buchen", onClick: () => window.location.href = "tel:0157373799905" },
{ text: "Per WhatsApp kontaktieren", href: "https://wa.me/0157373799905" },
]}
background={{ variant: "plain" }}
useInvertedBackground={false}
@@ -176,8 +176,8 @@ export default function LandingPage() {
{
title: "Kontakt", items: [
{ label: "Hochstraße 38, 47877 Willich", href: "#" },
{ label: "Telefon: 01573 7379905", href: "tel:015737379905" },
{ label: "WhatsApp: 01573 7379905", href: "https://wa.me/015737379905" },
{ label: "Telefon: 01573 7379905", href: "tel:0157373799905" },
{ label: "WhatsApp: 01573 7379905", href: "https://wa.me/0157373799905" },
],
},
{