From 6b5a6e83c3f086cda8a358fab5c7d69383893a7e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 12:13:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2675bd8..0899663 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/grandpa-with-grandson-park-taking-photos_23-2148294935.jpg" + imageSrc="http://img.b2bpic.net/free-photo/grandpa-with-grandson-park-taking-photos_23-2148294935.jpg?_wi=1" imageAlt="Warm care connection" /> @@ -77,42 +77,42 @@ export default function LandingPage() { title: "Holistic Care Approach", description: "We focus on nutrition, routines, and environment to support overall wellness.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167742.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167742.jpg?_wi=1", imageAlt: "Wellness focus", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167742.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167742.jpg?_wi=2", imageAlt: "Care environment", }, - imageSrc: "http://img.b2bpic.net/free-photo/grandpa-with-grandson-park-taking-photos_23-2148294935.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grandpa-with-grandson-park-taking-photos_23-2148294935.jpg?_wi=2", imageAlt: "warm family care moment home", }, { title: "Bridgeview Connect App", description: "Secure, real-time updates and peace of mind for families at a distance.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/general-practitioner-consults-old-female-patient-about-diagnostic-test-results_482257-126852.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/general-practitioner-consults-old-female-patient-about-diagnostic-test-results_482257-126852.jpg?_wi=1", imageAlt: "App interface", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/general-practitioner-consults-old-female-patient-about-diagnostic-test-results_482257-126852.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/general-practitioner-consults-old-female-patient-about-diagnostic-test-results_482257-126852.jpg?_wi=2", imageAlt: "Urgent alerts", }, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-old-woman-spending-time-home_23-2150655744.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-old-woman-spending-time-home_23-2150655744.jpg?_wi=1", imageAlt: "compassionate caregiver smiling", }, { title: "Culturally Responsive", description: "Honoring your family's unique traditions and values in every care plan.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/social-worker-taking-care-senior-woman_23-2149031333.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/social-worker-taking-care-senior-woman_23-2149031333.jpg?_wi=1", imageAlt: "Inclusive care", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/social-worker-taking-care-senior-woman_23-2149031333.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/social-worker-taking-care-senior-woman_23-2149031333.jpg?_wi=2", imageAlt: "Personalized connection", }, - imageSrc: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167742.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167742.jpg?_wi=3", imageAlt: "holistic wellness home care", }, ]} @@ -133,7 +133,7 @@ export default function LandingPage() { href: "#about", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/full-shot-old-woman-spending-time-home_23-2150655744.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-shot-old-woman-spending-time-home_23-2150655744.jpg?_wi=2" imageAlt="Compassionate caregivers" /> -- 2.49.1