From cfaba55dec0d517e665574afc88dadd09022b9dd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 18:50:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b7469b5..57b691b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { { text: "📅 Book Appointment", href: "#contact" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/woman-taking-care-girl-salon_23-2147769838.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-taking-care-girl-salon_23-2147769838.jpg?_wi=1" imageAlt="Premium Beauty Studio" mediaAnimation="blur-reveal" imagePosition="right" @@ -87,28 +87,28 @@ export default function LandingPage() { title: "Makeup", description: "Basic makeup application and bridal packages for your special day", icon: Palette, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/make-up-artist-work-her-beauty-visage-studio-salon-woman-professional-make-up-master-beauty-club-concept_627829-9066.jpg", imageAlt: "Makeup Application" }, - { imageSrc: "http://img.b2bpic.net/free-photo/side-view-professional-doing-bridal-makeup-look_23-2149722043.jpg", imageAlt: "Bridal Makeup" } + { imageSrc: "http://img.b2bpic.net/free-photo/side-view-professional-doing-bridal-makeup-look_23-2149722043.jpg?_wi=1", imageAlt: "Bridal Makeup" } ] }, { title: "Hair Care", description: "Cysteine hair treatments and professional styling services", icon: Sparkles, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-getting-hair-washed-by-hairdresser-salon_633478-691.jpg", imageAlt: "Hair Treatment" }, - { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-getting-hair-washed-by-hairdresser-salon_633478-691.jpg", imageAlt: "Hair Styling" } + { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-getting-hair-washed-by-hairdresser-salon_633478-691.jpg?_wi=1", imageAlt: "Hair Treatment" }, + { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-getting-hair-washed-by-hairdresser-salon_633478-691.jpg?_wi=2", imageAlt: "Hair Styling" } ] }, { title: "Nails", description: "Professional pedicure and nail care services", icon: Flower, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/indoor-image-beauty-salon-one-woman-making-pedicure-other-one-worker-beauty-industry-nail-service-details-toned-colors-manicure-occupation_291049-353.jpg", imageAlt: "Pedicure Service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/indoor-image-beauty-salon-one-woman-making-pedicure-other-one-worker-beauty-industry-nail-service-details-toned-colors-manicure-occupation_291049-353.jpg", imageAlt: "Nail Care" } + { imageSrc: "http://img.b2bpic.net/free-photo/indoor-image-beauty-salon-one-woman-making-pedicure-other-one-worker-beauty-industry-nail-service-details-toned-colors-manicure-occupation_291049-353.jpg?_wi=1", imageAlt: "Pedicure Service" }, + { imageSrc: "http://img.b2bpic.net/free-photo/indoor-image-beauty-salon-one-woman-making-pedicure-other-one-worker-beauty-industry-nail-service-details-toned-colors-manicure-occupation_291049-353.jpg?_wi=2", imageAlt: "Nail Care" } ] }, { title: "Relaxation & Care", description: "Rejuvenating head massage and self-care therapy", icon: Zap, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-receiving-head-massage-spa-center_1139-1132.jpg", imageAlt: "Head Massage" }, - { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-receiving-head-massage-spa-center_1139-1132.jpg", imageAlt: "Relaxation Therapy" } + { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-receiving-head-massage-spa-center_1139-1132.jpg?_wi=1", imageAlt: "Head Massage" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-receiving-head-massage-spa-center_1139-1132.jpg?_wi=2", imageAlt: "Relaxation Therapy" } ] } ]} @@ -161,13 +161,13 @@ export default function LandingPage() {