From 9add3baf916c9b27767d3711a4d0c42627edc976 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 21:36:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dbbe9f7..87c6588 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -124,13 +124,16 @@ export default function LandingPage() { features={[ { id: 1, - title: "Septic & Plumbing Checks", description: "Thorough inspection of your home's essential systems.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg?_wi=1", imageAlt: "Inspection"}, + title: "Septic & Plumbing Checks", description: "Thorough inspection of your home's essential systems.", buttons: [{ text: "Book Now", href: "tel:+17866364044" }], + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg?_wi=1", imageAlt: "Inspection"}, { id: 2, - title: "Hot Water Line Replacement", description: "Expert replacement of water lines with reliable, fair quotes.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg?_wi=2", imageAlt: "Pipework"}, + title: "Hot Water Line Replacement", description: "Expert replacement of water lines with reliable, fair quotes.", buttons: [{ text: "Get Quote", href: "tel:+17866364044" }], + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg?_wi=2", imageAlt: "Pipework"}, { id: 3, - title: "Emergency Repairs", description: "Prompt response for all plumbing emergencies, day or night.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg?_wi=3", imageAlt: "Emergency"}, + title: "Emergency Repairs", description: "Prompt response for all plumbing emergencies, day or night.", buttons: [{ text: "Book Now", href: "tel:+17866364044" }], + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg?_wi=3", imageAlt: "Emergency"}, ]} title="Our Professional Plumbing Services" description="From small repairs to large line replacements, we ensure every job is done with precision." -- 2.49.1