diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ad965c1..90cef99 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -52,7 +52,7 @@ export default function AboutPage() { { value: "98%", title: "Patient Satisfaction Rate"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-hair-process-keratin-treatment_23-2149332442.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-hair-process-keratin-treatment_23-2149332442.jpg?_wi=2" imageAlt="REGROWTH clinic modern facility" mediaAnimation="opacity" metricsAnimation="opacity" @@ -72,22 +72,22 @@ export default function AboutPage() { id: "hair-transplant", title: "Hair Transplantation (FUE & FUT)", author: "Advanced Surgical Procedure", description: "State-of-the-art follicular unit extraction (FUE) and follicular unit transplantation (FUT) techniques for natural-looking results. Minimally invasive with quick recovery.", tags: ["Hair Restoration", "Surgical"], imageSrc: - "http://img.b2bpic.net/free-photo/man-going-through-follicular-unit-extraction-process_23-2149106297.jpg"}, + "http://img.b2bpic.net/free-photo/man-going-through-follicular-unit-extraction-process_23-2149106297.jpg?_wi=2"}, { id: "hair-loss-treatment", title: "Hair Loss & Hair Fall Treatment", author: "Medical Management", description: "Advanced treatments including PRP therapy, medications, and laser therapy to stop hair fall and stimulate regrowth naturally.", tags: ["PRP Therapy", "Non-Surgical"], imageSrc: - "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149229772.jpg"}, + "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149229772.jpg?_wi=2"}, { id: "skin-treatments", title: "Skin Treatments & Procedures", author: "Dermatological Care", description: "Comprehensive skin care including Hydra Facial, laser hair removal, acne treatment, and anti-aging procedures for radiant, healthy skin.", tags: ["Laser", "Facial"], imageSrc: - "http://img.b2bpic.net/free-photo/young-woman-lying-cosmetologist-s-table-rejuvenation-procedure_343596-77.jpg"}, + "http://img.b2bpic.net/free-photo/young-woman-lying-cosmetologist-s-table-rejuvenation-procedure_343596-77.jpg?_wi=2"}, { id: "prp-therapy", title: "PRP Treatment (Platelet Rich Plasma)", author: "Regenerative Therapy", description: "Cutting-edge PRP therapy using your own blood plasma to regenerate hair follicles and improve skin quality without side effects.", tags: ["Regenerative", "Non-Surgical"], imageSrc: - "http://img.b2bpic.net/free-photo/rejuvenation-injection-face_1098-21910.jpg"}, + "http://img.b2bpic.net/free-photo/rejuvenation-injection-face_1098-21910.jpg?_wi=2"}, ]} animationType="slide-up" textboxLayout="default" diff --git a/src/app/page.tsx b/src/app/page.tsx index 184a22d..21965b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -120,7 +120,7 @@ export default function HomePage() { { value: "98%", title: "Patient Satisfaction Rate"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-hair-process-keratin-treatment_23-2149332442.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-hair-process-keratin-treatment_23-2149332442.jpg?_wi=1" imageAlt="REGROWTH clinic modern facility" mediaAnimation="opacity" metricsAnimation="opacity" @@ -137,16 +137,16 @@ export default function HomePage() { features={[ { id: "hair-transplant", title: "Hair Transplantation (FUE & FUT)", author: "Advanced Surgical Procedure", description: "State-of-the-art follicular unit extraction (FUE) and follicular unit transplantation (FUT) techniques for natural-looking results. Minimally invasive with quick recovery.", tags: ["Hair Restoration", "Surgical"], - imageSrc: "http://img.b2bpic.net/free-photo/man-going-through-follicular-unit-extraction-process_23-2149106297.jpg", imageAlt: "Hair transplant surgery medical procedure"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-going-through-follicular-unit-extraction-process_23-2149106297.jpg?_wi=1", imageAlt: "Hair transplant surgery medical procedure"}, { id: "hair-loss-treatment", title: "Hair Loss & Hair Fall Treatment", author: "Medical Management", description: "Advanced treatments including PRP therapy, medications, and laser therapy to stop hair fall and stimulate regrowth naturally.", tags: ["PRP Therapy", "Non-Surgical"], - imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149229772.jpg", imageAlt: "Hair loss treatment medical therapy"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149229772.jpg?_wi=1", imageAlt: "Hair loss treatment medical therapy"}, { id: "skin-treatments", title: "Skin Treatments & Procedures", author: "Dermatological Care", description: "Comprehensive skin care including Hydra Facial, laser hair removal, acne treatment, and anti-aging procedures for radiant, healthy skin.", tags: ["Laser", "Facial"], - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-lying-cosmetologist-s-table-rejuvenation-procedure_343596-77.jpg", imageAlt: "Dermatology skin treatment procedure"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-lying-cosmetologist-s-table-rejuvenation-procedure_343596-77.jpg?_wi=1", imageAlt: "Dermatology skin treatment procedure"}, { id: "prp-therapy", title: "PRP Treatment (Platelet Rich Plasma)", author: "Regenerative Therapy", description: "Cutting-edge PRP therapy using your own blood plasma to regenerate hair follicles and improve skin quality without side effects.", tags: ["Regenerative", "Non-Surgical"], - imageSrc: "http://img.b2bpic.net/free-photo/rejuvenation-injection-face_1098-21910.jpg", imageAlt: "PRP platelet rich plasma therapy"}, + imageSrc: "http://img.b2bpic.net/free-photo/rejuvenation-injection-face_1098-21910.jpg?_wi=1", imageAlt: "PRP platelet rich plasma therapy"}, ]} animationType="slide-up" textboxLayout="default"