From 53bd9186e76245782a81144b4792080518b7edc6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 03:18:37 +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 b88368f..77a0913 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,11 +68,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-cleaning_23-2148480344.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-cleaning_23-2148480344.jpg?_wi=1", imageAlt: "Professional service", }, { - imageSrc: "http://img.b2bpic.net/free-photo/composition-garden-tools_93675-131216.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/composition-garden-tools_93675-131216.jpg?_wi=1", imageAlt: "Cleaning supplies", }, { @@ -174,7 +174,7 @@ export default function LandingPage() { button: { text: "Select Plan", }, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-cleaning_23-2148480344.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-cleaning_23-2148480344.jpg?_wi=2", imageAlt: "Side view woman cleaning", }, { @@ -190,7 +190,7 @@ export default function LandingPage() { button: { text: "Select Plan", }, - imageSrc: "http://img.b2bpic.net/free-photo/composition-garden-tools_93675-131216.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/composition-garden-tools_93675-131216.jpg?_wi=2", imageAlt: "Side view woman cleaning", }, ]} -- 2.49.1