From a1f06cfd85097d29c1e0dfbb4e3244145ad2e467 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 03:34:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7b27111..3cda31c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,19 +66,19 @@ export default function LandingPage() { imageAlt: "Luxury Lobby", }, { - imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg?_wi=1", imageAlt: "Superior Suite", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-spa-hotel_23-2149037089.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-spa-hotel_23-2149037089.jpg?_wi=1", imageAlt: "Infinity Pool", }, { - imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-mushrooms-tomato_140725-3752.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-mushrooms-tomato_140725-3752.jpg?_wi=1", imageAlt: "Fine Dining", }, { - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821282.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821282.jpg?_wi=1", imageAlt: "Spa & Wellness", }, ]} @@ -88,19 +88,19 @@ export default function LandingPage() { imageAlt: "Facade Exterior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821282.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821282.jpg?_wi=2", imageAlt: "Spa & Wellness", }, { - imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-mushrooms-tomato_140725-3752.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-mushrooms-tomato_140725-3752.jpg?_wi=2", imageAlt: "Fine Dining", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-spa-hotel_23-2149037089.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-spa-hotel_23-2149037089.jpg?_wi=2", imageAlt: "Infinity Pool", }, { - imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg?_wi=2", imageAlt: "Superior Suite", }, ]} -- 2.49.1