Update src/app/services/page.tsx

This commit is contained in:
2026-03-07 02:41:44 +00:00
parent e52b3d58b6
commit 441fcfa8e8

View File

@@ -59,35 +59,35 @@ export default function ServicesPage() {
id: "mowing",
title: "Lawn Mowing",
description: "Professional mowing for residential properties. Even cutting, professional equipment, and fast completion. Perfect for regular maintenance or one-time services.",
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-man-trimming-grass-with-cutter_176532-14356.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-man-trimming-grass-with-cutter_176532-14356.jpg?_wi=4",
imageAlt: "Professional lawn mowing service"
},
{
id: "edging",
title: "Edging",
description: "Clean, sharp edges around paths, gardens, and driveways. Creates defined borders and adds polish to your lawn.",
imageSrc: "http://img.b2bpic.net/free-photo/half-green-leaves-abstract-cement-concrete-gray-green-wall_158595-6415.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/half-green-leaves-abstract-cement-concrete-gray-green-wall_158595-6415.jpg?_wi=2",
imageAlt: "Professional lawn edging"
},
{
id: "weeding",
title: "Weeding & Tidy Ups",
description: "Removal of unwanted weeds and garden tidying. Keep your garden looking neat and weed-free.",
imageSrc: "http://img.b2bpic.net/free-photo/two-women-walking-forest-forest-nature-outdoor-recreation_169016-68233.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/two-women-walking-forest-forest-nature-outdoor-recreation_169016-68233.jpg?_wi=2",
imageAlt: "Garden weeding and maintenance"
},
{
id: "cleanup",
title: "Overgrown Lawn Cleanup",
description: "Restoring neglected yards to their former glory. We handle even the most overgrown properties with care.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-operating-heavy-duty-leaf-blower_1153-7322.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-operating-heavy-duty-leaf-blower_1153-7322.jpg?_wi=3",
imageAlt: "Overgrown lawn restoration"
},
{
id: "maintenance",
title: "Yard Maintenance",
description: "Regular lawn care services to keep your property looking its best year-round. Flexible scheduling available.",
imageSrc: "http://img.b2bpic.net/free-photo/women-collecting-grass_23-2148568684.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/women-collecting-grass_23-2148568684.jpg?_wi=3",
imageAlt: "Regular yard maintenance"
}
]}