From 0a4d24c395d8932ef25854ce23e3984e918cbe71 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 06:48:06 +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 1579fa7..08f4b64 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,11 +71,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/packaging-concept_23-2147788410.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/packaging-concept_23-2147788410.jpg?_wi=1", imageAlt: "elegant stationary shop aesthetic", }, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147916706.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147916706.jpg?_wi=1", imageAlt: "calligraphy pens and ink", }, { @@ -224,7 +224,7 @@ export default function LandingPage() { button: { text: "Select", }, - imageSrc: "http://img.b2bpic.net/free-photo/packaging-concept_23-2147788410.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/packaging-concept_23-2147788410.jpg?_wi=2", imageAlt: "creative designer desk supplies", }, { @@ -240,7 +240,7 @@ export default function LandingPage() { button: { text: "Select", }, - imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147916706.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147916706.jpg?_wi=2", imageAlt: "creative designer desk supplies", }, ]} -- 2.49.1