diff --git a/src/app/page.tsx b/src/app/page.tsx index a636cc0..24ca696 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,10 +86,10 @@ export default function LuxuryHotelPage() { id: "1", name: "Standard Room", price: "$189/night", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-bathrobe-drinking-coffee_171337-12756.jpg", imageAlt: "Standard Room at Luxe Retreat" }, { - id: "2", name: "Deluxe Room", price: "$279/night", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Deluxe Room at Luxe Retreat" + id: "2", name: "Deluxe Room", price: "$279/night", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=1", imageAlt: "Deluxe Room at Luxe Retreat" }, { - id: "3", name: "Premium Suite", price: "$459/night", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Premium Suite at Luxe Retreat" + id: "3", name: "Premium Suite", price: "$459/night", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2", imageAlt: "Premium Suite at Luxe Retreat" } ]} gridVariant="three-columns-all-equal-width"