Merge version_2 into main #2
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -99,6 +102,7 @@ export default function LandingPage() {
|
||||
{ icon: Award, label: "Zertifikate", value: "Expert" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -127,7 +132,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Sticky WhatsApp Trigger */}
|
||||
<a
|
||||
href="https://wa.me/4917661853287"
|
||||
className="fixed bottom-8 right-8 z-50 bg-[#25D366] text-white p-4 rounded-full shadow-2xl flex items-center justify-center hover:scale-110 transition-transform"
|
||||
|
||||
Reference in New Issue
Block a user