From 441fcfa8e8df229f7bf9b94ae4099fb056f48592 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 02:41:44 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index cca8024..cf960ec 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -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" } ]}