diff --git a/src/app/page.tsx b/src/app/page.tsx index 5e4f48e..8da4d88 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,16 +59,16 @@ export default function LandingPage() { description="We believe in meeting people where they are through a personalized, technology-enhanced approach to home care." features={[ { - 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", imageAlt: "Wellness focus" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167742.jpg", imageAlt: "Care environment" } + 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?_wi=1", imageAlt: "Wellness focus" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167742.jpg?_wi=2", imageAlt: "Care environment" } }, { - 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", imageAlt: "App interface" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/general-practitioner-consults-old-female-patient-about-diagnostic-test-results_482257-126852.jpg", imageAlt: "Urgent alerts" } + 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?_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?_wi=2", imageAlt: "Urgent alerts" } }, { - 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", imageAlt: "Inclusive care" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/social-worker-taking-care-senior-woman_23-2149031333.jpg", imageAlt: "Personalized connection" } + 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?_wi=1", imageAlt: "Inclusive care" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/social-worker-taking-care-senior-woman_23-2149031333.jpg?_wi=2", imageAlt: "Personalized connection" } } ]} />