diff --git a/src/app/page.tsx b/src/app/page.tsx index e642168..50fcfbd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,15 +72,15 @@ export default function LandingPage() { imageAlt: "Comfortable room interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-adult-having-fun-white-party_23-2149575113.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-adult-having-fun-white-party_23-2149575113.jpg?_wi=1", imageAlt: "Guest lobby area", }, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-handsome-man-shows-peace-sign-takes-selfies-smartphone-sits-with-suitcase_1258-270697.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-handsome-man-shows-peace-sign-takes-selfies-smartphone-sits-with-suitcase_1258-270697.jpg?_wi=1", imageAlt: "Cozy seating area", }, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-bathrobe-reading-magazine-while-relaxing-beauty-spa-looking-camera_637285-7434.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-bathrobe-reading-magazine-while-relaxing-beauty-spa-looking-camera_637285-7434.jpg?_wi=1", imageAlt: "Peaceful lodge garden", }, ]} @@ -135,7 +135,7 @@ export default function LandingPage() { handle: "@sarahj", testimonial: "The owner went out of his way to help me. Very kind and accommodating.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-adult-having-fun-white-party_23-2149575113.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-adult-having-fun-white-party_23-2149575113.jpg?_wi=2", }, { id: "2", @@ -143,7 +143,7 @@ export default function LandingPage() { handle: "@mikek", testimonial: "Rooms are incredibly spacious and clean. Best value in the area!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-handsome-man-shows-peace-sign-takes-selfies-smartphone-sits-with-suitcase_1258-270697.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-handsome-man-shows-peace-sign-takes-selfies-smartphone-sits-with-suitcase_1258-270697.jpg?_wi=2", }, { id: "3", @@ -151,7 +151,7 @@ export default function LandingPage() { handle: "@anitar", testimonial: "Always felt welcome. The owner is reachable at any time for assistance.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-bathrobe-reading-magazine-while-relaxing-beauty-spa-looking-camera_637285-7434.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-bathrobe-reading-magazine-while-relaxing-beauty-spa-looking-camera_637285-7434.jpg?_wi=2", }, { id: "4",