diff --git a/src/app/page.tsx b/src/app/page.tsx index 51928a8..01a151c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,11 +63,11 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-her-colleague-something-her-tablet_23-2149318591.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-her-colleague-something-her-tablet_23-2149318591.jpg?_wi=1", imageAlt: "Hotel Exterior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-bedroom-suite-hotel-with-tv-cabinet_105762-2276.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-bedroom-suite-hotel-with-tv-cabinet_105762-2276.jpg?_wi=1", imageAlt: "Suite Interior", }, { @@ -122,7 +122,7 @@ export default function LandingPage() { title: "3 Michelin Stars", description: "Exquisite dining curated by world-renowned chefs.", tag: "Dining", - imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-her-colleague-something-her-tablet_23-2149318591.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-her-colleague-something-her-tablet_23-2149318591.jpg?_wi=2", imageAlt: "Vertical shot of a big building with a hotel sign and a dark blue sky", }, { @@ -130,7 +130,7 @@ export default function LandingPage() { title: "100 Years Legacy", description: "A century of excellence and unparalleled service.", tag: "History", - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-bedroom-suite-hotel-with-tv-cabinet_105762-2276.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-bedroom-suite-hotel-with-tv-cabinet_105762-2276.jpg?_wi=2", imageAlt: "Vertical shot of a big building with a hotel sign and a dark blue sky", }, ]}