From 9795c25f61363158c9c4e3233df363a0c5a87a2b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 19:55:53 +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 23351c2..0d05da4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,7 +72,7 @@ export default function LandingPage() { }, { id: "2", title: "Repairs & Technical Services", description: "Keep your pool running smoothly with professional repair and diagnostic services. We identify and fix equipment issues, detect leaks, and perform thorough inspections.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool_1203-3104.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool_1203-3104.jpg?_wi=1" }, items: [ { icon: Wrench, text: "Equipment Repair & Replacement" }, @@ -83,7 +83,7 @@ export default function LandingPage() { }, { id: "3", title: "Maintenance Services", description: "Enjoy crystal-clear water year-round. Our maintenance plans include weekly cleaning, chemical balancing, and seasonal opening and closing services.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool_1203-3104.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool_1203-3104.jpg?_wi=2" }, items: [ { icon: RotateCcw, text: "Weekly Maintenance" }, -- 2.49.1