From 959dc9f0f8574cb8567bd3bc9e29b038fe81dd6e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 23:11:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 741e50c..59c1b05 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -133,37 +133,37 @@ export default function LandingPage() { { title: "Emergency Repairs", description: "Burst pipes, flooding, no hot water — we respond fast, 24/7.", - imageSrc: "http://img.b2bpic.net/free-photo/tie-tools-father_23-2148522096.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tie-tools-father_23-2148522096.jpg?_wi=1", imageAlt: "Repairs", }, { title: "Drain Cleaning", description: "Clogs cleared with proper diagnostics, not just a quick snake.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-engineer-job-site-work-hours_23-2151589651.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-engineer-job-site-work-hours_23-2151589651.jpg?_wi=1", imageAlt: "Drains", }, { title: "Water Heater Service", description: "Installation and repair for traditional and tankless systems.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-weight-line_23-2148017407.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-weight-line_23-2148017407.jpg?_wi=1", imageAlt: "Heaters", }, { title: "Leak Detection", description: "Advanced diagnostics to find root causes of hidden leaks.", - imageSrc: "http://img.b2bpic.net/free-photo/tie-tools-father_23-2148522096.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tie-tools-father_23-2148522096.jpg?_wi=2", imageAlt: "Detection", }, { title: "Kitchen & Bath Installs", description: "Precision installation for faucets, disposals, and more.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-engineer-job-site-work-hours_23-2151589651.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-engineer-job-site-work-hours_23-2151589651.jpg?_wi=2", imageAlt: "Installs", }, { title: "Maintenance Plans", description: "Priority service and seasonal inspections for peace of mind.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-weight-line_23-2148017407.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-weight-line_23-2148017407.jpg?_wi=2", imageAlt: "Maintenance", }, ]} @@ -183,21 +183,21 @@ export default function LandingPage() { value: "01", title: "Diagnostic-First", description: "We treat your home as a system.", - imageSrc: "http://img.b2bpic.net/free-photo/tie-tools-father_23-2148522096.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tie-tools-father_23-2148522096.jpg?_wi=3", }, { id: "m2", value: "02", title: "Transparent Pricing", description: "No surprise invoices.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-engineer-job-site-work-hours_23-2151589651.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-engineer-job-site-work-hours_23-2151589651.jpg?_wi=3", }, { id: "m3", value: "03", title: "Rapid Response", description: "Available within the hour.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-weight-line_23-2148017407.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-weight-line_23-2148017407.jpg?_wi=3", }, ]} title="Why Plumbifi?" -- 2.49.1