From 84c22e5e4f3585f5cc9e0cb76f259eab6cc2d4b2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 06:11:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6d4b68b..adea82d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,12 +76,12 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/furniture-background-clean-wall-wood_1253-666.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/furniture-background-clean-wall-wood_1253-666.jpg?_wi=1", imageAlt: "Room interior", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/young-friends-hostel_23-2150518235.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-friends-hostel_23-2150518235.jpg?_wi=1", imageAlt: "Happy residents", }, { @@ -137,7 +137,7 @@ export default function LandingPage() { title: "Home-Cooked Meals", description: "Nutritious and delicious meals served daily to keep you fueled and healthy.", tag: "Dining", - imageSrc: "http://img.b2bpic.net/free-photo/furniture-background-clean-wall-wood_1253-666.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/furniture-background-clean-wall-wood_1253-666.jpg?_wi=2", imageAlt: "Soft pastel hues room for kids", }, { @@ -145,7 +145,7 @@ export default function LandingPage() { title: "Laundry Service", description: "Weekly laundry services so you can focus entirely on your studies.", tag: "Convenience", - imageSrc: "http://img.b2bpic.net/free-photo/young-friends-hostel_23-2150518235.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-friends-hostel_23-2150518235.jpg?_wi=2", imageAlt: "Soft pastel hues room for kids", }, ]}