From 24a446d7ad1064146195dcbfd3bc14107335fa60 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 22:23:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c0951d5..4de75c2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,15 +85,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-laundry-room_23-2148386961.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-laundry-room_23-2148386961.jpg?_wi=1", imageAlt: "Dry cleaning process clothes on rack", }, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people-helping_23-2149142777.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people-helping_23-2149142777.jpg?_wi=1", imageAlt: "Happy family with clean clothes", }, { - imageSrc: "http://img.b2bpic.net/free-photo/fashion-designer-using-digital-tablet_1098-21499.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-designer-using-digital-tablet_1098-21499.jpg?_wi=1", imageAlt: "Close up of ironed shirt detail", }, { @@ -143,7 +143,7 @@ export default function LandingPage() { imageAlt: "Freshly laundered folded clothes", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-laundry-room_23-2148386961.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-laundry-room_23-2148386961.jpg?_wi=2", imageAlt: "clock icon fast service dry cleaning", }, { @@ -160,7 +160,7 @@ export default function LandingPage() { imageAlt: "Ironing board with steam", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people-helping_23-2149142777.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people-helping_23-2149142777.jpg?_wi=2", imageAlt: "clock icon fast service dry cleaning", }, { @@ -177,7 +177,7 @@ export default function LandingPage() { imageAlt: "Dry cleaning bag with clothes ready for pickup", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/fashion-designer-using-digital-tablet_1098-21499.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-designer-using-digital-tablet_1098-21499.jpg?_wi=2", imageAlt: "clock icon fast service dry cleaning", }, ]} -- 2.49.1