Update src/app/page.tsx

This commit is contained in:
2026-04-11 13:16:49 +00:00
parent 33477dfd77
commit 4b451ad0f5

View File

@@ -62,15 +62,15 @@ export default function LandingPage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-fresh-spring-green-grass_1232-4935.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-fresh-spring-green-grass_1232-4935.jpg?_wi=1",
imageAlt: "Manicured lawn",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/flay-lay-gardening-tools-flower-pots_23-2148223997.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/flay-lay-gardening-tools-flower-pots_23-2148223997.jpg?_wi=1",
imageAlt: "Professional tools",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-father-kid-playing-outdoors_23-2148504004.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-father-kid-playing-outdoors_23-2148504004.jpg?_wi=1",
imageAlt: "Striped lawn",
},
{
@@ -138,7 +138,7 @@ export default function LandingPage() {
title: "Edging & Trimming",
description: "Sharp edges along driveways and walkways.",
tag: "02",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-fresh-spring-green-grass_1232-4935.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-fresh-spring-green-grass_1232-4935.jpg?_wi=2",
imageAlt: "Top view of textile",
},
{
@@ -146,7 +146,7 @@ export default function LandingPage() {
title: "Garden Cleanup",
description: "Weeding and debris removal to keep beds looking clean.",
tag: "03",
imageSrc: "http://img.b2bpic.net/free-photo/flay-lay-gardening-tools-flower-pots_23-2148223997.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/flay-lay-gardening-tools-flower-pots_23-2148223997.jpg?_wi=2",
imageAlt: "Top view of textile",
},
{
@@ -154,7 +154,7 @@ export default function LandingPage() {
title: "Leaf Removal",
description: "Thorough fall cleanup for a spotless yard.",
tag: "04",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-father-kid-playing-outdoors_23-2148504004.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-father-kid-playing-outdoors_23-2148504004.jpg?_wi=2",
imageAlt: "Top view of textile",
},
]}