From b0a8d47b940cf7028066c43a56b0dbb843dbb3be Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 18:18:03 +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 fbb26c3..1e68246 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,22 +82,22 @@ export default function LandingPage() { { title: "Professional Lawn Mowing", description: "Expert cutting, edging, and trimming with precision equipment. Regular maintenance keeps your lawn healthy and beautiful year-round.", icon: Scissors, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-strong-male-gardener-pushing-cart-equipment-transportation-close-up-metal_7502-10445.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-strong-male-gardener-pushing-cart-equipment-transportation-close-up-metal_7502-10445.jpg" } + { imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-strong-male-gardener-pushing-cart-equipment-transportation-close-up-metal_7502-10445.jpg?_wi=1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-strong-male-gardener-pushing-cart-equipment-transportation-close-up-metal_7502-10445.jpg?_wi=2" } ] }, { title: "Custom Landscaping Design", description: "Transform your vision into reality with our design expertise. From garden installation to complete outdoor renovations, we create stunning landscapes.", icon: Leaf, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/poppy-field-surrounded-by-greenery-sunlight-with-blurry-background_181624-11035.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/poppy-field-surrounded-by-greenery-sunlight-with-blurry-background_181624-11035.jpg" } + { imageSrc: "http://img.b2bpic.net/free-photo/poppy-field-surrounded-by-greenery-sunlight-with-blurry-background_181624-11035.jpg?_wi=1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/poppy-field-surrounded-by-greenery-sunlight-with-blurry-background_181624-11035.jpg?_wi=2" } ] }, { title: "Seasonal Services", description: "Spring cleanups, fall debris removal, and year-round maintenance. We keep your property pristine through every season with tailored care.", icon: Sprout, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/couple-winter-road-trip-together-gathering-pine-cones-from-forest_23-2149208082.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/couple-winter-road-trip-together-gathering-pine-cones-from-forest_23-2149208082.jpg" } + { imageSrc: "http://img.b2bpic.net/free-photo/couple-winter-road-trip-together-gathering-pine-cones-from-forest_23-2149208082.jpg?_wi=1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/couple-winter-road-trip-together-gathering-pine-cones-from-forest_23-2149208082.jpg?_wi=2" } ] } ]}