Update src/app/page.tsx

This commit is contained in:
2026-06-10 17:09:08 +00:00
parent d79ad89d4d
commit 5b0a28b888

View File

@@ -86,11 +86,11 @@ export default function LandingPage() {
]} ]}
mediaItems={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/rural-patio-with-furniture-vegetation_23-2150698450.jpg", imageSrc: "http://img.b2bpic.net/free-photo/rural-patio-with-furniture-vegetation_23-2150698450.jpg?_wi=1",
imageAlt: "Lush garden design by Tuinwerken Blanpain", imageAlt: "Lush garden design by Tuinwerken Blanpain",
}, },
{ {
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-florist-taking-care-flowers-focus-plant_176420-2078.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-florist-taking-care-flowers-focus-plant_176420-2078.jpg?_wi=1",
imageAlt: "Professional garden maintenance service", imageAlt: "Professional garden maintenance service",
}, },
{ {
@@ -170,7 +170,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/team-multi-ethnic-architects-designing-blueprint-plan_482257-12295.jpg", imageSrc: "http://img.b2bpic.net/free-photo/team-multi-ethnic-architects-designing-blueprint-plan_482257-12295.jpg",
imageAlt: "Gardener working with soil", imageAlt: "Gardener working with soil",
}, },
imageSrc: "http://img.b2bpic.net/free-photo/rural-patio-with-furniture-vegetation_23-2150698450.jpg", imageSrc: "http://img.b2bpic.net/free-photo/rural-patio-with-furniture-vegetation_23-2150698450.jpg?_wi=2",
imageAlt: "3d garden design software green", imageAlt: "3d garden design software green",
}, },
{ {
@@ -184,7 +184,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/gardener-garden-with-hut-cuts-tree-with-hedgehogs-against-sky_169016-10257.jpg", imageSrc: "http://img.b2bpic.net/free-photo/gardener-garden-with-hut-cuts-tree-with-hedgehogs-against-sky_169016-10257.jpg",
imageAlt: "Gardener watering plants", imageAlt: "Gardener watering plants",
}, },
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-florist-taking-care-flowers-focus-plant_176420-2078.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-florist-taking-care-flowers-focus-plant_176420-2078.jpg?_wi=2",
imageAlt: "3d garden design software green", imageAlt: "3d garden design software green",
}, },
]} ]}