From 8460881355826409108614ba315000e2a8f69362 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 14:33:55 +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 73411ef..9b63588 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,35 +68,35 @@ export default function LandingPage() { handle: "@jordan", testimonial: "SSF gave us the tools to directly support our peers. It’s been a life-changing experience.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg?_wi=1", }, { name: "Ms. Miller", handle: "@teacher-miller", testimonial: "Watching students learn the value of philanthropy through SSF is incredible.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-studying_23-2149204773.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-studying_23-2149204773.jpg?_wi=1", }, { name: "Taylor B.", handle: "@taylor", testimonial: "The $4,000 grant allowed us to help 15 families in our district this year!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-man-squeezing-his-both-hands-with-headphone_140725-34739.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-man-squeezing-his-both-hands-with-headphone_140725-34739.jpg?_wi=1", }, { name: "Alex R.", handle: "@alex", testimonial: "Real budget management, real impact, real results.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-tourist-holds-textbook-planner-spends-vacations-visiting-unknown-city_273609-55598.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-tourist-holds-textbook-planner-spends-vacations-visiting-unknown-city_273609-55598.jpg?_wi=1", }, { name: "Casey W.", handle: "@casey", testimonial: "I found my giving passion through our club projects.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-work_23-2149362876.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-work_23-2149362876.jpg?_wi=1", }, ]} buttons={[ @@ -233,27 +233,27 @@ export default function LandingPage() { { id: "1", name: "Sarah J.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg?_wi=2", }, { id: "2", name: "Mark D.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-studying_23-2149204773.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-studying_23-2149204773.jpg?_wi=2", }, { id: "3", name: "Elena K.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-man-squeezing-his-both-hands-with-headphone_140725-34739.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-man-squeezing-his-both-hands-with-headphone_140725-34739.jpg?_wi=2", }, { id: "4", name: "Sam L.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-tourist-holds-textbook-planner-spends-vacations-visiting-unknown-city_273609-55598.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-tourist-holds-textbook-planner-spends-vacations-visiting-unknown-city_273609-55598.jpg?_wi=2", }, { id: "5", name: "Chris W.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-work_23-2149362876.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-work_23-2149362876.jpg?_wi=2", }, ]} cardTitle="Voices from our Clubs" -- 2.49.1