Update src/app/page.tsx

This commit is contained in:
2026-04-30 15:17:10 +00:00
parent 03d2d6efad
commit 4f42695a1d

View File

@@ -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",
},
]}