From 219bc704427ceddb3bf9b470c6248c2ac9c0f0c6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 12:23:21 +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 8993177..dff3a5c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,15 +66,15 @@ export default function LandingPage() { description="Experience luxury, comfort, and breathtaking sunset views in the heart of Lunglei." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-mountains-mist_181624-15160.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-mountains-mist_181624-15160.jpg?_wi=1", imageAlt: "Stunning sunset view", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-reading-newspaper-balcony_23-2148161261.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-reading-newspaper-balcony_23-2148161261.jpg?_wi=1", imageAlt: "Comfortable room", }, { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-with-cute-dog_23-2150947678.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-with-cute-dog_23-2150947678.jpg?_wi=1", imageAlt: "Balcony view", }, { @@ -205,7 +205,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/wooden-table-background-cityscape_1153-3807.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-mountains-mist_181624-15160.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-mountains-mist_181624-15160.jpg?_wi=2", imageAlt: "clean hotel room bed setup", }, { @@ -220,7 +220,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/morning-mountains-carpathian-ukraine-europe-beauty-world_1153-5730.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-reading-newspaper-balcony_23-2148161261.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-reading-newspaper-balcony_23-2148161261.jpg?_wi=2", imageAlt: "clean hotel room bed setup", }, { @@ -235,7 +235,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/man-reading-newspaper-drinking-coffee-restaurant_23-2147860331.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-with-cute-dog_23-2150947678.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-with-cute-dog_23-2150947678.jpg?_wi=2", imageAlt: "clean hotel room bed setup", }, ]} -- 2.49.1