Update src/app/rooms/page.tsx

This commit is contained in:
2026-03-08 10:21:41 +00:00
parent f2035b06bd
commit a74e0bba6c

View File

@@ -82,7 +82,7 @@ const RoomsPage = () => {
id: "deluxe",
name: "Deluxe Room",
price: "$65/night",
imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-3648.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-3648.jpg?_wi=3",
imageAlt: "Deluxe Room with comfortable bed",
initialQuantity: 1,
},
@@ -90,7 +90,7 @@ const RoomsPage = () => {
id: "standard",
name: "Standard Room",
price: "$45/night",
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-home-suffering-from-illness_23-2149117915.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-home-suffering-from-illness_23-2149117915.jpg?_wi=3",
imageAlt: "Standard Room neat and clean",
initialQuantity: 1,
},
@@ -98,7 +98,7 @@ const RoomsPage = () => {
id: "family",
name: "Family Suite",
price: "$85/night",
imageSrc: "http://img.b2bpic.net/free-photo/mom-spending-time-with-children_23-2149310669.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mom-spending-time-with-children_23-2149310669.jpg?_wi=2",
imageAlt: "Family Suite spacious accommodation",
initialQuantity: 1,
},
@@ -122,7 +122,7 @@ const RoomsPage = () => {
id: "1",
title: "Premium Bedding & Linens",
tags: ["High Quality", "Hypoallergenic"],
imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-3648.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-3648.jpg?_wi=4",
imageAlt: "Premium bedding",
},
{
@@ -136,7 +136,7 @@ const RoomsPage = () => {
id: "3",
title: "Climate Control",
tags: ["Air Conditioning", "Heating"],
imageSrc: "http://img.b2bpic.net/free-photo/interior-space-decorated-boho-style_23-2150771559.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/interior-space-decorated-boho-style_23-2150771559.jpg?_wi=2",
imageAlt: "Room climate control",
},
]}
@@ -158,21 +158,21 @@ const RoomsPage = () => {
id: "1",
title: "Free High-Speed WiFi",
tags: ["24/7 Available", "Stable Connection"],
imageSrc: "http://img.b2bpic.net/free-vector/gradient-wifi-symbol_78370-3802.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-wifi-symbol_78370-3802.jpg?_wi=2",
imageAlt: "WiFi connectivity",
},
{
id: "2",
title: "Flat-Screen TV",
tags: ["Cable Channels", "Entertainment"],
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-home-suffering-from-illness_23-2149117915.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-home-suffering-from-illness_23-2149117915.jpg?_wi=4",
imageAlt: "TV entertainment",
},
{
id: "3",
title: "Work Desk & Chair",
tags: ["Business Ready", "Ergonomic"],
imageSrc: "http://img.b2bpic.net/free-photo/table-sofa-rug-office_23-2147650961.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/table-sofa-rug-office_23-2147650961.jpg?_wi=2",
imageAlt: "Work desk setup",
},
]}