From fc9f257d9906c40e230b02e9b2c5ef62275807b1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 10:13:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e631ade..48282a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -130,31 +130,31 @@ export default function LandingPage() { { title: "Free WiFi", description: "Stay connected with high-speed internet in your room and common areas.", - imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-bed_74190-6234.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-bed_74190-6234.jpg?_wi=1", imageAlt: "WiFi", }, { title: "Air Conditioning", description: "Beat the heat with our climate-controlled rooms.", - imageSrc: "http://img.b2bpic.net/free-photo/girl-enjoying-spa-day-with-cake_23-2148238376.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-enjoying-spa-day-with-cake_23-2148238376.jpg?_wi=1", imageAlt: "AC", }, { title: "Restaurant & Bar", description: "Savor delicious meals and drinks without leaving the premises.", - imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-big-mirror_1203-1497.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-big-mirror_1203-1497.jpg?_wi=1", imageAlt: "Dining", }, { title: "24/7 Front Desk", description: "Our friendly staff is available around the clock to assist you.", - imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-bedroom-arrangement_23-2149135754.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-bedroom-arrangement_23-2149135754.jpg?_wi=1", imageAlt: "Service", }, { title: "Free Parking", description: "Convenient parking facilities available for all our guests.", - imageSrc: "http://img.b2bpic.net/free-photo/bedroom-window-with-open-balcony-door-soft-daylight-window-balcony_169016-69790.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bedroom-window-with-open-balcony-door-soft-daylight-window-balcony_169016-69790.jpg?_wi=1", imageAlt: "Parking", }, ]} @@ -174,35 +174,35 @@ export default function LandingPage() { id: "1", name: "Standard Room", price: "$50/night", - imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-bed_74190-6234.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-bed_74190-6234.jpg?_wi=2", imageAlt: "Standard Room", }, { id: "2", name: "Deluxe Room", price: "$75/night", - imageSrc: "http://img.b2bpic.net/free-photo/girl-enjoying-spa-day-with-cake_23-2148238376.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-enjoying-spa-day-with-cake_23-2148238376.jpg?_wi=2", imageAlt: "Deluxe Room", }, { id: "3", name: "Executive Room", price: "$100/night", - imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-big-mirror_1203-1497.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-big-mirror_1203-1497.jpg?_wi=2", imageAlt: "Executive Room", }, { id: "4", name: "Family Suite", price: "$150/night", - imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-bedroom-arrangement_23-2149135754.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-bedroom-arrangement_23-2149135754.jpg?_wi=2", imageAlt: "Family Suite", }, { id: "5", name: "Single Room", price: "$40/night", - imageSrc: "http://img.b2bpic.net/free-photo/bedroom-window-with-open-balcony-door-soft-daylight-window-balcony_169016-69790.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bedroom-window-with-open-balcony-door-soft-daylight-window-balcony_169016-69790.jpg?_wi=2", imageAlt: "Single Room", }, { -- 2.49.1