diff --git a/src/app/rooms-suites/page.tsx b/src/app/rooms-suites/page.tsx index cd60f75..ed25288 100644 --- a/src/app/rooms-suites/page.tsx +++ b/src/app/rooms-suites/page.tsx @@ -49,7 +49,7 @@ export default function RoomsSuitesPage() { id: "1", name: "Deluxe King Room", price: "$129/night", - 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=3", imageAlt: "Deluxe King Room with City View", initialQuantity: 1, }, @@ -57,7 +57,7 @@ export default function RoomsSuitesPage() { id: "2", name: "Executive Suite", price: "$189/night", - 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=4", imageAlt: "Executive Suite with Living Area", initialQuantity: 1, }, @@ -65,7 +65,7 @@ export default function RoomsSuitesPage() { id: "3", name: "Accessible Room", price: "$129/night", - imageSrc: "http://img.b2bpic.net/free-photo/man-wheelchair-having-inclusive-office-job_23-2149571031.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-wheelchair-having-inclusive-office-job_23-2149571031.jpg?_wi=2", imageAlt: "Accessible Guest Room", initialQuantity: 1, },