From 9d9d7e8b506ad51b5903a956c25ddd7fda8f4f1a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 20:45:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8524daf..e17aa73 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,16 +61,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Drain Cleaning", description: "Fast hydro-jetting and snaking for kitchen and bathroom lines.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17765.jpg", imageAlt: "Drain cleaning" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17765.jpg", imageAlt: "Drain service" } + title: "Drain Cleaning", description: "Fast hydro-jetting and snaking for kitchen and bathroom lines.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17765.jpg?_wi=1", imageAlt: "Drain cleaning" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17765.jpg?_wi=2", imageAlt: "Drain service" } }, { - title: "Water Heaters", description: "Expert repair and installation of traditional and tankless systems.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746394.jpg", imageAlt: "Water heater" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746394.jpg", imageAlt: "Heater service" } + title: "Water Heaters", description: "Expert repair and installation of traditional and tankless systems.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746394.jpg?_wi=1", imageAlt: "Water heater" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746394.jpg?_wi=2", imageAlt: "Heater service" } }, { - title: "Leak Detection", description: "Accurate, non-invasive detection to prevent damage before it starts.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg", imageAlt: "Leak detection" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg", imageAlt: "Leak fix" } + title: "Leak Detection", description: "Accurate, non-invasive detection to prevent damage before it starts.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg?_wi=1", imageAlt: "Leak detection" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg?_wi=2", imageAlt: "Leak fix" } } ]} showStepNumbers={true} -- 2.49.1