From 354caa774caae6c001456167bff35bff78f7db55 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 24 May 2026 13:13:10 +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 d62dfb7..c6a982c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,11 +76,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/multicolored-pencils-with-fruits-blue-table-created-with-generative-ai-technology_185193-162671.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/multicolored-pencils-with-fruits-blue-table-created-with-generative-ai-technology_185193-162671.jpg?_wi=1", imageAlt: "Colorful art poster design", }, { - imageSrc: "http://img.b2bpic.net/free-photo/picture-frames-art-exhibition_53876-31233.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/picture-frames-art-exhibition_53876-31233.jpg?_wi=1", imageAlt: "Modern home decor colorful wall art", }, { @@ -198,7 +198,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/multicolored-pencils-with-fruits-blue-table-created-with-generative-ai-technology_185193-162671.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/multicolored-pencils-with-fruits-blue-table-created-with-generative-ai-technology_185193-162671.jpg?_wi=2", imageAlt: "birthday card design illustration", }, { @@ -219,7 +219,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/picture-frames-art-exhibition_53876-31233.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/picture-frames-art-exhibition_53876-31233.jpg?_wi=2", imageAlt: "birthday card design illustration", }, ]}