From 7f75d34338bc03ba0f3535477d470434dc46bcca Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 01:00:16 +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 a9e6a08..744a0ca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,7 +91,7 @@ export default function LandingPage() { }, { id: 2, - title: "Water Heater Installation & Replacement", description: "Expert installation and fast replacement of failed water heaters to restore hot water quickly.", imageSrc: "http://img.b2bpic.net/free-photo/view-plumber-working-fix-problems_23-2150990693.jpg", imageAlt: "Water heater installation" + title: "Water Heater Installation & Replacement", description: "Expert installation and fast replacement of failed water heaters to restore hot water quickly.", imageSrc: "http://img.b2bpic.net/free-photo/view-plumber-working-fix-problems_23-2150990693.jpg?_wi=1", imageAlt: "Water heater installation" }, { id: 3, @@ -107,7 +107,7 @@ export default function LandingPage() { }, { id: 6, - title: "Heating System Plumbing", description: "Complete plumbing support for heating systems including installation, repair, and maintenance.", imageSrc: "http://img.b2bpic.net/free-photo/view-plumber-working-fix-problems_23-2150990693.jpg", imageAlt: "Heating system plumbing work" + title: "Heating System Plumbing", description: "Complete plumbing support for heating systems including installation, repair, and maintenance.", imageSrc: "http://img.b2bpic.net/free-photo/view-plumber-working-fix-problems_23-2150990693.jpg?_wi=2", imageAlt: "Heating system plumbing work" } ]} textboxLayout="default" -- 2.49.1