From c6ab7ef301305c19a09346698a383fd87193a149 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 07:25:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bb72215..324ad11 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-vector/hand-drawn-flat-design-people-learning-from-home_52683-80251.jpg" + imageSrc="http://img.b2bpic.net/free-vector/hand-drawn-flat-design-people-learning-from-home_52683-80251.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/front-view-positive-woman-with-cancer_23-2151064728.jpg", @@ -110,7 +110,7 @@ export default function LandingPage() { title: "Real-Time Tracking", description: "Monitor exactly where your donation goes and see the tangible impact you are making in real-time.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-tablet_23-2149105728.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-tablet_23-2149105728.jpg?_wi=1", }, items: [ { @@ -127,14 +127,14 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-flat-design-people-learning-from-home_52683-80251.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-flat-design-people-learning-from-home_52683-80251.jpg?_wi=2", imageAlt: "donation platform hero concept", }, { title: "Dedicated Support", description: "Access world-class assistance whenever you need it, ensuring your donation journey is smooth and rewarding.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/women-support-group_53876-94863.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/women-support-group_53876-94863.jpg?_wi=1", }, items: [ { @@ -151,7 +151,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-tablet_23-2149105728.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-tablet_23-2149105728.jpg?_wi=2", imageAlt: "donation progress tracking UI", }, { @@ -175,7 +175,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/women-support-group_53876-94863.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/women-support-group_53876-94863.jpg?_wi=2", imageAlt: "customer support team nonprofit", }, ]} -- 2.49.1