Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-05 21:40:49 +00:00

View File

@@ -131,7 +131,7 @@ export default function LandingPage() {
title: "Lawn Mowing",
description: "Precise mowing to keep your grass healthy and looking great.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-leaves-gardening-scissors_23-2149413494.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-leaves-gardening-scissors_23-2149413494.jpg?_wi=1",
imageAlt: "Mowing service",
},
items: [
@@ -156,7 +156,7 @@ export default function LandingPage() {
title: "Fertilization",
description: "Nutrient-rich treatments for lush, green, weed-free lawns.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-works-garden-near-house_1157-23419.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-works-garden-near-house_1157-23419.jpg?_wi=1",
imageAlt: "Fertilization",
},
items: [
@@ -174,7 +174,7 @@ export default function LandingPage() {
},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-leaves-gardening-scissors_23-2149413494.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-leaves-gardening-scissors_23-2149413494.jpg?_wi=2",
imageAlt: "lawn mowing and trimming service",
},
{
@@ -199,7 +199,7 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-works-garden-near-house_1157-23419.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-works-garden-near-house_1157-23419.jpg?_wi=2",
imageAlt: "lawn fertilization and weed control",
},
]}