diff --git a/src/app/page.tsx b/src/app/page.tsx index 0fb9c7f..43662ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,11 +86,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/breakfast-wooden-table-with-natural-view_53876-139869.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/breakfast-wooden-table-with-natural-view_53876-139869.jpg?_wi=1", imageAlt: "Luxurious glamping dome with a stunning mountain view at sunset", }, { - imageSrc: "http://img.b2bpic.net/free-photo/bed-arrangements-still-life_23-2150533031.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bed-arrangements-still-life_23-2150533031.jpg?_wi=1", imageAlt: "Cozy and elegant interior of a glamping dome with warm lighting", }, { @@ -176,7 +176,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/breakfast-wooden-table-with-natural-view_53876-139869.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/breakfast-wooden-table-with-natural-view_53876-139869.jpg?_wi=2", imageAlt: "private outdoor hot tub glamping", }, { @@ -201,7 +201,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/bed-arrangements-still-life_23-2150533031.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bed-arrangements-still-life_23-2150533031.jpg?_wi=2", imageAlt: "private outdoor hot tub glamping", }, ]}