From 3765036cef2cdc012dd8c79effc566574f1b091b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 27 May 2026 06:32:15 +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 1ed8b3f..4c07afb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,11 +85,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/modern-organized-laundry-room-with-white-cabinets-shelving_23-2151983211.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-organized-laundry-room-with-white-cabinets-shelving_23-2151983211.jpg?_wi=1", imageAlt: "Modern washing machine", }, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821279.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821279.jpg?_wi=1", imageAlt: "Sleek dishwasher", }, { @@ -192,7 +192,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/modern-organized-laundry-room-with-white-cabinets-shelving_23-2151983211.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-organized-laundry-room-with-white-cabinets-shelving_23-2151983211.jpg?_wi=2", imageAlt: "appliance technician checking wiring", }, { @@ -217,7 +217,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821279.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821279.jpg?_wi=2", imageAlt: "appliance technician checking wiring", }, ]} -- 2.49.1