From 5c27ed3a1135f35dd176d78a4f6ffac14f95b737 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 17:16:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6c5488e..f279822 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,19 +61,19 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/nurse-portrait-hospital_23-2150780366.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/nurse-portrait-hospital_23-2150780366.jpg?_wi=1", imageAlt: "indian elderly care nurse at home", }, { - imageSrc: "http://img.b2bpic.net/free-photo/african-social-worker-helping-senior-woman_23-2149031377.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/african-social-worker-helping-senior-woman_23-2149031377.jpg?_wi=1", imageAlt: "compassionate caregiver hand holding", }, { - imageSrc: "http://img.b2bpic.net/free-photo/retired-man-with-disability-talking-family-video-call_482257-17813.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/retired-man-with-disability-talking-family-video-call_482257-17813.jpg?_wi=1", imageAlt: "nurse checking patient vitals home care", }, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-grandma-girl-cooking-together_23-2150363895.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-grandma-girl-cooking-together_23-2150363895.jpg?_wi=1", imageAlt: "indian elderly care nurse at home", }, { @@ -160,7 +160,7 @@ export default function LandingPage() { quote: "They didn't just treat my symptoms—they cared like family.", avatarSrc: "http://img.b2bpic.net/free-photo/hands-holding-each-other-support_23-2150445951.jpg", tag: "Elderly Care", - imageSrc: "http://img.b2bpic.net/free-photo/nurse-portrait-hospital_23-2150780366.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/nurse-portrait-hospital_23-2150780366.jpg?_wi=2", imageAlt: "compassionate caregiver hand holding", }, { @@ -171,7 +171,7 @@ export default function LandingPage() { quote: "Professional, punctual, and truly compassionate staff.", avatarSrc: "http://img.b2bpic.net/free-photo/medical-nursing-home-concept_23-2147788016.jpg", tag: "Nursing", - imageSrc: "http://img.b2bpic.net/free-photo/african-social-worker-helping-senior-woman_23-2149031377.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/african-social-worker-helping-senior-woman_23-2149031377.jpg?_wi=2", imageAlt: "compassionate caregiver hand holding", }, { @@ -182,7 +182,7 @@ export default function LandingPage() { quote: "High quality service and very dedicated team.", avatarSrc: "http://img.b2bpic.net/free-photo/social-worker-taking-care-old-woman_23-2149031320.jpg", tag: "Post-Surgery", - imageSrc: "http://img.b2bpic.net/free-photo/retired-man-with-disability-talking-family-video-call_482257-17813.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/retired-man-with-disability-talking-family-video-call_482257-17813.jpg?_wi=2", imageAlt: "compassionate caregiver hand holding", }, { @@ -193,7 +193,7 @@ export default function LandingPage() { quote: "Extremely helpful and kind. Best in Dehradun.", avatarSrc: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167742.jpg", tag: "Attendant", - imageSrc: "http://img.b2bpic.net/free-photo/black-nurse-their-workspace_52683-100570.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-nurse-their-workspace_52683-100570.jpg?_wi=1", imageAlt: "compassionate caregiver hand holding", }, { @@ -204,7 +204,7 @@ export default function LandingPage() { quote: "Everything was perfect and hygienic. Highly recommend.", avatarSrc: "http://img.b2bpic.net/free-photo/african-social-worker-taking-care-senior-woman_23-2149031353.jpg", tag: "Physio", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-grandma-girl-cooking-together_23-2150363895.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-grandma-girl-cooking-together_23-2150363895.jpg?_wi=2", imageAlt: "compassionate caregiver hand holding", }, ]} @@ -248,7 +248,7 @@ export default function LandingPage() { tag="Consultation" title="Get a Call Back in 10 Minutes" description="Tell us your needs and our senior care advisor will assist you immediately." - imageSrc="http://img.b2bpic.net/free-photo/black-nurse-their-workspace_52683-100570.jpg" + imageSrc="http://img.b2bpic.net/free-photo/black-nurse-their-workspace_52683-100570.jpg?_wi=2" inputPlaceholder="Enter your phone number..." buttonText="Get a Call Back" imageAlt="healthcare office setting medical" -- 2.49.1