From da2ae7d0eee6460e29b3ac7745cd71a5e5f5c538 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 18:48:46 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ed54bfa..30edcdf 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -52,21 +52,21 @@ export default function AboutPage() { background={{ variant: "radial-gradient" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/labor-union-members-working-together_23-2150969878.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/labor-union-members-working-together_23-2150969878.jpg?_wi=3", imageAlt: "professional cleaning team group photo", }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-cleaning-indoors_23-2150454545.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-cleaning-indoors_23-2150454545.jpg?_wi=5", imageAlt: "professional office cleaning team working efficiently", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/female-healthcare-worker-coughing-while-working-hospital-covid19-epidemic_637285-5058.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-healthcare-worker-coughing-while-working-hospital-covid19-epidemic_637285-5058.jpg?_wi=5", imageAlt: "medical clinic professional cleaning", }, { - imageSrc: "http://img.b2bpic.net/free-photo/female-person-feeling-tired-after-finishing-spring-cleaning-sitting-clean-wooden-floor-with-mop-gloves-young-sleepy-woman-being-proud-tidy-apartment-household-chores-finished_482257-59836.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-person-feeling-tired-after-finishing-spring-cleaning-sitting-clean-wooden-floor-with-mop-gloves-young-sleepy-woman-being-proud-tidy-apartment-household-chores-finished_482257-59836.jpg?_wi=5", imageAlt: "apartment building cleaning service", }, ]}