From 88e310a9fa7ad2081bc368d9f792bb5af655725f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 23:43:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ea8ca6c..2425619 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,7 +15,7 @@ export default function LandingPage() { return ( @@ -90,8 +90,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg", imageAlt: "Water heater replacement service" }, { - id: "toilet-repair", title: "Toilet Repair & Replacement", author: "Reliable Solutions", description: "Running toilets, clogs, and repairs. We fix toilet problems fast to save you money and water.", tags: ["Repair", "Water Saving"], - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg", imageAlt: "Professional toilet repair" + id: "toilet-repair", title: "Toilet Repair & Replacement", author: "Reliable Solutions", description: "Running toilets, clogs, and repairs. We fix toilet problems fast to save you money and water.", tags: ["Repair", "Water Saving"], imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg", imageAlt: "Professional toilet repair" }, { id: "pipe-replacement", title: "Pipe Replacement", author: "Durable Installation", description: "Corroded or damaged pipes? We replace them with quality materials and expert workmanship for lasting solutions.", tags: ["Durability", "Code Compliant"], -- 2.49.1