From 1c2228d17f412afdeab43f1f33274b741fcb2829 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 18:24:22 +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 922d08c..fde4b66 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990738.jpg", imageAlt: "Expert plumber demonstrating quality workmanship" }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746302.jpg", imageAlt: "Trusted plumbing service for Wyoming homes" + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746302.jpg?_wi=1", imageAlt: "Trusted plumbing service for Wyoming homes" } ]} autoplayDelay={5000} @@ -99,7 +99,7 @@ export default function LandingPage() { }, { id: 3, - title: "General Plumbing Repairs", description: "Expert diagnosis and repair of leaks, burst pipes, fixture issues, and drainage problems. Quick solutions that save you money and prevent further damage.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746302.jpg", imageAlt: "General plumbing repair service" + title: "General Plumbing Repairs", description: "Expert diagnosis and repair of leaks, burst pipes, fixture issues, and drainage problems. Quick solutions that save you money and prevent further damage.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746302.jpg?_wi=2", imageAlt: "General plumbing repair service" }, { id: 4, -- 2.49.1