From 01771930db476a594c3529c8b9e6b5d5fa1f0e69 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 19:03:16 +0000 Subject: [PATCH] Update src/app/rooms/page.tsx --- src/app/rooms/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/rooms/page.tsx b/src/app/rooms/page.tsx index dd98e3c..bd2842f 100644 --- a/src/app/rooms/page.tsx +++ b/src/app/rooms/page.tsx @@ -88,28 +88,28 @@ export default function RoomsPage() { id: "1", name: "Single Room", price: "From €112/night", - imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg?_wi=4", imageAlt: "Single bedroom at Dublin Skylon Hotel", }, { id: "2", name: "Double Room", price: "From €145/night", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-amazing-graceful-girl-with-cute-smile-resting-couch-near-her-handsome-boyfriend-beautiful-young-couple-white-attires-having-fun-home-together-while-listening-music-bed_197531-3216.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-amazing-graceful-girl-with-cute-smile-resting-couch-near-her-handsome-boyfriend-beautiful-young-couple-white-attires-having-fun-home-together-while-listening-music-bed_197531-3216.jpg?_wi=4", imageAlt: "Double bedroom at Dublin Skylon Hotel", }, { id: "3", name: "Twin Room", price: "From €135/night", - imageSrc: "http://img.b2bpic.net/free-photo/bedroom_74190-3857.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bedroom_74190-3857.jpg?_wi=4", imageAlt: "Twin bedroom at Dublin Skylon Hotel", }, { id: "4", name: "Family Room", price: "From €185/night", - imageSrc: "http://img.b2bpic.net/free-photo/happy-family-spending-time-bed-caravan_23-2148659495.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-family-spending-time-bed-caravan_23-2148659495.jpg?_wi=4", imageAlt: "Family suite at Dublin Skylon Hotel", }, ]} @@ -130,10 +130,10 @@ export default function RoomsPage() { title: "Smart Technology", description: "55-inch flat-screen TV with satellite channels, premium streaming services, high-speed WiFi, and smart room controls for ultimate comfort.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg?_wi=5", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-amazing-graceful-girl-with-cute-smile-resting-couch-near-her-handsome-boyfriend-beautiful-young-couple-white-attires-having-fun-home-together-while-listening-music-bed_197531-3216.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-amazing-graceful-girl-with-cute-smile-resting-couch-near-her-handsome-boyfriend-beautiful-young-couple-white-attires-having-fun-home-together-while-listening-music-bed_197531-3216.jpg?_wi=5", }, }, { @@ -141,10 +141,10 @@ export default function RoomsPage() { title: "Spa-Quality Bathrooms", description: "Modern en-suite bathrooms featuring rainfall showers, premium toiletries, heated towel rails, and superior lighting for a luxurious bathing experience.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/bedroom_74190-3857.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bedroom_74190-3857.jpg?_wi=5", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/happy-family-spending-time-bed-caravan_23-2148659495.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-family-spending-time-bed-caravan_23-2148659495.jpg?_wi=5", }, }, { @@ -152,10 +152,10 @@ export default function RoomsPage() { title: "Business Amenities", description: "Dedicated workspace with ergonomic desk, high-speed internet, and connectivity ports for business travelers who need to stay productive.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-sitting-bed-hotel-stylish-evening-dress-sensual-mood-talking-phone-smiling-flirty-looking-sexy_285396-6170.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-sitting-bed-hotel-stylish-evening-dress-sensual-mood-talking-phone-smiling-flirty-looking-sexy_285396-6170.jpg?_wi=2", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-amazing-graceful-girl-with-cute-smile-resting-couch-near-her-handsome-boyfriend-beautiful-young-couple-white-attires-having-fun-home-together-while-listening-music-bed_197531-3216.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-amazing-graceful-girl-with-cute-smile-resting-couch-near-her-handsome-boyfriend-beautiful-young-couple-white-attires-having-fun-home-together-while-listening-music-bed_197531-3216.jpg?_wi=6", }, }, ]}