From ae5568c6194557bdc1d83ba3c7be2f3a5cc29a9c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 08:48:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8309365..de6d816 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,8 +54,8 @@ export default function LandingPage() { buttonAnimation="blur-reveal" background={{ variant: "gradient-bars" }} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/crop-man-reading-magazine_23-2147793091.jpg", imageAlt: "luxury watch elegant display" }, - { imageSrc: "http://img.b2bpic.net/free-photo/crop-man-reading-magazine_23-2147793091.jpg", imageAlt: "classic automatic watch lifestyle" }, + { imageSrc: "http://img.b2bpic.net/free-photo/crop-man-reading-magazine_23-2147793091.jpg?_wi=1", imageAlt: "luxury watch elegant display" }, + { imageSrc: "http://img.b2bpic.net/free-photo/crop-man-reading-magazine_23-2147793091.jpg?_wi=2", imageAlt: "classic automatic watch lifestyle" }, { imageSrc: "http://img.b2bpic.net/free-photo/closeup-businessman-clasped-hands_1262-20528.jpg", imageAlt: "sports watch outdoor adventure" } ]} />