From 721f29dd5ced1af365f1f48022111682be3f02ce Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 21:55:11 +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 da9f510..e3c1f3f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -187,7 +187,7 @@ export default function MoodyPlumbing() { { value: "100%", title: "5-Star Reviews" }, { value: "20+", title: "Years Experience" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/white-toilet-top-view-modern-bathroom-minimalist-interior_169016-69532.jpg" + imageSrc="http://img.b2bpic.net/free-photo/white-toilet-top-view-modern-bathroom-minimalist-interior_169016-69532.jpg?_wi=1" imageAlt="Professional plumbing installation" useInvertedBackground={false} mediaAnimation="slide-up" @@ -209,7 +209,7 @@ export default function MoodyPlumbing() { products={[ { id: "1", name: "Residential Plumbing", price: "Fair Pricing", variant: "Repairs & Installations", imageSrc: - "http://img.b2bpic.net/free-photo/white-toilet-top-view-modern-bathroom-minimalist-interior_169016-69532.jpg", imageAlt: "Residential plumbing" + "http://img.b2bpic.net/free-photo/white-toilet-top-view-modern-bathroom-minimalist-interior_169016-69532.jpg?_wi=2", imageAlt: "Residential plumbing" }, { id: "2", name: "Full Re-Piping", price: "Expert Service", variant: "For Older Homes", imageSrc: -- 2.49.1