From 7f0529e454cd119881a2dc89e3be9350d979be87 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 18:23:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e7d263e..922d08c 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?_wi=1", imageAlt: "Trusted plumbing service for Wyoming homes" + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746302.jpg", imageAlt: "Trusted plumbing service for Wyoming homes" } ]} autoplayDelay={5000} @@ -77,6 +77,7 @@ export default function LandingPage() { imageAlt="Fast, professional plumbing response" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -98,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?_wi=2", 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", imageAlt: "General plumbing repair service" }, { id: 4, -- 2.49.1