diff --git a/src/app/page.tsx b/src/app/page.tsx index a531114..7ec7849 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,11 +90,11 @@ export default function LandingPage() { features={[ { title: "Dermatological Diagnosis", description: "Expert assessment of skin conditions.", icon: Activity, - mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/doctor-preparing-consult_23-2149309927.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/doctor-preparing-consult_23-2149309927.jpg" }] + mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/doctor-preparing-consult_23-2149309927.jpg?_wi=1" }, { imageSrc: "http://img.b2bpic.net/free-photo/doctor-preparing-consult_23-2149309927.jpg?_wi=2" }] }, { title: "Cosmetic Care", description: "Revitalizing treatments for radiant skin.", icon: Sparkles, - mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-doctor-holding-stethoscope_268835-944.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-doctor-holding-stethoscope_268835-944.jpg" }] + mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-doctor-holding-stethoscope_268835-944.jpg?_wi=1" }, { imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-doctor-holding-stethoscope_268835-944.jpg?_wi=2" }] }, ]} title="Our Clinical Services"