From 12a76d6d3c122d7a201277711ad561756aac88af Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 04:04:12 +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 d0099fe..3383cc8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,32 +69,32 @@ export default function LandingPage() { carouselItems={[ { id: "h1", - imageSrc: "http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185639.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185639.jpg?_wi=1", imageAlt: "Barber shop atmosphere", }, { id: "h2", - imageSrc: "http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185639.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185639.jpg?_wi=2", imageAlt: "Barber shop atmosphere", }, { id: "h3", - imageSrc: "http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185639.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185639.jpg?_wi=3", imageAlt: "Barber shop atmosphere", }, { id: "h4", - imageSrc: "http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185639.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185639.jpg?_wi=4", imageAlt: "Barber shop atmosphere", }, { id: "h5", - imageSrc: "http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185639.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185639.jpg?_wi=5", imageAlt: "Barber shop atmosphere", }, { id: "h6", - imageSrc: "http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185639.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185639.jpg?_wi=6", imageAlt: "Barber shop atmosphere", }, ]} -- 2.49.1