From 6e50f1f66ca7dc66aa4f232c4db12538916b3751 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 21:42:24 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6bf33aa..f23ab5e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function LandingPage() { title="Plumbing & Heating Done Right — Every Time" description="Trusted by your neighbours in The Pocket and across Toronto for repairs, renovations, and emergency service." buttons={[{ text: "Get a Quote", href: "/contact" }, { text: "Call Now", href: "tel:555-010-2020" }]} - imageSrc="http://img.b2bpic.net/free-photo/modern-sink-black-faucet-marble-countertop_169016-69284.jpg" + imageSrc="http://img.b2bpic.net/free-photo/modern-sink-black-faucet-marble-countertop_169016-69284.jpg?_wi=1" avatars={[{ src: "http://img.b2bpic.net/free-photo/portrait-attractive-young-man-walking-street-with-backpack-his-shoulders_58466-16223.jpg", alt: "Client 1" }, { src: "http://img.b2bpic.net/free-photo/modern-senior-man-holding-his-tablet-kitchen_23-2148404378.jpg", alt: "Client 2" }, { src: "http://img.b2bpic.net/free-photo/young-beautiful-florist-posing-smiling-flowers_176420-2057.jpg", alt: "Client 3" }, { src: "http://img.b2bpic.net/free-photo/portrait-woman-that-smiles-camera_329181-19748.jpg", alt: "Client 4" }, { src: "http://img.b2bpic.net/free-photo/smiley-senior-man-sitting-table_23-2149390995.jpg", alt: "Client 5" }]} avatarText="Trusted by 500+ local families" /> @@ -56,7 +56,7 @@ export default function LandingPage() { textboxLayout="split" gridVariant="uniform-all-items-equal" useInvertedBackground={false} - features={[{ title: "Emergency Repairs", description: "Leaks, burst pipes, failed valves — same-day service when you need it most.", imageSrc: "http://img.b2bpic.net/free-photo/fire-hydrant-use-structure-fire_1153-4467.jpg", imageAlt: "Emergency repair" }, { title: "Kitchen & Bath Plumbing", description: "Faucets, sinks, toilets, bidets, dishwasher hookups, and full renovation prep.", imageSrc: "http://img.b2bpic.net/free-photo/working-day-two-indian-men-discussing-something-looking-involved_259150-59414.jpg", imageAlt: "Plumbing installation" }, { title: "Water Heaters", description: "Tankless installation, traditional water heater service, and troubleshooting.", imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-51318.jpg", imageAlt: "Water heater service" }]} + features={[{ title: "Emergency Repairs", description: "Leaks, burst pipes, failed valves — same-day service when you need it most.", imageSrc: "http://img.b2bpic.net/free-photo/fire-hydrant-use-structure-fire_1153-4467.jpg?_wi=1", imageAlt: "Emergency repair" }, { title: "Kitchen & Bath Plumbing", description: "Faucets, sinks, toilets, bidets, dishwasher hookups, and full renovation prep.", imageSrc: "http://img.b2bpic.net/free-photo/working-day-two-indian-men-discussing-something-looking-involved_259150-59414.jpg?_wi=1", imageAlt: "Plumbing installation" }, { title: "Water Heaters", description: "Tankless installation, traditional water heater service, and troubleshooting.", imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-51318.jpg?_wi=1", imageAlt: "Water heater service" }]} title="How Can I Help?" description="Expert plumbing and heating solutions tailored for Toronto homeowners." /> @@ -66,7 +66,7 @@ export default function LandingPage() { -- 2.49.1 From af808ed3aa7345f16ec3c45575da3d3a6a8ff351 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 21:42:25 +0000 Subject: [PATCH 2/2] Update src/app/services/page.tsx --- src/app/services/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index caab063..bf56d19 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -36,7 +36,7 @@ export default function LandingPage() { textboxLayout="split" gridVariant="uniform-all-items-equal" useInvertedBackground={false} - features={[{ title: "Residential Plumbing", description: "Leak detection, drain clearing.", imageSrc: "http://img.b2bpic.net/free-photo/fire-hydrant-use-structure-fire_1153-4467.jpg", imageAlt: "Plumbing" }, { title: "Water Heaters", description: "Tankless installation.", imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-51318.jpg", imageAlt: "Heater" }, { title: "Heating Systems", description: "Boiler service.", imageSrc: "http://img.b2bpic.net/free-photo/working-day-two-indian-men-discussing-something-looking-involved_259150-59414.jpg", imageAlt: "Heating" }]} + features={[{ title: "Residential Plumbing", description: "Leak detection, drain clearing.", imageSrc: "http://img.b2bpic.net/free-photo/fire-hydrant-use-structure-fire_1153-4467.jpg?_wi=3", imageAlt: "Plumbing" }, { title: "Water Heaters", description: "Tankless installation.", imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-51318.jpg?_wi=3", imageAlt: "Heater" }, { title: "Heating Systems", description: "Boiler service.", imageSrc: "http://img.b2bpic.net/free-photo/working-day-two-indian-men-discussing-something-looking-involved_259150-59414.jpg?_wi=3", imageAlt: "Heating" }]} title="Residential Services" description="Comprehensive plumbing and heating maintenance for your home." /> @@ -49,7 +49,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Service Packages" description="Transparent pricing for your peace of mind." - plans={[{ id: "p1", title: "Emergency Callout", price: "$150", period: "fixed", features: ["On-site assessment", "Minor repair"], button: { text: "Book", href: "/contact" }, imageSrc: "http://img.b2bpic.net/free-photo/fire-hydrant-use-structure-fire_1153-4467.jpg" }]} + plans={[{ id: "p1", title: "Emergency Callout", price: "$150", period: "fixed", features: ["On-site assessment", "Minor repair"], button: { text: "Book", href: "/contact" }, imageSrc: "http://img.b2bpic.net/free-photo/fire-hydrant-use-structure-fire_1153-4467.jpg?_wi=4" }]} /> -- 2.49.1