Update src/app/rooms/page.tsx

This commit is contained in:
2026-03-03 07:51:50 +00:00
parent d9be0711c3
commit 8a82eb20f4

View File

@@ -70,7 +70,7 @@ export default function RoomsPage() {
price: "$85/night",
rating: 5,
reviewCount: "47",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2",
imageAlt: "Deluxe Room",
},
{
@@ -80,7 +80,7 @@ export default function RoomsPage() {
price: "$65/night",
rating: 5,
reviewCount: "32",
imageSrc: "http://img.b2bpic.net/free-photo/white-pillows-stacked_1203-1329.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/white-pillows-stacked_1203-1329.jpg?_wi=2",
imageAlt: "Standard Room",
},
{
@@ -90,7 +90,7 @@ export default function RoomsPage() {
price: "$120/night",
rating: 5,
reviewCount: "28",
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-carrying-their-baby-sitting-bedroom_23-2147923004.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-carrying-their-baby-sitting-bedroom_23-2147923004.jpg?_wi=2",
imageAlt: "Family Suite",
},
]}
@@ -110,19 +110,19 @@ export default function RoomsPage() {
{
title: "Premium Bedding",
description: "High-quality linens and ergonomic pillows for a restful night's sleep every evening.",
imageSrc: "http://img.b2bpic.net/free-photo/white-pillows-stacked_1203-1329.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/white-pillows-stacked_1203-1329.jpg?_wi=3",
imageAlt: "Premium bedding",
},
{
title: "Modern Bathroom",
description: "Ensuite bathroom with shower, premium toiletries, and heated floors for your convenience.",
imageSrc: "http://img.b2bpic.net/free-photo/plants-pot-with-watering-can_23-2148905227.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/plants-pot-with-watering-can_23-2148905227.jpg?_wi=2",
imageAlt: "Modern bathroom",
},
{
title: "Climate Control",
description: "Individual air conditioning and heating systems to maintain your ideal room temperature.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-climbing-out-off-hotel-pool_1262-5189.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-climbing-out-off-hotel-pool_1262-5189.jpg?_wi=2",
imageAlt: "Climate control",
},
]}