Update src/app/rooms/page.tsx

This commit is contained in:
2026-03-12 22:26:22 +00:00
parent b3ee15da0d
commit bdc67d2be9

View File

@@ -50,7 +50,7 @@ export default function RoomsPage() {
name: "Standard Room",
price: "€95/night",
variant: "Double Bed · Free WiFi",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-smiling-young-woman-sitting-sofa-talking-mobile-phone-restaurant_23-2147974688.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-smiling-young-woman-sitting-sofa-talking-mobile-phone-restaurant_23-2147974688.jpg?_wi=2",
imageAlt: "Standard room with double bed"
},
{
@@ -58,7 +58,7 @@ export default function RoomsPage() {
name: "Deluxe Room",
price: "€145/night",
variant: "King Bed · City View",
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=3",
imageAlt: "Deluxe room with city view"
},
{
@@ -66,7 +66,7 @@ export default function RoomsPage() {
name: "Executive Suite",
price: "€220/night",
variant: "Separate Living Area · Premium",
imageSrc: "http://img.b2bpic.net/free-photo/candles-bottles-vase-with-flower-inside-glass_181624-23137.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/candles-bottles-vase-with-flower-inside-glass_181624-23137.jpg?_wi=2",
imageAlt: "Spacious executive suite"
}
]}