From 12506d75e38d5313ab3eb3f57d64b1625055ddc4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 28 May 2026 16:58:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e4b5eef..df00cbb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,15 +77,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-flowers-garden_23-2148905218.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-flowers-garden_23-2148905218.jpg?_wi=1", imageAlt: "Beautiful lush garden with flowers", }, { - imageSrc: "http://img.b2bpic.net/free-photo/plants-pots-blurred-background-yard-blurred-background_169016-19894.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plants-pots-blurred-background-yard-blurred-background_169016-19894.jpg?_wi=1", imageAlt: "Modern patio garden design", }, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-picture-female-doing-gardening_181624-31754.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-picture-female-doing-gardening_181624-31754.jpg?_wi=1", imageAlt: "Commercial building landscape maintenance", }, { @@ -135,7 +135,7 @@ export default function LandingPage() { imageAlt: "Newly planted colorful flower bed", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-flowers-garden_23-2148905218.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-flowers-garden_23-2148905218.jpg?_wi=2", imageAlt: "garden design drawing and tools", }, { @@ -152,7 +152,7 @@ export default function LandingPage() { imageAlt: "Healthy green lawn close up", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/plants-pots-blurred-background-yard-blurred-background_169016-19894.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plants-pots-blurred-background-yard-blurred-background_169016-19894.jpg?_wi=2", imageAlt: "garden design drawing and tools", }, { @@ -169,7 +169,7 @@ export default function LandingPage() { imageAlt: "Water flowing through garden stream", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-picture-female-doing-gardening_181624-31754.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-picture-female-doing-gardening_181624-31754.jpg?_wi=2", imageAlt: "garden design drawing and tools", }, ]}