From 21a2325ec69cf20130abb0f6e460f752ddca9c00 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 03:19:16 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index efbf0de..201ed67 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -122,7 +122,7 @@ export default function HomePage() { title: "Lawn Mowing", description: "Regular mowing with professional equipment. We keep your lawn healthy, green, and perfectly trimmed.", tag: "Weekly Service", - imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41431.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41431.jpg", imageAlt: "lawn mowing maintenance weekly service", }, { @@ -130,7 +130,7 @@ export default function HomePage() { title: "Mulch Installation", description: "Premium mulch beds that protect your plants and enhance curb appeal. Professional installation every time.", tag: "Landscape Design", - imageSrc: "http://img.b2bpic.net/free-photo/wooden-box_23-2148013375.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/wooden-box_23-2148013375.jpg", imageAlt: "mulch beds installation landscape design", }, { @@ -138,7 +138,7 @@ export default function HomePage() { title: "Hedge Trimming", description: "Expert hedge and shrub trimming for a manicured look. We shape and maintain your landscaping precision.", tag: "Maintenance", - imageSrc: "http://img.b2bpic.net/free-photo/people-helping-neighbors-with-grass-lawn_23-2149139745.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/people-helping-neighbors-with-grass-lawn_23-2149139745.jpg", imageAlt: "hedge trimming professional service landscaper", }, { @@ -146,7 +146,7 @@ export default function HomePage() { title: "Lawn Installation", description: "New lawn installation from seed or sod. We create beautiful, healthy lawns that last for years.", tag: "Custom Projects", - imageSrc: "http://img.b2bpic.net/free-photo/cleaning-city-lawn-from-paper-rubbish_1262-21015.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/cleaning-city-lawn-from-paper-rubbish_1262-21015.jpg", imageAlt: "lawn installation professionals contractors", }, { @@ -154,7 +154,7 @@ export default function HomePage() { title: "Yard Cleanup", description: "Seasonal cleanup, leaf removal, and yard restoration. We prepare your yard for every season.", tag: "Seasonal Service", - imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-male-gardener-digging-soil-with-hoe_23-2148165200.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-male-gardener-digging-soil-with-hoe_23-2148165200.jpg", imageAlt: "yard cleanup service professional", }, { @@ -162,7 +162,7 @@ export default function HomePage() { title: "Landscaping Design", description: "Custom landscaping design to transform your outdoor space. From concept to completion, we handle it all.", tag: "Design Services", - imageSrc: "http://img.b2bpic.net/free-photo/woman-arranging-plants-greenhouse_23-2148396843.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/woman-arranging-plants-greenhouse_23-2148396843.jpg", imageAlt: "landscaping design modern garden", }, ]} @@ -179,7 +179,7 @@ export default function HomePage() { description="We're a Cleveland-based landscaping company with deep roots in the community. Our team treats your lawn like our own, with attention to detail and reliability you can count on." subdescription="With a 5.0 star rating and hundreds of satisfied homeowners, we've built our reputation on quality work, fair pricing, and genuine customer care. When you choose Ohio Landscaping, you're choosing neighbors who care about your property." icon={CheckCircle} - imageSrc="http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27385.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27385.jpg" imageAlt="landscaping team professional outdoor" mediaAnimation="slide-up" useInvertedBackground={true} @@ -272,7 +272,7 @@ export default function HomePage() { textboxLayout="default" useInvertedBackground={false} animationType="slide-up" - gridVariant="three-columns-all-equal-width" + gridVariant="uniform-all-items-equal" metrics={[ { id: "cleveland", @@ -344,7 +344,7 @@ export default function HomePage() { tagAnimation="slide-up" background={{ variant: "animated-grid" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/people-glasshouse-looking-camera_23-2147768458.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/people-glasshouse-looking-camera_23-2147768458.jpg" imageAlt="lawn care contact phone call" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From e63b396863dc136f0054c0f0cec53811d0942819 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 03:19:16 +0000 Subject: [PATCH 2/3] Update src/app/reviews/page.tsx --- src/app/reviews/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 0a29f5b..60f364a 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -96,7 +96,7 @@ export default function ReviewsPage() { textboxLayout="default" useInvertedBackground={false} animationType="slide-up" - gridVariant="three-columns-all-equal-width" + gridVariant="uniform-all-items-equal" metrics={[ { id: "cleveland", -- 2.49.1 From f5b924e14201c6fe74e65b63cdb3a3df5971e680 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 03:19:16 +0000 Subject: [PATCH 3/3] Update src/app/services/page.tsx --- src/app/services/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index cb59990..8cfad64 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -60,7 +60,7 @@ export default function ServicesPage() { title: "Lawn Mowing", description: "Weekly or bi-weekly professional lawn mowing with top-of-the-line equipment. We maintain your grass at the perfect height for health and beauty.", tag: "Weekly Service", - imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41431.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41431.jpg", imageAlt: "lawn mowing maintenance weekly service", }, { @@ -68,7 +68,7 @@ export default function ServicesPage() { title: "Mulch Installation & Maintenance", description: "Premium mulch bed design and installation. We refresh mulch beds to maintain curb appeal, protect plant roots, and enhance soil health year-round.", tag: "Landscape Design", - imageSrc: "http://img.b2bpic.net/free-photo/wooden-box_23-2148013375.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/wooden-box_23-2148013375.jpg", imageAlt: "mulch beds installation landscape design", }, { @@ -76,7 +76,7 @@ export default function ServicesPage() { title: "Hedge & Shrub Trimming", description: "Expert hedge and shrub trimming for manicured landscapes. We shape and maintain your plantings to enhance the overall aesthetic of your property.", tag: "Maintenance", - imageSrc: "http://img.b2bpic.net/free-photo/people-helping-neighbors-with-grass-lawn_23-2149139745.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/people-helping-neighbors-with-grass-lawn_23-2149139745.jpg", imageAlt: "hedge trimming professional service landscaper", }, { @@ -84,7 +84,7 @@ export default function ServicesPage() { title: "New Lawn Installation", description: "Complete lawn installation from seed or sod. We prepare the soil, select quality grass varieties, and ensure proper establishment for a thriving lawn.", tag: "Custom Projects", - imageSrc: "http://img.b2bpic.net/free-photo/cleaning-city-lawn-from-paper-rubbish_1262-21015.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/cleaning-city-lawn-from-paper-rubbish_1262-21015.jpg", imageAlt: "lawn installation professionals contractors", }, { @@ -92,7 +92,7 @@ export default function ServicesPage() { title: "Seasonal Yard Cleanup", description: "Spring and fall yard cleanup, including leaf removal, debris clearing, and yard restoration. We prepare your outdoor space for every season.", tag: "Seasonal Service", - imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-male-gardener-digging-soil-with-hoe_23-2148165200.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-male-gardener-digging-soil-with-hoe_23-2148165200.jpg", imageAlt: "yard cleanup service professional", }, { @@ -100,7 +100,7 @@ export default function ServicesPage() { title: "Custom Landscaping Design", description: "Professional landscape design services to transform your outdoor space. From concept development to full implementation, we bring your vision to life.", tag: "Design Services", - imageSrc: "http://img.b2bpic.net/free-photo/woman-arranging-plants-greenhouse_23-2148396843.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/woman-arranging-plants-greenhouse_23-2148396843.jpg", imageAlt: "landscaping design modern garden", }, ]} @@ -118,7 +118,7 @@ export default function ServicesPage() { textboxLayout="default" useInvertedBackground={true} animationType="slide-up" - gridVariant="three-columns-all-equal-width" + gridVariant="uniform-all-items-equal" metrics={[ { id: "residential", @@ -155,7 +155,7 @@ export default function ServicesPage() { tagAnimation="slide-up" background={{ variant: "animated-grid" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/people-glasshouse-looking-camera_23-2147768458.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/people-glasshouse-looking-camera_23-2147768458.jpg" imageAlt="lawn care contact phone call" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1