diff --git a/src/app/rooms/page.tsx b/src/app/rooms/page.tsx index 67a800e..c9af6b3 100644 --- a/src/app/rooms/page.tsx +++ b/src/app/rooms/page.tsx @@ -101,7 +101,7 @@ export default function RoomsPage() { rating: 5, reviewCount: "45+", imageSrc: - "http://img.b2bpic.net/free-photo/full-shot-freelancer-working-bedroom_23-2148820048.jpg", + "http://img.b2bpic.net/free-photo/full-shot-freelancer-working-bedroom_23-2148820048.jpg?_wi=2", imageAlt: "Standard room single/double bed", }, { @@ -112,7 +112,7 @@ export default function RoomsPage() { rating: 5, reviewCount: "32+", imageSrc: - "http://img.b2bpic.net/free-photo/pillow-bed-with-light-lamp_1203-9443.jpg", + "http://img.b2bpic.net/free-photo/pillow-bed-with-light-lamp_1203-9443.jpg?_wi=2", imageAlt: "Deluxe room spacious comfortable", }, { @@ -123,7 +123,7 @@ export default function RoomsPage() { rating: 5, reviewCount: "28+", imageSrc: - "http://img.b2bpic.net/free-photo/cute-girl-watching-video-bed_23-2147833722.jpg", + "http://img.b2bpic.net/free-photo/cute-girl-watching-video-bed_23-2147833722.jpg?_wi=2", imageAlt: "Family suite multiple beds", }, ]} @@ -168,7 +168,7 @@ export default function RoomsPage() {