diff --git a/src/app/page.tsx b/src/app/page.tsx index 74993fa..5ef8aba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { description="Discover unparalleled comfort and luxury at Grandeur Hotels. Your perfect getaway awaits." background={{ variant: 'plain' }} mediaItems={[ - { imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Luxury hotel room with city view" }, + { imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=1", imageAlt: "Luxury hotel room with city view" }, { imageSrc: "https://img.b2bpic.net/free-photo/hotel-lobby_23-2149397559.jpg", imageAlt: "Elegant hotel lobby with grand chandelier" }, { imageSrc: "https://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3426.jpg", imageAlt: "Fine dining restaurant in a hotel" }, { imageSrc: "https://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg", imageAlt: "Infinity pool overlooking a scenic landscape" }, @@ -95,7 +95,7 @@ export default function LandingPage() { description="Choose from our exquisite selection of rooms, each designed for ultimate comfort and elegance." products={[ { - id: "suite", name: "Luxury Executive Suite", price: "$499/night", imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Luxury hotel suite with a spacious living area", onProductClick: () => console.log('view suite details'), + id: "suite", name: "Luxury Executive Suite", price: "$499/night", imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2", imageAlt: "Luxury hotel suite with a spacious living area", onProductClick: () => console.log('view suite details'), }, { id: "deluxe", name: "Deluxe Double Room", price: "$299/night", imageSrc: "https://img.b2bpic.net/free-photo/pillow-bed_1203-2819.jpg", imageAlt: "Deluxe double room with a comfortable king-size bed", onProductClick: () => console.log('view deluxe room details'),