Update src/app/rooms/page.tsx

This commit is contained in:
2026-03-10 19:03:16 +00:00
parent 5faae7e26a
commit 01771930db

View File

@@ -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",
},
},
]}