From 9401a253f7efe030a6d6bca4d740d1eda0b433dc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 06:20:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d31c52c..82737b3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,22 +57,22 @@ export default function LandingPage() { buttonAnimation="slide-up" carouselItems={[ { - id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/winding-pathway-with-grass-sides_1137-208.jpg", imageAlt: "Lush green lawn with morning dew" + id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/winding-pathway-with-grass-sides_1137-208.jpg?_wi=1", imageAlt: "Lush green lawn with morning dew" }, { - id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/woman-arranging-plants-greenhouse_23-2148396843.jpg", imageAlt: "Professional landscape design with colorful plantings" + id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/woman-arranging-plants-greenhouse_23-2148396843.jpg?_wi=1", imageAlt: "Professional landscape design with colorful plantings" }, { - id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803969.jpg", imageAlt: "Fresh green sod installation" + id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803969.jpg?_wi=1", imageAlt: "Fresh green sod installation" }, { - id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/hands-gardener-orange-gloves-are-trimming-overgrown-green-shrub-using-hedge-shears-sunny-backyard-worker-landscaping-garden-close-up_639032-841.jpg", imageAlt: "Neatly trimmed hedges and shrubs" + id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/hands-gardener-orange-gloves-are-trimming-overgrown-green-shrub-using-hedge-shears-sunny-backyard-worker-landscaping-garden-close-up_639032-841.jpg?_wi=1", imageAlt: "Neatly trimmed hedges and shrubs" }, { - id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-bearded-florist-blue-t-shirt-with-garden-tools-cutting-dead-flowers-spending-summer-morning-countryside-house_176420-19906.jpg", imageAlt: "Professional mulch installation around plantings" + id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-bearded-florist-blue-t-shirt-with-garden-tools-cutting-dead-flowers-spending-summer-morning-countryside-house_176420-19906.jpg?_wi=1", imageAlt: "Professional mulch installation around plantings" }, { - id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500829.jpg", imageAlt: "Yard cleanup and debris removal service" + id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500829.jpg?_wi=1", imageAlt: "Yard cleanup and debris removal service" } ]} autoPlay={true} @@ -98,19 +98,19 @@ export default function LandingPage() { }, { id: 2, - title: "Landscape Design & Installation", description: "Transform your yard with custom plantings, shrubs, and garden layouts.", imageSrc: "http://img.b2bpic.net/free-photo/woman-arranging-plants-greenhouse_23-2148396843.jpg", imageAlt: "Beautiful landscape design installation" + title: "Landscape Design & Installation", description: "Transform your yard with custom plantings, shrubs, and garden layouts.", imageSrc: "http://img.b2bpic.net/free-photo/woman-arranging-plants-greenhouse_23-2148396843.jpg?_wi=2", imageAlt: "Beautiful landscape design installation" }, { id: 3, - title: "Mulching & Pine Straw", description: "Protect plant roots and add polish with professional mulch and pine straw application.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-bearded-florist-blue-t-shirt-with-garden-tools-cutting-dead-flowers-spending-summer-morning-countryside-house_176420-19906.jpg", imageAlt: "Professional mulch installation" + title: "Mulching & Pine Straw", description: "Protect plant roots and add polish with professional mulch and pine straw application.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-bearded-florist-blue-t-shirt-with-garden-tools-cutting-dead-flowers-spending-summer-morning-countryside-house_176420-19906.jpg?_wi=2", imageAlt: "Professional mulch installation" }, { id: 4, - title: "Sod Installation", description: "Fresh, lush sod installed quickly and cleanly for instant curb appeal.", imageSrc: "http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803969.jpg", imageAlt: "Fresh sod installation for lawn" + title: "Sod Installation", description: "Fresh, lush sod installed quickly and cleanly for instant curb appeal.", imageSrc: "http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803969.jpg?_wi=2", imageAlt: "Fresh sod installation for lawn" }, { id: 5, - title: "Shrub & Hedge Trimming", description: "Precision trimming to shape and maintain your shrubs, hedges, and ornamentals.", imageSrc: "http://img.b2bpic.net/free-photo/hands-gardener-orange-gloves-are-trimming-overgrown-green-shrub-using-hedge-shears-sunny-backyard-worker-landscaping-garden-close-up_639032-841.jpg", imageAlt: "Professional shrub and hedge trimming" + title: "Shrub & Hedge Trimming", description: "Precision trimming to shape and maintain your shrubs, hedges, and ornamentals.", imageSrc: "http://img.b2bpic.net/free-photo/hands-gardener-orange-gloves-are-trimming-overgrown-green-shrub-using-hedge-shears-sunny-backyard-worker-landscaping-garden-close-up_639032-841.jpg?_wi=2", imageAlt: "Professional shrub and hedge trimming" }, { id: 6, @@ -126,11 +126,11 @@ export default function LandingPage() { }, { id: 9, - title: "Yard Clean-Up", description: "Seasonal or one-time clean-ups: debris removal, leaf clean-up, overgrowth clearing.", imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500829.jpg", imageAlt: "Yard cleanup and debris removal" + title: "Yard Clean-Up", description: "Seasonal or one-time clean-ups: debris removal, leaf clean-up, overgrowth clearing.", imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500829.jpg?_wi=2", imageAlt: "Yard cleanup and debris removal" }, { id: 10, - title: "Topsoil & Drainage Work", description: "Grade and amend soil to improve drainage and support healthy plant growth.", imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500829.jpg", imageAlt: "Topsoil and drainage work" + title: "Topsoil & Drainage Work", description: "Grade and amend soil to improve drainage and support healthy plant growth.", imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500829.jpg?_wi=3", imageAlt: "Topsoil and drainage work" } ]} /> @@ -225,7 +225,7 @@ export default function LandingPage() { mediaPosition="left" inputPlaceholder="Enter your email" buttonText="Request My Free Estimate →" - imageSrc="http://img.b2bpic.net/free-photo/winding-pathway-with-grass-sides_1137-208.jpg" + imageSrc="http://img.b2bpic.net/free-photo/winding-pathway-with-grass-sides_1137-208.jpg?_wi=2" imageAlt="Beautiful landscaped yard" /> -- 2.49.1