Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-07 04:25:37 +00:00

View File

@@ -70,22 +70,22 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "facial", name: "Facial Treatments", price: "₹800 - ₹4000+", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-facial-hair-removed_107420-74074.jpg", imageAlt: "Professional facial treatment"
id: "facial", name: "Facial Treatments", price: "₹800 - ₹4000+", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-facial-hair-removed_107420-74074.jpg?_wi=1", imageAlt: "Professional facial treatment"
},
{
id: "hair", name: "Hair Services", price: "₹200 - ₹6000+", imageSrc: "http://img.b2bpic.net/free-photo/attractive-brunette-woman-taking-shower_329181-2402.jpg", imageAlt: "Luxury hair treatment and styling"
id: "hair", name: "Hair Services", price: "₹200 - ₹6000+", imageSrc: "http://img.b2bpic.net/free-photo/attractive-brunette-woman-taking-shower_329181-2402.jpg?_wi=1", imageAlt: "Luxury hair treatment and styling"
},
{
id: "nails", name: "Manicure & Pedicure", price: "₹100 - ₹1000", imageSrc: "http://img.b2bpic.net/free-photo/nail-hygiene-care-beautician-client_23-2148766577.jpg", imageAlt: "Professional nail care services"
},
{
id: "makeup", name: "Makeup Services", price: "₹500 - ₹16000+", imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-making-up-girl_23-2148210707.jpg", imageAlt: "Professional makeup application"
id: "makeup", name: "Makeup Services", price: "₹500 - ₹16000+", imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-making-up-girl_23-2148210707.jpg?_wi=1", imageAlt: "Professional makeup application"
},
{
id: "waxing", name: "Waxing & Threading", price: "₹30 - ₹1500", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-facial-hair-removed_107420-74074.jpg", imageAlt: "Hair removal services"
id: "waxing", name: "Waxing & Threading", price: "₹30 - ₹1500", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-facial-hair-removed_107420-74074.jpg?_wi=2", imageAlt: "Hair removal services"
},
{
id: "massage", name: "Massage & Therapy", price: "₹250 - ₹1500", imageSrc: "http://img.b2bpic.net/free-photo/attractive-brunette-woman-taking-shower_329181-2402.jpg", imageAlt: "Relaxing massage therapy"
id: "massage", name: "Massage & Therapy", price: "₹250 - ₹1500", imageSrc: "http://img.b2bpic.net/free-photo/attractive-brunette-woman-taking-shower_329181-2402.jpg?_wi=2", imageAlt: "Relaxing massage therapy"
}
]}
/>
@@ -99,7 +99,7 @@ export default function LandingPage() {
description="Expert Beauty Professionals"
subdescription="Good Vibes Beauty Spa & Academy - Sarjapura, Bangalore"
icon={Star}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-woman-reading-tarot-home_23-2150276078.jpg"
imageSrc="http://img.b2bpic.net/free-photo/high-angle-woman-reading-tarot-home_23-2150276078.jpg?_wi=1"
imageAlt="Professional beauty experts and trainers"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -114,11 +114,11 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Professional Expertise", tags: ["Certified", "Experienced"],
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-reading-tarot-home_23-2150276078.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-reading-tarot-home_23-2150276078.jpg?_wi=2"
},
{
id: "2", title: "Premium Products", tags: ["International Brands", "Quality"],
imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-facial-hair-removed_107420-74074.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-facial-hair-removed_107420-74074.jpg?_wi=3"
},
{
id: "3", title: "Luxurious Ambiance", tags: ["Modern", "Elegant"],
@@ -126,7 +126,7 @@ export default function LandingPage() {
},
{
id: "4", title: "Customized Services", tags: ["Personalized", "Professional"],
imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-making-up-girl_23-2148210707.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-making-up-girl_23-2148210707.jpg?_wi=2"
}
]}
animationType="slide-up"