From 34af610d81c718b231c0e2d1940bb871930bf472 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 07:42:30 +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 ac991e8..4b55439 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,27 +72,27 @@ export default function LandingPage() { title: "High Speed WiFi", description: "Stay connected with lightning-fast internet throughout your stay.", icon: Wifi, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-with-open-balcony-soft-light-through-curtains-cozy-bedroom_169016-70022.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-with-open-balcony-soft-light-through-curtains-cozy-bedroom_169016-70022.jpg?_wi=1"}, { - imageSrc: "http://img.b2bpic.net/free-photo/white-comfortable-pillow-bed-decoration-interior-bed-room_74190-10023.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/white-comfortable-pillow-bed-decoration-interior-bed-room_74190-10023.jpg?_wi=1"}, ], }, { title: "24/7 Security", description: "Your safety is our top priority with round-the-clock surveillance.", icon: ShieldCheck, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/asian-women-wake-up-from-sleep-are-stretch-herself-morning-weekend-sit-bed-luxury-room-relax-weekend-concept_1253-1031.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/asian-women-wake-up-from-sleep-are-stretch-herself-morning-weekend-sit-bed-luxury-room-relax-weekend-concept_1253-1031.jpg?_wi=1"}, { - imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-with-open-balcony-soft-light-through-curtains-cozy-bedroom_169016-70022.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-with-open-balcony-soft-light-through-curtains-cozy-bedroom_169016-70022.jpg?_wi=2"}, ], }, { title: "Dining Services", description: "Exquisite meals prepared by professional culinary experts.", icon: Utensils, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/white-comfortable-pillow-bed-decoration-interior-bed-room_74190-10023.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/white-comfortable-pillow-bed-decoration-interior-bed-room_74190-10023.jpg?_wi=2"}, { - imageSrc: "http://img.b2bpic.net/free-photo/asian-women-wake-up-from-sleep-are-stretch-herself-morning-weekend-sit-bed-luxury-room-relax-weekend-concept_1253-1031.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/asian-women-wake-up-from-sleep-are-stretch-herself-morning-weekend-sit-bed-luxury-room-relax-weekend-concept_1253-1031.jpg?_wi=2"}, ], }, ]} -- 2.49.1