From 6a134d448879e02eb3d0f8e4d55046c781ec5de1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 01:05:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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", }, ]} -- 2.49.1