From d1909b495ae4d145a8a58ffa26750e19b9c1a4c8 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 19:55:29 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8f78e33..d241835 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -70,11 +70,11 @@ export default function AboutPage() { title: "Lawn Care", description: "Weekly mowing, edge trimming, leaf removal, and seasonal lawn treatments. We keep your yard looking pristine year-round with reliable, professional service.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803931.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803931.jpg?_wi=4", imageAlt: "Professional lawn care service", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/man-plating-ground-small-tree_23-2148943236.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-plating-ground-small-tree_23-2148943236.jpg?_wi=4", imageAlt: "Seasonal cleanup service", }, }, @@ -83,11 +83,11 @@ export default function AboutPage() { title: "Snow Removal", description: "24/7 emergency snow plowing and removal for driveways and parking lots. Fast response times ensure safety and accessibility during winter storms.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/municipal-tractor-clears-snow-near-homes-snow-removal_169016-71221.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/municipal-tractor-clears-snow-near-homes-snow-removal_169016-71221.jpg?_wi=3", imageAlt: "Professional snow removal service", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-park-river-shore-city-evening-time_181624-15945.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-park-river-shore-city-evening-time_181624-15945.jpg?_wi=4", imageAlt: "Westland Michigan neighborhood", }, }, @@ -96,11 +96,11 @@ export default function AboutPage() { title: "Seasonal Cleanup", description: "Spring and fall cleanup services including debris removal, gutter cleaning, and yard restoration. Prepare your property for every season.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/man-plating-ground-small-tree_23-2148943236.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-plating-ground-small-tree_23-2148943236.jpg?_wi=5", imageAlt: "Fall seasonal cleanup landscape", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803931.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803931.jpg?_wi=5", imageAlt: "Professional lawn care service", }, }, @@ -121,7 +121,7 @@ export default function AboutPage() {