diff --git a/src/app/rooms/page.tsx b/src/app/rooms/page.tsx index 31ca93b..24280c4 100644 --- a/src/app/rooms/page.tsx +++ b/src/app/rooms/page.tsx @@ -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" } ]}