From e8df2ffe7515ee615933d973d5c869e006b37266 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 14:47:01 +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 7dfb6cf..62125a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,7 +75,7 @@ export default function LandingPage() { features={[ { id: 1, - title: "Emergency Leak Repair", description: "Burst pipes or sudden leaks? Our rapid response team is available 24/7 to prevent water damage and restore your plumbing.", imageSrc: "https://pixabay.com/get/g579ab448935b67654e6a8b2ae759f9ed9f1330fd69979754f5d88f2c02fc94e91bd32cac9dd59286dac8ad013e97386a10f0dae5e0ec25a9e8619225c2562d72_1280.jpg?_wi=1", imageAlt: "Plumber fixing a leaky pipe" + title: "Emergency Leak Repair", description: "Burst pipes or sudden leaks? Our rapid response team is available 24/7 to prevent water damage and restore your plumbing.", imageSrc: "https://pixabay.com/get/g579ab448935b67654e6a8b2ae759f9ed9f1330fd69979754f5d88f2c02fc94e91bd32cac9dd59286dac8ad013e97386a10f0dae5e0ec25a9e8619225c2562d72_1280.jpg", imageAlt: "Plumber fixing a leaky pipe" }, { id: 2, @@ -87,7 +87,7 @@ export default function LandingPage() { }, { id: 4, - title: "Pipe Repair & Replacement", description: "Aging or damaged pipes can lead to serious issues. We provide durable repair and replacement solutions for all types of piping.", imageSrc: "https://pixabay.com/get/g579ab448935b67654e6a8b2ae759f9ed9f1330fd69979754f5d88f2c02fc94e91bd32cac9dd59286dac8ad013e97386a10f0dae5e0ec25a9e8619225c2562d72_1280.jpg?_wi=2", imageAlt: "Plumber repairing pipes" + title: "Pipe Repair & Replacement", description: "Aging or damaged pipes can lead to serious issues. We provide durable repair and replacement solutions for all types of piping.", imageSrc: "https://pixabay.com/get/g579ab448935b67654e6a8b2ae759f9ed9f1330fd69979754f5d88f2c02fc94e91bd32cac9dd59286dac8ad013e97386a10f0dae5e0ec25a9e8619225c2562d72_1280.jpg", imageAlt: "Plumber repairing pipes" } ]} /> -- 2.49.1