From 8af9999e968f1d74ba0f4ff8a7063c0c3f563632 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 13:18:41 +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 453b7eb..d4ed001 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,45 +63,45 @@ export default function LandingPage() { description="Join our mission to build a world where every woman lives free from fear, supported by a global community standing for justice and equality." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/business-executives-with-hand-stacked_1170-1736.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-executives-with-hand-stacked_1170-1736.jpg?_wi=1", imageAlt: "Community support", }, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-outdoors_23-2149033791.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-outdoors_23-2149033791.jpg?_wi=1", imageAlt: "Unity and resilience", }, { - imageSrc: "http://img.b2bpic.net/free-photo/business-executives-with-hand-stacked_1170-1736.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-executives-with-hand-stacked_1170-1736.jpg?_wi=2", imageAlt: "Supporting hands", }, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-outdoors_23-2149033791.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-outdoors_23-2149033791.jpg?_wi=2", imageAlt: "Standing strong", }, { - imageSrc: "http://img.b2bpic.net/free-photo/business-executives-with-hand-stacked_1170-1736.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-executives-with-hand-stacked_1170-1736.jpg?_wi=3", imageAlt: "Helping others", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-outdoors_23-2149033791.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-outdoors_23-2149033791.jpg?_wi=3", imageAlt: "Resilient future", }, { - imageSrc: "http://img.b2bpic.net/free-photo/business-executives-with-hand-stacked_1170-1736.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-executives-with-hand-stacked_1170-1736.jpg?_wi=4", imageAlt: "Hopeful women", }, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-outdoors_23-2149033791.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-outdoors_23-2149033791.jpg?_wi=4", imageAlt: "Standing together", }, { - imageSrc: "http://img.b2bpic.net/free-photo/business-executives-with-hand-stacked_1170-1736.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-executives-with-hand-stacked_1170-1736.jpg?_wi=5", imageAlt: "Supportive community", }, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-outdoors_23-2149033791.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-outdoors_23-2149033791.jpg?_wi=5", imageAlt: "Building peace", }, ]}