From b5d438efbffab644b4d20cc601fe36286b7fccdd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 04:21:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 43485e0..c3135fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -136,13 +136,13 @@ export default function LandingPage() { id: "sewer-line", name: "Sewer Line Repair", variant: "Expert Diagnostics & Repair", price: "Call for Quote", imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914162.jpg", imageAlt: "Sewer line repair icon" }, { - id: "leak-detection", name: "Leak Detection", variant: "Pinpoint Accuracy, Minimal Disruption", price: "Call for Quote", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-cracked-pipe-leaking-water_23-2148277393.jpg", imageAlt: "Leak detection icon" + id: "leak-detection", name: "Leak Detection", variant: "Pinpoint Accuracy, Minimal Disruption", price: "Call for Quote", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-cracked-pipe-leaking-water_23-2148277393.jpg?_wi=1", imageAlt: "Leak detection icon" }, { id: "gas-line", name: "Gas Line Services", variant: "Safe & Certified Installations", price: "Call for Quote", imageSrc: "http://img.b2bpic.net/free-vector/oil-industry-line-icons-set-with-drilling-rig-tanker-pipe-valve-fuel-gun-dispenser-derrick-canister-truck_1284-45707.jpg", imageAlt: "Gas line services icon" }, { - id: "pipe-repair", name: "Pipe Repair & Replacement", variant: "Durable & Long-lasting Solutions", price: "Call for Quote", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-cracked-pipe-leaking-water_23-2148277393.jpg", imageAlt: "Pipe repair icon" + id: "pipe-repair", name: "Pipe Repair & Replacement", variant: "Durable & Long-lasting Solutions", price: "Call for Quote", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-cracked-pipe-leaking-water_23-2148277393.jpg?_wi=2", imageAlt: "Pipe repair icon" } ]} title="Complete Plumbing Solutions" -- 2.49.1