From cbf4f769c8b3a30539dbb00a8d8ea02f0cd9df51 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 23:51:47 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index ddb5c76..a20f05b 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -88,7 +88,7 @@ export default function ServicesPage() { title: "Gas Line Inspections", description: "Safety inspections and maintenance of residential gas lines and appliances.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-carpenter-working-with-experienced-man_329181-15627.jpg", imageAlt: "Gas inspection", buttonIcon: AlertCircle, }, { - title: "Plumbing Installation", description: "New plumbing installations and comprehensive residential plumbing services.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746297.jpg", imageAlt: "Installation", buttonIcon: Wrench, + title: "Plumbing Installation", description: "New plumbing installations and comprehensive residential plumbing services.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746297.jpg?_wi=1", imageAlt: "Installation", buttonIcon: Wrench, }, ]} textboxLayout="default" @@ -98,7 +98,7 @@ export default function ServicesPage() {