From 31787a547d14d23435f9a50e91e71b8bfbf4fbae Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 15:02:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.49.1