Update src/app/services/page.tsx

This commit is contained in:
2026-03-02 20:53:18 +00:00
parent 19c42df264
commit fd5f8cab14

View File

@@ -88,12 +88,12 @@ export default function ServicesPage() {
mediaItems: [
{
imageSrc:
"http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg",
"http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg?_wi=2",
imageAlt: "Professional lawn mowing service",
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/female-legs-woman-using-lawn-mower_651396-1545.jpg",
"http://img.b2bpic.net/free-photo/female-legs-woman-using-lawn-mower_651396-1545.jpg?_wi=4",
imageAlt: "Manicured lawn ready for events",
},
],
@@ -106,12 +106,12 @@ export default function ServicesPage() {
mediaItems: [
{
imageSrc:
"http://img.b2bpic.net/free-photo/skilful-male-landscaper-using-high-altitude-hedge-trimmer-topiary-park-side-view-focused_7502-10164.jpg",
"http://img.b2bpic.net/free-photo/skilful-male-landscaper-using-high-altitude-hedge-trimmer-topiary-park-side-view-focused_7502-10164.jpg?_wi=2",
imageAlt: "Landscape design implementation",
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500875.jpg",
"http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500875.jpg?_wi=2",
imageAlt: "Professional landscaping crew at work",
},
],
@@ -124,12 +124,12 @@ export default function ServicesPage() {
mediaItems: [
{
imageSrc:
"http://img.b2bpic.net/free-photo/big-special-tractor-is-removing-snow-from-forestal-road_613910-13787.jpg",
"http://img.b2bpic.net/free-photo/big-special-tractor-is-removing-snow-from-forestal-road_613910-13787.jpg?_wi=2",
imageAlt: "Snow removal with professional equipment",
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/female-legs-woman-using-lawn-mower_651396-1545.jpg",
"http://img.b2bpic.net/free-photo/female-legs-woman-using-lawn-mower_651396-1545.jpg?_wi=5",
imageAlt: "Clear driveway after winter service",
},
],
@@ -189,7 +189,7 @@ export default function ServicesPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/close-up-orange-yoga-mat-green-grass-park-outdoor_574295-4734.jpg"
imageSrc="http://img.b2bpic.net/free-photo/close-up-orange-yoga-mat-green-grass-park-outdoor_574295-4734.jpg?_wi=2"
imageAlt="Beautiful Louisville lawn landscape"
logoText="Joe's Lawn Care"
columns={footerColumns}