diff --git a/src/app/page.tsx b/src/app/page.tsx index 4297add..f7e2ccf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,9 +59,9 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/elderly-people-arriving-hotel-lobby_482257-81619.jpg", imageAlt: "Hotel lobby and reception"}, { - imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Deluxe room"}, + 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"}, { - imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-using-digital-tablet-bedroom_1170-2785.jpg", imageAlt: "Family room"}, + imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-using-digital-tablet-bedroom_1170-2785.jpg?_wi=1", imageAlt: "Family room"}, { imageSrc: "http://img.b2bpic.net/free-vector/hotel-booking-concept-flat-style_23-2148168538.jpg", imageAlt: "Hotel location"}, ]} @@ -90,11 +90,11 @@ export default function LandingPage() { description="Choose from our carefully designed rooms, each offering comfort and modern amenities for your perfect stay." products={[ { - id: "1", name: "Deluxe Room", price: "₹3,500/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"}, + id: "1", name: "Deluxe Room", price: "₹3,500/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: "Deluxe Room"}, { id: "2", name: "Standard Room", price: "₹2,000/night", imageSrc: "http://img.b2bpic.net/free-photo/hotel-white-home-lamp-cushion_1203-5183.jpg", imageAlt: "Standard Room"}, { - id: "3", name: "Family Room", price: "₹4,500/night", imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-using-digital-tablet-bedroom_1170-2785.jpg", imageAlt: "Family Room"}, + id: "3", name: "Family Room", price: "₹4,500/night", imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-using-digital-tablet-bedroom_1170-2785.jpg?_wi=2", imageAlt: "Family Room"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up"