From 6d91d0263f322f337b84f47e0d4092650a90120c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 04:48:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 18cec08..1ceb3c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746293.jpg", imageAlt: "Professional plumbing team" }, { - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-touchscreen-device_1170-1579.jpg", imageAlt: "Joe, DMG Plumbing owner" + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-touchscreen-device_1170-1579.jpg?_wi=1", imageAlt: "Joe, DMG Plumbing owner" }, ]} rating={5} @@ -77,7 +77,7 @@ export default function LandingPage() { { value: "15+", title: "Years of Experience" }, { value: "1000+", title: "Satisfied Customers" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/mechanic-using-touchscreen-device_1170-1579.jpg" + imageSrc="http://img.b2bpic.net/free-photo/mechanic-using-touchscreen-device_1170-1579.jpg?_wi=2" imageAlt="Joe, DMG Plumbing owner and team" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -94,22 +94,22 @@ export default function LandingPage() { description="From routine repairs to complete installations, DMG Plumbing handles all your residential and commercial plumbing needs with professionalism and expertise." features={[ { - title: "Water Heater Installation & Replacement", description: "Professional installation and replacement of water heaters to keep your home running efficiently", imageSrc: "http://img.b2bpic.net/free-photo/man-with-tattoos-producing-craft-beer_23-2148110983.jpg", imageAlt: "Water heater installation", buttonIcon: ArrowRight, + title: "Water Heater Installation & Replacement", description: "Professional installation and replacement of water heaters to keep your home running efficiently", imageSrc: "http://img.b2bpic.net/free-photo/man-with-tattoos-producing-craft-beer_23-2148110983.jpg?_wi=1", imageAlt: "Water heater installation", buttonIcon: ArrowRight, }, { - title: "Gas Line Installation", description: "Safe and reliable gas line installation for appliances, generators, and home upgrades", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg", imageAlt: "Gas line installation", buttonIcon: ArrowRight, + title: "Gas Line Installation", description: "Safe and reliable gas line installation for appliances, generators, and home upgrades", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=1", imageAlt: "Gas line installation", buttonIcon: ArrowRight, }, { - title: "Faucet Repair & Installation", description: "Repair or replace leaking, damaged, or outdated faucets with professional service", imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg", imageAlt: "Faucet repair work", buttonIcon: ArrowRight, + title: "Faucet Repair & Installation", description: "Repair or replace leaking, damaged, or outdated faucets with professional service", imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=1", imageAlt: "Faucet repair work", buttonIcon: ArrowRight, }, { - title: "Bathroom Plumbing Repairs", description: "Fix broken handles, leaks, and other bathroom plumbing issues quickly and correctly", imageSrc: "http://img.b2bpic.net/free-photo/man-with-tattoos-producing-craft-beer_23-2148110983.jpg", imageAlt: "Bathroom plumbing repair", buttonIcon: ArrowRight, + title: "Bathroom Plumbing Repairs", description: "Fix broken handles, leaks, and other bathroom plumbing issues quickly and correctly", imageSrc: "http://img.b2bpic.net/free-photo/man-with-tattoos-producing-craft-beer_23-2148110983.jpg?_wi=2", imageAlt: "Bathroom plumbing repair", buttonIcon: ArrowRight, }, { - title: "Generator Gas Line Connections", description: "Installation of quick-disconnect gas lines for home generators with safety verification", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg", imageAlt: "Generator gas line", buttonIcon: ArrowRight, + title: "Generator Gas Line Connections", description: "Installation of quick-disconnect gas lines for home generators with safety verification", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=2", imageAlt: "Generator gas line", buttonIcon: ArrowRight, }, { - title: "General Plumbing Repairs", description: "Fast and reliable solutions for leaks, damaged pipes, and everyday plumbing issues", imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg", imageAlt: "General plumbing repair", buttonIcon: ArrowRight, + title: "General Plumbing Repairs", description: "Fast and reliable solutions for leaks, damaged pipes, and everyday plumbing issues", imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=2", imageAlt: "General plumbing repair", buttonIcon: ArrowRight, }, ]} textboxLayout="default" -- 2.49.1