From db79efd584942d358f6b98d9e9dd5d04c2e3a1ad Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 01:24:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 564eb1c..f83b59f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,10 +63,10 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg", imageAlt: "Licensed plumber working on pipes" }, { - imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914162.jpg?_wi=1", imageAlt: "Water heater installation service" + imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914162.jpg", imageAlt: "Water heater installation service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=1", imageAlt: "Advanced leak detection technology" + imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg", imageAlt: "Advanced leak detection technology" }, { imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg", imageAlt: "Professional drain cleaning service" @@ -89,6 +89,7 @@ export default function LandingPage() { imageAlt="USA Plumbing professional team" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -103,7 +104,7 @@ export default function LandingPage() { features={[ { id: "1", title: "Water Heater Repair & Installation", description: "Fast, efficient water heater services for consistent hot water supply. We repair all major brands and install energy-efficient models.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914162.jpg?_wi=2", imageAlt: "Water heater repair and installation" + imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914162.jpg", imageAlt: "Water heater repair and installation" }, items: [ { icon: Check, text: "Repair and replacement" }, @@ -125,7 +126,7 @@ export default function LandingPage() { }, { id: "3", title: "Leak Detection & Repair", description: "Find hidden leaks before they cause damage. Our technicians use advanced detection technology to locate leaks quickly and accurately.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=2", imageAlt: "Leak detection technology" + imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg", imageAlt: "Leak detection technology" }, items: [ { icon: Check, text: "Advanced detection tools" }, @@ -136,7 +137,7 @@ export default function LandingPage() { }, { id: "4", title: "Sewer Line Repair & Replacement", description: "Comprehensive sewer line solutions with trenchless technology when possible. We handle everything from inspection to repair and replacement.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=3", imageAlt: "Sewer line repair service" + imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg", imageAlt: "Sewer line repair service" }, items: [ { icon: Check, text: "Trenchless options" }, @@ -187,7 +188,7 @@ export default function LandingPage() { }, { id: "2", name: "Sarah Johnson", role: "Property Manager", company: "Chandler, AZ", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=1", imageAlt: "Sarah Johnson testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Sarah Johnson testimonial" }, { id: "3", name: "Michael Torres", role: "Homeowner", company: "Gilbert, AZ", rating: 5, @@ -195,7 +196,7 @@ export default function LandingPage() { }, { id: "4", name: "Jennifer Lee", role: "Business Owner", company: "Tempe, AZ", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=2", imageAlt: "Jennifer Lee testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Jennifer Lee testimonial" }, { id: "5", name: "David Brown", role: "Homeowner", company: "Mesa, AZ", rating: 5, -- 2.49.1