From 059dd035540d56adc0e99aa4db851969c1a1f646 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 18:13:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 30d2d25..663ad5d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,11 +78,11 @@ export default function LandingPage() { icon: Leaf, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/planting-trees-as-part-reforestation-process_23-2149409995.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/planting-trees-as-part-reforestation-process_23-2149409995.jpg?_wi=1", imageAlt: "Landscaping construction", }, { - imageSrc: "http://img.b2bpic.net/free-photo/planting-trees-as-part-reforestation-process_23-2149409995.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/planting-trees-as-part-reforestation-process_23-2149409995.jpg?_wi=2", imageAlt: "Garden design project", }, ], @@ -93,11 +93,11 @@ export default function LandingPage() { icon: Droplets, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-blackboard-grass_23-2148192388.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-blackboard-grass_23-2148192388.jpg?_wi=1", imageAlt: "Smart irrigation system", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-blackboard-grass_23-2148192388.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-blackboard-grass_23-2148192388.jpg?_wi=2", imageAlt: "Garden sprinkler system", }, ], @@ -108,11 +108,11 @@ export default function LandingPage() { icon: Mountain, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-travel-stone-garden-gardening_1203-5249.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-travel-stone-garden-gardening_1203-5249.jpg?_wi=1", imageAlt: "Stone patio construction", }, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-travel-stone-garden-gardening_1203-5249.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-travel-stone-garden-gardening_1203-5249.jpg?_wi=2", imageAlt: "Modern hardscaping", }, ], @@ -123,11 +123,11 @@ export default function LandingPage() { icon: Scissors, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803970.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803970.jpg?_wi=1", imageAlt: "Professional lawn care", }, { - imageSrc: "http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803970.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803970.jpg?_wi=2", imageAlt: "Gardener trimming lawn", }, ],