From ba29f4c4facf30a558dc302e1fa6d4f1c9078c41 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 08:58:00 +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 3ee625e..972f2e2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,11 +73,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-near-widnow-fixing-curtains_259150-59510.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-near-widnow-fixing-curtains_259150-59510.jpg?_wi=1", imageAlt: "Custom curtain installation", }, { - imageSrc: "http://img.b2bpic.net/free-photo/furniture-design-concept-with-fabric-swatches-sketches_23-2152014656.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/furniture-design-concept-with-fabric-swatches-sketches_23-2152014656.jpg?_wi=1", imageAlt: "Upholstery restoration in progress", }, { @@ -135,7 +135,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-near-widnow-fixing-curtains_259150-59510.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-near-widnow-fixing-curtains_259150-59510.jpg?_wi=2", imageAlt: "custom curtain design measuring", }, { @@ -156,7 +156,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/furniture-design-concept-with-fabric-swatches-sketches_23-2152014656.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/furniture-design-concept-with-fabric-swatches-sketches_23-2152014656.jpg?_wi=2", imageAlt: "custom curtain design measuring", }, ]} -- 2.49.1