From ba70364bb8ee449e744bb864a95c94659168f64d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 09:38:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ac2156c..38a1860 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,11 +55,11 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg", imageAlt: "Beautiful landscaped Houston property with modern patio" }, - { imageSrc: "http://img.b2bpic.net/free-photo/focused-man-wearing-apron-growing-plants-garden-cutting-branches-view-through-glasses-gardening-job-concept_74855-12791.jpg", imageAlt: "Professional lawn care and maintenance service" }, + { imageSrc: "http://img.b2bpic.net/free-photo/focused-man-wearing-apron-growing-plants-garden-cutting-branches-view-through-glasses-gardening-job-concept_74855-12791.jpg?_wi=1", imageAlt: "Professional lawn care and maintenance service" }, { imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22886.jpg", imageAlt: "Expert tree trimming and arborist services" }, { imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-sitting-cement-seat-urban-park_23-2148328850.jpg", imageAlt: "Custom landscape design and outdoor living spaces" }, { imageSrc: "http://img.b2bpic.net/free-photo/people-helping-neighbors-with-grass-lawn_23-2149139745.jpg", imageAlt: "Overgrown garden before professional landscaping" }, - { imageSrc: "http://img.b2bpic.net/free-photo/gardener_23-2148013417.jpg", imageAlt: "Stunning transformed garden after landscaping" }, + { imageSrc: "http://img.b2bpic.net/free-photo/gardener_23-2148013417.jpg?_wi=1", imageAlt: "Stunning transformed garden after landscaping" }, { imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-woman-doing-exercises-with-bamboo-stick_23-2147791931.jpg", imageAlt: "Overgrown trees before professional trimming" } ]} ariaLabel="C&L Landscaping hero section with portfolio carousel" @@ -119,13 +119,13 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Garden Renovation Project", price: "See Transformation", imageSrc: "http://img.b2bpic.net/free-photo/gardener_23-2148013417.jpg", imageAlt: "Complete garden renovation with modern landscaping", initialQuantity: 1 + id: "1", name: "Garden Renovation Project", price: "See Transformation", imageSrc: "http://img.b2bpic.net/free-photo/gardener_23-2148013417.jpg?_wi=2", imageAlt: "Complete garden renovation with modern landscaping", initialQuantity: 1 }, { id: "2", name: "Tree Service & Trimming", price: "Professional Results", imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500817.jpg", imageAlt: "Expert tree trimming showing healthy canopy", initialQuantity: 1 }, { - id: "3", name: "Lawn Restoration", price: "Lush & Healthy", imageSrc: "http://img.b2bpic.net/free-photo/focused-man-wearing-apron-growing-plants-garden-cutting-branches-view-through-glasses-gardening-job-concept_74855-12791.jpg", imageAlt: "Beautiful green lawn after professional maintenance", initialQuantity: 1 + id: "3", name: "Lawn Restoration", price: "Lush & Healthy", imageSrc: "http://img.b2bpic.net/free-photo/focused-man-wearing-apron-growing-plants-garden-cutting-branches-view-through-glasses-gardening-job-concept_74855-12791.jpg?_wi=2", imageAlt: "Beautiful green lawn after professional maintenance", initialQuantity: 1 } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1