From 24fefc51a27fd9fd360b50b1582be62434b1fe20 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 17:37:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 47747b8..ec391a6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990697.jpg", imageAlt: "Professional plumber repairing pipes" }, { - imageSrc: "http://img.b2bpic.net/free-photo/workers-standing-checking-beside-working-oil-pumps_1150-19213.jpg", imageAlt: "Backflow testing and maintenance service" + imageSrc: "http://img.b2bpic.net/free-photo/workers-standing-checking-beside-working-oil-pumps_1150-19213.jpg?_wi=1", imageAlt: "Backflow testing and maintenance service" }, { imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-wrench-kitchen_23-2147772255.jpg", imageAlt: "Drain cleaning professional service" @@ -123,7 +123,7 @@ export default function LandingPage() { description="Expert backflow device inspection and maintenance for commercial properties ensuring compliance with local regulations" products={[ { - id: "1", name: "Annual Backflow Inspection", price: "Competitive", variant: "Commercial Properties", imageSrc: "http://img.b2bpic.net/free-photo/workers-standing-checking-beside-working-oil-pumps_1150-19213.jpg", imageAlt: "Backflow testing service" + id: "1", name: "Annual Backflow Inspection", price: "Competitive", variant: "Commercial Properties", imageSrc: "http://img.b2bpic.net/free-photo/workers-standing-checking-beside-working-oil-pumps_1150-19213.jpg?_wi=2", imageAlt: "Backflow testing service" }, { id: "2", name: "Device Certification", price: "Fair Pricing", variant: "Regulatory Compliance", imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176722.jpg", imageAlt: "Certification service" @@ -183,13 +183,13 @@ export default function LandingPage() { tag="Service Area" plans={[ { - id: "boca-raton", title: "Boca Raton", price: "Primary", period: "Service Area", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-united-states-outline-maps_23-2149358400.jpg", imageAlt: "Boca Raton service area", button: { text: "Call for Service", href: "tel:+15619949492" }, + id: "boca-raton", title: "Boca Raton", price: "Primary", period: "Service Area", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-united-states-outline-maps_23-2149358400.jpg?_wi=1", imageAlt: "Boca Raton service area", button: { text: "Call for Service", href: "tel:+15619949492" }, features: [ "Same-day emergency response", "Full residential & commercial coverage", "24/7 availability", "Local expertise" ] }, { - id: "surrounding", title: "Surrounding Areas", price: "Extended", period: "Coverage", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-united-states-outline-maps_23-2149358400.jpg", imageAlt: "Extended service areas", button: { text: "Call for Service", href: "tel:+15619949492" }, + id: "surrounding", title: "Surrounding Areas", price: "Extended", period: "Coverage", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-united-states-outline-maps_23-2149358400.jpg?_wi=2", imageAlt: "Extended service areas", button: { text: "Call for Service", href: "tel:+15619949492" }, features: [ "Delray Beach", "Boynton Beach", "Deerfield Beach", "Parkland & Coral Springs" ] -- 2.49.1