From a26476bf318e4842bb0de5b74f46ae487cba7701 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 22:11:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2bb42b3..de14f1a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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 3–4 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 3–4 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"] } ]} /> -- 2.49.1