From ff0f8d768650a8252a5ad5f77ca0d9754f3d6dd5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 07:57:59 +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 8620c70..fc6bb6f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-worker-checking-freon-tank_482257-78533.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-worker-checking-freon-tank_482257-78533.jpg?_wi=1", imageAlt: "Technician working", }, { @@ -114,7 +114,7 @@ export default function LandingPage() { title: "Satisfaction Rate", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388951.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388951.jpg?_wi=1" imageAlt="HVAC System" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -139,7 +139,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/copy-space-mechanical-tools_23-2148557958.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-worker-checking-freon-tank_482257-78533.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-worker-checking-freon-tank_482257-78533.jpg?_wi=2", imageAlt: "tools icon", }, { @@ -154,7 +154,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-mean-cleaning-air_23-2149482329.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388951.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388951.jpg?_wi=2", imageAlt: "tools icon", }, { -- 2.49.1