From 74ece4215da3741d2ef04124b0206223ea6fa2c3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 05:09:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 57637a9..c39fcbd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/view-backyard-garden-digital-art-style_23-2151488208.jpg", imageAlt: "Landscaping service" }, { imageSrc: "http://img.b2bpic.net/free-photo/collection-garden-equipment-meadow_23-2148028911.jpg", imageAlt: "Gardening tools" }, - { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-pathway-park-surrounded-by-grasses-flowers_181624-20486.jpg", imageAlt: "Pathway" } + { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-pathway-park-surrounded-by-grasses-flowers_181624-20486.jpg?_wi=1", imageAlt: "Pathway" } ]} mediaAnimation="slide-up" tagIcon={Leaf} @@ -72,7 +72,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { title: "Hardscaping", description: "Beautiful, durable pathways and patios.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-pathway-park-surrounded-by-grasses-flowers_181624-20486.jpg", buttonIcon: Zap }, + { title: "Hardscaping", description: "Beautiful, durable pathways and patios.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-pathway-park-surrounded-by-grasses-flowers_181624-20486.jpg?_wi=2", buttonIcon: Zap }, { title: "Lawn Maintenance", description: "Regular care for a healthy lawn.", imageSrc: "http://img.b2bpic.net/free-photo/city-park_1127-3452.jpg", buttonIcon: Zap }, { title: "Planting & Trimming", description: "Expert plant and hedge care.", imageSrc: "http://img.b2bpic.net/free-photo/gardener_23-2148013417.jpg", buttonIcon: Zap }, { title: "Irrigation Systems", description: "Smart water management solutions.", imageSrc: "http://img.b2bpic.net/free-photo/fork-harrows-grass_1339-7746.jpg", buttonIcon: Zap }, -- 2.49.1