From a3662decd1d1055d7200f49f33dadfaa46d76b4f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 21:29:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7a36b5f..0be7957 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { { text: "Call Now", href: "tel:+1-555-0123" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/view-person-creating-digital-diy-craft-content_23-2151515893.jpg" + imageSrc="http://img.b2bpic.net/free-photo/view-person-creating-digital-diy-craft-content_23-2151515893.jpg?_wi=1" imageAlt="Professional plumber team working on residential plumbing" mediaAnimation="slide-up" /> @@ -89,43 +89,43 @@ export default function LandingPage() { { title: "Plumbing Repairs", description: "Expert diagnosis and repair of leaks, clogs, and system failures. Done right the first time.", icon: Wrench, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg", imageAlt: "Professional plumbing repair service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-closeup-shot-water-pouring-water-drain_181624-18353.jpg", imageAlt: "Quality plumbing fixture detail" } + { imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg?_wi=1", imageAlt: "Professional plumbing repair service" }, + { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-closeup-shot-water-pouring-water-drain_181624-18353.jpg?_wi=1", imageAlt: "Quality plumbing fixture detail" } ] }, { title: "Heating System Plumbing", description: "Boiler line repair, valve replacement, and heating system maintenance. Trusted expertise.", icon: Flame, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334232.jpg", imageAlt: "Professional heating system service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-closeup-shot-water-pouring-water-drain_181624-18353.jpg", imageAlt: "Premium heating components" } + { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-closeup-shot-water-pouring-water-drain_181624-18353.jpg?_wi=2", imageAlt: "Premium heating components" } ] }, { title: "Emergency Service", description: "Fast response to urgent plumbing issues. Available when you need us most.", icon: AlertCircle, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg", imageAlt: "Emergency plumbing response" }, - { imageSrc: "http://img.b2bpic.net/free-photo/view-person-creating-digital-diy-craft-content_23-2151515893.jpg", imageAlt: "Professional emergency service" } + { imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg?_wi=2", imageAlt: "Emergency plumbing response" }, + { imageSrc: "http://img.b2bpic.net/free-photo/view-person-creating-digital-diy-craft-content_23-2151515893.jpg?_wi=2", imageAlt: "Professional emergency service" } ] }, { title: "Leak Detection", description: "Advanced detection finds hidden leaks before they cause damage. Preventative expertise.", icon: Droplets, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg", imageAlt: "Leak detection service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-closeup-shot-water-pouring-water-drain_181624-18353.jpg", imageAlt: "Precision plumbing diagnostics" } + { imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg?_wi=3", imageAlt: "Leak detection service" }, + { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-closeup-shot-water-pouring-water-drain_181624-18353.jpg?_wi=3", imageAlt: "Precision plumbing diagnostics" } ] }, { title: "Valve & Toilet Repair", description: "Professional replacement and repair of valves and toilets. Quality installation guaranteed.", icon: Settings, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-closeup-shot-water-pouring-water-drain_181624-18353.jpg", imageAlt: "Premium valve installation" }, - { imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg", imageAlt: "Professional toilet repair" } + { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-closeup-shot-water-pouring-water-drain_181624-18353.jpg?_wi=4", imageAlt: "Premium valve installation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg?_wi=4", imageAlt: "Professional toilet repair" } ] }, { title: "Maintenance Plans", description: "Preventative maintenance keeps systems running smoothly. Long-term reliability.", icon: CheckCircle, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/view-person-creating-digital-diy-craft-content_23-2151515893.jpg", imageAlt: "Regular maintenance visit" }, - { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-closeup-shot-water-pouring-water-drain_181624-18353.jpg", imageAlt: "System inspection" } + { imageSrc: "http://img.b2bpic.net/free-photo/view-person-creating-digital-diy-craft-content_23-2151515893.jpg?_wi=3", imageAlt: "Regular maintenance visit" }, + { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-closeup-shot-water-pouring-water-drain_181624-18353.jpg?_wi=5", imageAlt: "System inspection" } ] } ]} -- 2.49.1