diff --git a/src/app/page.tsx b/src/app/page.tsx index 498608b..895bff5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { { text: "Book Your Stay", href: "#contact" }, { text: "Explore Rooms", href: "#rooms" }, ]} - imageSrc="https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg" + imageSrc="https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=1" imageAlt="Luxurious hotel suite with large bed and city view" tag="Luxury Accommodation" tagAnimation="slide-up" @@ -76,7 +76,7 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "deluxe-room", name: "Deluxe King Room", price: "$299/night", variant: "Spacious & Modern", imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Deluxe King Room with a large bed"}, + id: "deluxe-room", name: "Deluxe King Room", price: "$299/night", variant: "Spacious & Modern", imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2", imageAlt: "Deluxe King Room with a large bed"}, { id: "executive-suite", name: "Executive Suite", price: "$449/night", variant: "Luxury & Comfort", imageSrc: "https://img.b2bpic.net/free-photo/glass-orange-juice-desktop-near-laptop-morning_169016-25099.jpg", imageAlt: "Executive Suite with a separate living area"}, {