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" } ]} />