From 7609ac8258e8904e02f27c5e3661ead25c508dad Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 15:22:58 +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 7cec604..0038543 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,17 +72,17 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-lights-comosition_23-2147798854.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-lights-comosition_23-2147798854.jpg?_wi=1", imageAlt: "Party night crowd", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/friends-throwing-up-champagne-confetti_23-2147651888.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friends-throwing-up-champagne-confetti_23-2147651888.jpg?_wi=1", imageAlt: "DJ set performance", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-clubbing-with-people-bar_482257-84185.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-clubbing-with-people-bar_482257-84185.jpg?_wi=1", imageAlt: "Live music stage", }, { @@ -119,7 +119,7 @@ export default function LandingPage() { }, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/abstract-lights-comosition_23-2147798854.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-lights-comosition_23-2147798854.jpg?_wi=2", imageAlt: "nightlife music event", }, { @@ -131,7 +131,7 @@ export default function LandingPage() { }, items: [], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/friends-throwing-up-champagne-confetti_23-2147651888.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friends-throwing-up-champagne-confetti_23-2147651888.jpg?_wi=2", imageAlt: "nightlife music event", }, { @@ -143,7 +143,7 @@ export default function LandingPage() { }, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/young-man-clubbing-with-people-bar_482257-84185.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-clubbing-with-people-bar_482257-84185.jpg?_wi=2", imageAlt: "nightlife music event", }, ]}