From 51637dfcb657377265c460c9ec71882b96e66f97 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 16:51:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d1c66a4..8770c46 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { handle: "@community_leader", testimonial: "Their long-term commitment transformed our local village economy.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/group-asian-diverse-people-volunteer-holding-donation-box-fundraiser-emergency-situation-such-as-help-ukraine-flood-victims-food-children-charity-eventvolunteering-conceptual_640221-320.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/group-asian-diverse-people-volunteer-holding-donation-box-fundraiser-emergency-situation-such-as-help-ukraine-flood-victims-food-children-charity-eventvolunteering-conceptual_640221-320.jpg?_wi=1", imageAlt: "charity community support children", }, { @@ -71,7 +71,7 @@ export default function LandingPage() { handle: "@volunteer_coordinator", testimonial: "I have seen direct, life-changing impact in thousands of families.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/group-different-people-volunteering-foodbank_23-2149012216.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/group-different-people-volunteering-foodbank_23-2149012216.jpg?_wi=1", imageAlt: "charity community support children", }, { @@ -79,7 +79,7 @@ export default function LandingPage() { handle: "@education_advocate", testimonial: "Providing school supplies has truly changed the trajectory of our kids.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-women-fetching-water_23-2149021914.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-women-fetching-water_23-2149021914.jpg?_wi=1", imageAlt: "charity community support children", }, { @@ -87,7 +87,7 @@ export default function LandingPage() { handle: "@donor", testimonial: "Knowing exactly how my donation helps makes all the difference.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-school-teacher-giving-help-support-schoolboy-class_74855-16348.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-school-teacher-giving-help-support-schoolboy-class_74855-16348.jpg?_wi=1", imageAlt: "charity community support children", }, { @@ -95,11 +95,11 @@ export default function LandingPage() { handle: "@beneficiary", testimonial: "Sustainable change is visible everywhere in our community now.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-showing-world-globe-blue-uniform-looking-careful_176474-12863.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-showing-world-globe-blue-uniform-looking-careful_176474-12863.jpg?_wi=1", imageAlt: "charity community support children", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/group-asian-diverse-people-volunteer-holding-donation-box-fundraiser-emergency-situation-such-as-help-ukraine-flood-victims-food-children-charity-eventvolunteering-conceptual_640221-320.jpg" + imageSrc="http://img.b2bpic.net/free-photo/group-asian-diverse-people-volunteer-holding-donation-box-fundraiser-emergency-situation-such-as-help-ukraine-flood-victims-food-children-charity-eventvolunteering-conceptual_640221-320.jpg?_wi=2" imageAlt="Community members working together on a development project" avatars={[ { @@ -162,7 +162,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Building Sustainable Futures" description="We don't just provide relief; we equip communities with the resources, education, and health support they need to break the cycle of poverty permanently. Our approach is centered on local leadership and lasting change." - imageSrc="http://img.b2bpic.net/free-photo/group-different-people-volunteering-foodbank_23-2149012216.jpg" + imageSrc="http://img.b2bpic.net/free-photo/group-different-people-volunteering-foodbank_23-2149012216.jpg?_wi=2" imageAlt="Development project site in action" /> @@ -175,19 +175,19 @@ export default function LandingPage() { { title: "Water & Sanitation", description: "Constructing wells and sanitation infrastructure for thousands of households.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-women-fetching-water_23-2149021914.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-women-fetching-water_23-2149021914.jpg?_wi=2", imageAlt: "Clean water facility", }, { title: "Global Education", description: "Supporting schools, teacher training, and essential classroom learning materials.", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-school-teacher-giving-help-support-schoolboy-class_74855-16348.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-school-teacher-giving-help-support-schoolboy-class_74855-16348.jpg?_wi=2", imageAlt: "Students in classroom", }, { title: "Healthcare Access", description: "Delivering medical training, maternal care, and community clinic resources.", - imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-showing-world-globe-blue-uniform-looking-careful_176474-12863.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-showing-world-globe-blue-uniform-looking-careful_176474-12863.jpg?_wi=2", imageAlt: "Medical outreach clinic", }, ]} -- 2.49.1