From 977facb13b9ed0101837ec77c8d2301139dff547 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 08:58:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8f2c769..ccbe359 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { background={{ variant: "sparkles-gradient" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/group-business-people-having-fun_146671-15711.jpg", imageAlt: "People jumping together in celebration" + imageSrc: "http://img.b2bpic.net/free-photo/group-business-people-having-fun_146671-15711.jpg?_wi=1", imageAlt: "People jumping together in celebration" }, { imageSrc: "http://img.b2bpic.net/free-photo/happy-kid-playing-outdoors_23-2149604325.jpg", imageAlt: "Family and friends jumping with joy" @@ -59,7 +59,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-jumping-around_23-2149868518.jpg", imageAlt: "Global Jump Day main celebration" }, { - imageSrc: "http://img.b2bpic.net/free-photo/group-business-people-having-fun_146671-15711.jpg", imageAlt: "Diverse group synchronized jump moment" + imageSrc: "http://img.b2bpic.net/free-photo/group-business-people-having-fun_146671-15711.jpg?_wi=2", imageAlt: "Diverse group synchronized jump moment" } ]} tag="Celebrate Unity" -- 2.49.1