diff --git a/src/app/page.tsx b/src/app/page.tsx index 67c6a3b..38e4066 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { title="A Peaceful Retreat in Lelystad Harbor" description="Experience historic charm and unmatched hospitality right on the water. Your home away from home." leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/sea-embankment-sunset-with-clear-cloudless-sky_169016-22566.jpg", imageAlt: "Harbor view" }, + { imageSrc: "http://img.b2bpic.net/free-photo/sea-embankment-sunset-with-clear-cloudless-sky_169016-22566.jpg?_wi=1", imageAlt: "Harbor view" }, { imageSrc: "http://img.b2bpic.net/free-photo/white-house-sea_1150-12679.jpg", imageAlt: "Harbor view" }, { imageSrc: "http://img.b2bpic.net/free-photo/wide-shot-light-blue-house-dock-body-water-near-buildings-clear-sky_181624-1421.jpg", imageAlt: "Harbor view" }, { imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-lake-pine-trees-sunny-day_181624-3982.jpg", imageAlt: "Harbor view" }, @@ -123,7 +123,7 @@ export default function LandingPage() { { id: "room-breakfast", title: "Room & Breakfast", price: "€105", period: "per night", features: ["All standard amenities", "Extensive breakfast", "Local hospitality"], button: { text: "Inquire", href: "#contact" }, - imageSrc: "http://img.b2bpic.net/free-photo/sea-embankment-sunset-with-clear-cloudless-sky_169016-22566.jpg", imageAlt: "peaceful marina harbor view" + imageSrc: "http://img.b2bpic.net/free-photo/sea-embankment-sunset-with-clear-cloudless-sky_169016-22566.jpg?_wi=2", imageAlt: "peaceful marina harbor view" } ]} title="Simple Stay Options"