diff --git a/src/app/rooms/page.tsx b/src/app/rooms/page.tsx index 3f2b004..fbc4de4 100644 --- a/src/app/rooms/page.tsx +++ b/src/app/rooms/page.tsx @@ -75,28 +75,28 @@ export default function RoomsPage() { id: "deluxe-room", name: "Deluxe Ocean View Suite", price: "$299/night", - imageSrc: "http://img.b2bpic.net/free-photo/white-comfortable-pillow-blanket-bed-with-light-lamp_74190-12078.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-comfortable-pillow-blanket-bed-with-light-lamp_74190-12078.jpg?_wi=2", imageAlt: "Luxurious Deluxe Ocean View Suite with Modern Furnishings", }, { id: "presidential-suite", name: "Presidential Suite", price: "$599/night", - imageSrc: "http://img.b2bpic.net/free-photo/wide-view-dining-hall-classic-design_114579-2224.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wide-view-dining-hall-classic-design_114579-2224.jpg?_wi=2", imageAlt: "Exclusive Presidential Suite with Premium Amenities", }, { id: "garden-villa", name: "Garden Villa", price: "$449/night", - imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool_1203-3569.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool_1203-3569.jpg?_wi=2", imageAlt: "Private Garden Villa with Spectacular Outdoor Space", }, { id: "standard-room", name: "Classic Room", price: "$199/night", - imageSrc: "http://img.b2bpic.net/free-photo/white-comfortable-pillow-blanket-bed-with-light-lamp_74190-12078.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-comfortable-pillow-blanket-bed-with-light-lamp_74190-12078.jpg?_wi=3", imageAlt: "Comfortable Classic Room with Modern Decor", }, ]}