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", }, ]}