diff --git a/src/app/page.tsx b/src/app/page.tsx index 987d5cc..8aee49c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,15 +71,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/senior-people-school-class-with-laptop-computer_23-2150105046.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/senior-people-school-class-with-laptop-computer_23-2150105046.jpg?_wi=1", imageAlt: "Caring daughter talking with elderly mother", }, { - imageSrc: "http://img.b2bpic.net/free-photo/sad-elder-woman-sofa_23-2149403967.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sad-elder-woman-sofa_23-2149403967.jpg?_wi=1", imageAlt: "Safe home living environment", }, { - imageSrc: "http://img.b2bpic.net/free-photo/builder-men-wearing-safety-helmets_23-2148751997.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/builder-men-wearing-safety-helmets_23-2148751997.jpg?_wi=1", imageAlt: "Occupational therapist assessing home", }, { @@ -147,7 +147,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/senior-people-school-class-with-laptop-computer_23-2150105046.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/senior-people-school-class-with-laptop-computer_23-2150105046.jpg?_wi=2", imageAlt: "safety check in senior room", }, { @@ -168,7 +168,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/sad-elder-woman-sofa_23-2149403967.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sad-elder-woman-sofa_23-2149403967.jpg?_wi=2", imageAlt: "safety check in senior room", }, { @@ -189,7 +189,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/builder-men-wearing-safety-helmets_23-2148751997.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/builder-men-wearing-safety-helmets_23-2148751997.jpg?_wi=2", imageAlt: "safety check in senior room", }, ]}