From 3d7156ab6f6ef25eb67a4cb01267a733af2ff8f6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 17:59:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e31c95d..818a131 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,9 +59,9 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388998.jpg", imageAlt: "Technician cleaning air ducts"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388998.jpg?_wi=1", imageAlt: "Technician cleaning air ducts"}, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388998.jpg", imageAlt: "Clean air vent surface"} + imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388998.jpg?_wi=2", imageAlt: "Clean air vent surface"} ]} mediaAnimation="slide-up" rating={5} -- 2.49.1