From 7c6ea84611a4486d661278d40973cc7cb7119092 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 21:15:53 +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 68e01c8..7f1c2b4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,11 +66,11 @@ export default function LandingPage() { features={[ { id: 1, - title: "Emergency Repairs", description: "24/7 emergency plumbing services to handle burst pipes, leaks, and other urgent issues. Fast response times and expert solutions.", imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-touching-sink-inspecting-pipes_259150-58251.jpg" + title: "Emergency Repairs", description: "24/7 emergency plumbing services to handle burst pipes, leaks, and other urgent issues. Fast response times and expert solutions.", imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-touching-sink-inspecting-pipes_259150-58251.jpg?_wi=1" }, { id: 2, - title: "Drain Cleaning & Maintenance", description: "Professional drain cleaning, unclogging, and preventative maintenance to keep your plumbing system flowing smoothly year-round.", imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-touching-sink-inspecting-pipes_259150-58251.jpg" + title: "Drain Cleaning & Maintenance", description: "Professional drain cleaning, unclogging, and preventative maintenance to keep your plumbing system flowing smoothly year-round.", imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-touching-sink-inspecting-pipes_259150-58251.jpg?_wi=2" }, { id: 3, -- 2.49.1