Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-09 22:11:20 +00:00

View File

@@ -83,8 +83,7 @@ export default function LandingPage() {
id: "skincare", title: "Skincare Treatments", content: "Comprehensive skincare solutions including facials, extractions, and personalized consultations. Sheena combines professional-grade products with proven techniques to address your unique skin concerns—acne, dryness, sensitivity, or aging. Experience the difference premium skincare makes."
}
]}
imageSrc="http://img.b2bpic.net/free-photo/beautician-working-client-s-eyebrows_23-2149183837.jpg"
imageAlt="Professional threading service"
videoSrc="http://img.b2bpic.net/free-photo/beautician-working-client-s-eyebrows_23-2149183837.jpg"
mediaPosition="right"
useInvertedBackground={false}
/>
@@ -146,16 +145,13 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "threading-basic", tag: "Eyebrow Threading", price: "$25", period: "/session", description: "Precision eyebrow shaping and hair removal. Perfect arch tailored to your face shape.", button: { text: "Book Now", href: "#contact" },
featuresTitle: "Includes:", features: ["Expert shaping consultation", "Precision threading technique", "Comfortable, pain-free experience", "Lasts 34 weeks"]
id: "threading-basic", tag: "Eyebrow Threading", price: "$25", period: "/session", description: "Precision eyebrow shaping and hair removal. Perfect arch tailored to your face shape.", button: { text: "Book Now", href: "#contact" }, featuresTitle: "Includes:", features: ["Expert shaping consultation", "Precision threading technique", "Comfortable, pain-free experience", "Lasts 34 weeks"]
},
{
id: "waxing-deluxe", tag: "Facial Waxing", price: "$35", period: "/session", description: "Professional waxing for upper lip, chin, or full facial. Smooth, flawless results.", button: { text: "Book Now", href: "#contact" },
featuresTitle: "Includes:", features: ["Premium wax products", "Gentle application technique", "Customized comfort measures", "Hydrating aftercare"]
id: "waxing-deluxe", tag: "Facial Waxing", price: "$35", period: "/session", description: "Professional waxing for upper lip, chin, or full facial. Smooth, flawless results.", button: { text: "Book Now", href: "#contact" }, featuresTitle: "Includes:", features: ["Premium wax products", "Gentle application technique", "Customized comfort measures", "Hydrating aftercare"]
},
{
id: "skincare-premium", tag: "Skincare Facial", price: "$70", period: "/session", description: "Comprehensive facial treatment tailored to your skin type and concerns.", button: { text: "Book Now", href: "#contact" },
featuresTitle: "Includes:", features: ["Professional skin analysis", "Deep cleanse and exfoliation", "Targeted treatment serums", "Personalized skincare tips"]
id: "skincare-premium", tag: "Skincare Facial", price: "$70", period: "/session", description: "Comprehensive facial treatment tailored to your skin type and concerns.", button: { text: "Book Now", href: "#contact" }, featuresTitle: "Includes:", features: ["Professional skin analysis", "Deep cleanse and exfoliation", "Targeted treatment serums", "Personalized skincare tips"]
}
]}
/>