From 0a620557b243d8e2359742ed0f70255fc494a7ba Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 11:35:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e9b060e..c52e3be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/front-view-group-volunteers-taking-care-donations_23-2148687301.jpg", imageAlt: "Community members coming together" }, { - imageSrc: "http://img.b2bpic.net/free-photo/community-young-people-united_23-2148431328.jpg", imageAlt: "Volunteers working in the community" + imageSrc: "http://img.b2bpic.net/free-photo/community-young-people-united_23-2148431328.jpg?_wi=1", imageAlt: "Volunteers working in the community" } ]} mediaAnimation="slide-up" @@ -88,7 +88,7 @@ export default function LandingPage() { title: "Sustainable Change", description: "Beyond immediate relief, we invest in long-term programs that build resilience and create lasting opportunity.", icon: Zap } ]} - imageSrc="http://img.b2bpic.net/free-photo/community-young-people-united_23-2148431328.jpg" + imageSrc="http://img.b2bpic.net/free-photo/community-young-people-united_23-2148431328.jpg?_wi=2" imageAlt="The Giving Tree mission in action" imagePosition="right" mediaAnimation="slide-up" -- 2.49.1