diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f61cd0..b15fee9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function LandingPage() { logoText="CASABLANCA COSMETICS" description="Cinematische Ästhetik in Gelsenkirchen. Wir veredeln Ihre natürliche Schönheit mit flüssigem Gold & High-End Präzision." buttons={[ - { text: "Termin Buchen", href: "#contact" }, + { text: "Termin Buchen", href: "https://wa.me/4917661853287" }, { text: "Preisliste", href: "#pricing" }, ]} imageSrc="https://images.unsplash.com/photo-1596462502278-27bfdc403348?q=80&w=1200&auto=format&fit=crop" @@ -61,15 +61,15 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "pm", badge: "Signature", name: "Permanent Make-Up", price: "ab 170€", buttons: [{ text: "Buchen", href: "#contact" }], + id: "pm", badge: "Signature", name: "Permanent Make-Up", price: "ab 170€", buttons: [{ text: "Buchen", href: "https://wa.me/4917661853287" }], features: ["Microblading", "Powderbrows", "Kombibrows", "Lippen Pigmentierung", "Lidstrich"] }, { - id: "skin", badge: "Gold Tier", name: "Skin Clinic", price: "ab 60€", buttons: [{ text: "Buchen", href: "#contact" }], + id: "skin", badge: "Gold Tier", name: "Skin Clinic", price: "ab 60€", buttons: [{ text: "Buchen", href: "https://wa.me/4917661853287" }], features: ["Hydrafacial", "Microneedling RF", "BioRePeel", "Tiefenreinigung"] }, { - id: "laser", badge: "Pro", name: "Laser Studio", price: "ab 50€", buttons: [{ text: "Buchen", href: "#contact" }], + id: "laser", badge: "Pro", name: "Laser Studio", price: "ab 50€", buttons: [{ text: "Buchen", href: "https://wa.me/4917661853287" }], features: ["Ganzkörper", "Beine & Rücken", "Gesicht", "Präzisions-Laser"] } ]} @@ -108,7 +108,7 @@ export default function LandingPage() {