From f55ec6f5b253712970eb66b032e6bd9ee53de3c8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 2 Jun 2026 10:23:17 +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 1f7f147..2b6c234 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,11 +79,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-waving-fabric-air_23-2151036766.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-waving-fabric-air_23-2151036766.jpg?_wi=1", imageAlt: "Modern bright laundry room with clean machines", }, { - imageSrc: "http://img.b2bpic.net/free-photo/view-inside-laundromat-room-with-vintage-decor-washing-machines_23-2151176255.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-inside-laundromat-room-with-vintage-decor-washing-machines_23-2151176255.jpg?_wi=1", imageAlt: "Stack of freshly folded white towels", }, { @@ -238,7 +238,7 @@ export default function LandingPage() { button: { text: "Choose Plan", }, - imageSrc: "http://img.b2bpic.net/free-photo/still-life-waving-fabric-air_23-2151036766.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-waving-fabric-air_23-2151036766.jpg?_wi=2", imageAlt: "premium care laundry", }, { @@ -254,7 +254,7 @@ export default function LandingPage() { button: { text: "Get a Quote", }, - imageSrc: "http://img.b2bpic.net/free-photo/view-inside-laundromat-room-with-vintage-decor-washing-machines_23-2151176255.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-inside-laundromat-room-with-vintage-decor-washing-machines_23-2151176255.jpg?_wi=2", imageAlt: "laundry baskets with clean clothes", }, ]}