From 1ccbffbc07a4f5f232ea60f1aa2b5884354f2b89 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 18:21:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1d85c54..06e6ac9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,13 +86,13 @@ export default function LandingPage() { ]} mediaItems={[ { - videoSrc: "http://img.b2bpic.net/free-photo/front-view-man-making-coffee_23-2150354578.jpg", + videoSrc: "http://img.b2bpic.net/free-photo/front-view-man-making-coffee_23-2150354578.jpg?_wi=1", imageAlt: "Slow motion coffee pour in a luxury café", videoAriaLabel: "Cinematic video of coffee preparation", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-making-coffee_23-2150354578.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-making-coffee_23-2150354578.jpg?_wi=2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-sitting-restaurant_23-2149930183.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-sitting-restaurant_23-2149930183.jpg?_wi=1", imageAlt: "Elegant café interior with comfortable seating and working guests", }, { @@ -181,7 +181,7 @@ export default function LandingPage() { imageAlt: "Cozy evening coffee shop interior", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-making-coffee_23-2150354578.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-making-coffee_23-2150354578.jpg?_wi=3", imageAlt: "hand-drawn coffee cup with steam", }, { @@ -198,7 +198,7 @@ export default function LandingPage() { imageAlt: "Clean and spacious coffee bar area", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-sitting-restaurant_23-2149930183.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-sitting-restaurant_23-2149930183.jpg?_wi=2", imageAlt: "hand-drawn coffee cup with steam", }, ]}