diff --git a/src/app/page.tsx b/src/app/page.tsx index ad5bfc9..1e6fd91 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/beautician-woman-clinic-consults-client_23-2148878893.jpg", imageAlt: "dermatology clinic treatment modern" }, - { imageSrc: "http://img.b2bpic.net/free-photo/girl-receiving-facial-treatment-beauty-salon_23-2148194181.jpg", imageAlt: "laser skin treatment procedure" }, + { imageSrc: "http://img.b2bpic.net/free-photo/girl-receiving-facial-treatment-beauty-salon_23-2148194181.jpg?_wi=1", imageAlt: "laser skin treatment procedure" }, { imageSrc: "http://img.b2bpic.net/free-photo/woman-cosmetology-studio-procedures_1157-34899.jpg", imageAlt: "hair restoration treatment before after" }, { imageSrc: "http://img.b2bpic.net/free-photo/talking-colleagues_1098-16853.jpg", imageAlt: "patient satisfaction happy smile" }, { imageSrc: "http://img.b2bpic.net/free-photo/professional-stomatologists-using-digital-tablet-dental-cabinet-clinic-dentist-assistant-with-ppe-suits-discussing-patient-oral-care-operation-teeth-surgery_482257-9407.jpg", imageAlt: "advanced cosmetic laser equipment" }, @@ -80,7 +80,7 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Comfort First", title: "Pain-Free Experience", subtitle: "Advanced Technology", description: "You'll be surprised how comfortable advanced treatments can feel. Our state-of-the-art equipment and expert technique ensure minimal discomfort.", imageSrc: "http://img.b2bpic.net/free-photo/girl-receiving-facial-treatment-beauty-salon_23-2148194181.jpg", imageAlt: "Pain-free laser treatment" + tag: "Comfort First", title: "Pain-Free Experience", subtitle: "Advanced Technology", description: "You'll be surprised how comfortable advanced treatments can feel. Our state-of-the-art equipment and expert technique ensure minimal discomfort.", imageSrc: "http://img.b2bpic.net/free-photo/girl-receiving-facial-treatment-beauty-salon_23-2148194181.jpg?_wi=2", imageAlt: "Pain-free laser treatment" }, { id: 2, @@ -111,22 +111,22 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "hair-transplant", name: "Hair Transplant", price: "Consultation Available", variant: "Advanced Restoration", imageSrc: "http://img.b2bpic.net/free-photo/crop-hairstylist-washing-hair-with-shampoo_23-2147769795.jpg", imageAlt: "Hair transplant service" + id: "hair-transplant", name: "Hair Transplant", price: "Consultation Available", variant: "Advanced Restoration", imageSrc: "http://img.b2bpic.net/free-photo/crop-hairstylist-washing-hair-with-shampoo_23-2147769795.jpg?_wi=1", imageAlt: "Hair transplant service" }, { - id: "prp-therapy", name: "PRP Therapy", price: "Consultation Available", variant: "Hair Loss Solution", imageSrc: "http://img.b2bpic.net/free-photo/crop-hairstylist-washing-hair-with-shampoo_23-2147769795.jpg", imageAlt: "PRP hair therapy" + id: "prp-therapy", name: "PRP Therapy", price: "Consultation Available", variant: "Hair Loss Solution", imageSrc: "http://img.b2bpic.net/free-photo/crop-hairstylist-washing-hair-with-shampoo_23-2147769795.jpg?_wi=2", imageAlt: "PRP hair therapy" }, { id: "laser-hair-removal", name: "Laser Hair Removal", price: "Consultation Available", variant: "Smooth Skin", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-anticellulite-anti-fat-therapy_107420-65214.jpg", imageAlt: "Laser hair removal" }, { - id: "facial-treatments", name: "Facial Treatments", price: "Consultation Available", variant: "Skin Rejuvenation", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-receiving-cosmetic-treatment_107420-65218.jpg", imageAlt: "Facial skin treatment" + id: "facial-treatments", name: "Facial Treatments", price: "Consultation Available", variant: "Skin Rejuvenation", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-receiving-cosmetic-treatment_107420-65218.jpg?_wi=1", imageAlt: "Facial skin treatment" }, { - id: "skin-tightening", name: "Skin Tightening", price: "Consultation Available", variant: "Advanced Laser", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-receiving-cosmetic-treatment_107420-65218.jpg", imageAlt: "Skin tightening laser" + id: "skin-tightening", name: "Skin Tightening", price: "Consultation Available", variant: "Advanced Laser", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-receiving-cosmetic-treatment_107420-65218.jpg?_wi=2", imageAlt: "Skin tightening laser" }, { - id: "acne-treatment", name: "Acne Treatment", price: "Consultation Available", variant: "Clear Skin", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-receiving-cosmetic-treatment_107420-65218.jpg", imageAlt: "Acne treatment solution" + id: "acne-treatment", name: "Acne Treatment", price: "Consultation Available", variant: "Clear Skin", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-receiving-cosmetic-treatment_107420-65218.jpg?_wi=3", imageAlt: "Acne treatment solution" } ]} /> @@ -258,7 +258,7 @@ export default function LandingPage() {