diff --git a/src/app/page.tsx b/src/app/page.tsx index abecd2f..60b1d50 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,17 +58,18 @@ export default function LandingPage() { textboxLayout="split-description" title="Exklusive Beauty Services" description="Liquid Gold Standard für Ihre Hautpflege & Permanent Make-Up." + 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: "#contact" }], 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: "#contact" }], 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: "#contact" }], features: ["Ganzkörper", "Beine & Rücken", "Gesicht", "Präzisions-Laser"] } ]} @@ -85,8 +86,10 @@ export default function LandingPage() { { id: "a3", title: "Business-Setup", content: "Wie Sie ein profitables Beauty-Atelier aufbauen." } ]} imageSrc="https://images.unsplash.com/photo-1560066984-138dadb4c035?q=80&w=800&auto=format&fit=crop" + videoSrc="" mediaPosition="right" mediaAnimation="blur-reveal" + useInvertedBackground={false} /> @@ -99,6 +102,7 @@ export default function LandingPage() { { icon: Award, label: "Zertifikate", value: "Expert" } ]} metricsAnimation="slide-up" + useInvertedBackground={false} /> @@ -113,6 +117,7 @@ export default function LandingPage() { textarea={{ name: "message", placeholder: "Ihr Anliegen", rows: 4 }} buttonText="Anfrage absenden" imageSrc="https://images.unsplash.com/photo-1612287230202-1ff6d8536bdf?q=80&w=800&auto=format&fit=crop" + useInvertedBackground={false} /> @@ -127,7 +132,6 @@ export default function LandingPage() { /> - {/* Sticky WhatsApp Trigger */}