From 1a52934ad2a5fb6eaff9e7b26df06c2ff2fe9e33 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 09:53:52 +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 36de7f3..7ae18ec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-hospital_1339-6845.jpg", imageAlt: "Modern healthcare facility reception" }, { - imageSrc: "http://img.b2bpic.net/free-photo/labor-union-members-working-together_23-2150995021.jpg", imageAlt: "Dedicated healthcare team" + imageSrc: "http://img.b2bpic.net/free-photo/labor-union-members-working-together_23-2150995021.jpg?_wi=1", imageAlt: "Dedicated healthcare team" } ]} buttons={[ @@ -91,7 +91,7 @@ export default function LandingPage() { description="We are committed to providing comprehensive healthcare services with a patient-first approach. Our experienced team combines medical expertise with compassionate care." subdescription="With over 20 years of experience, we have served thousands of patients with excellence and integrity." icon={Stethoscope} - imageSrc="http://img.b2bpic.net/free-photo/labor-union-members-working-together_23-2150995021.jpg" + imageSrc="http://img.b2bpic.net/free-photo/labor-union-members-working-together_23-2150995021.jpg?_wi=2" imageAlt="Our dedicated healthcare team" mediaAnimation="blur-reveal" useInvertedBackground={true} -- 2.49.1