From e96e44c8b5cc0a89d3ab5e535dd5d86962f9a0a0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 00:31:49 +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 0bde4ca..c5e6dee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,10 +53,10 @@ export default function LandingPage() { ]} carouselItems={[ { id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41432.jpg", imageAlt: "beautiful fresh striped lawn professional crew" }, - { id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-working-garden_23-2147714891.jpg", imageAlt: "professional lawn service team outdoor" }, - { id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-gardener-pruning-plants-garden_23-2148165258.jpg", imageAlt: "lawn mowing service professional equipment" }, - { id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-leaves-umbrella-with-copy-space_23-2148647619.jpg", imageAlt: "fall leaf cleanup removal service" }, - { id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27362.jpg", imageAlt: "yard cleanup service overgrown property" }, + { id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-working-garden_23-2147714891.jpg?_wi=1", imageAlt: "professional lawn service team outdoor" }, + { id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-gardener-pruning-plants-garden_23-2148165258.jpg?_wi=1", imageAlt: "lawn mowing service professional equipment" }, + { id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-leaves-umbrella-with-copy-space_23-2148647619.jpg?_wi=1", imageAlt: "fall leaf cleanup removal service" }, + { id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27362.jpg?_wi=1", imageAlt: "yard cleanup service overgrown property" }, { id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14472.jpg", imageAlt: "before after lawn transformation residential" } ]} autoPlay={true} @@ -68,7 +68,7 @@ export default function LandingPage() { @@ -83,15 +83,15 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Weekly Service", title: "Lawn Mowing & Maintenance", subtitle: "Professional mowing and edging", description: "Keep your yard perfectly maintained with professional mowing and edging. Services include weekly or bi-weekly mowing, edging and trimming, grass clipping cleanup, and lawn health maintenance.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-gardener-pruning-plants-garden_23-2148165258.jpg", imageAlt: "lawn mowing service professional equipment" + tag: "Weekly Service", title: "Lawn Mowing & Maintenance", subtitle: "Professional mowing and edging", description: "Keep your yard perfectly maintained with professional mowing and edging. Services include weekly or bi-weekly mowing, edging and trimming, grass clipping cleanup, and lawn health maintenance.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-gardener-pruning-plants-garden_23-2148165258.jpg?_wi=2", imageAlt: "lawn mowing service professional equipment" }, { id: 2, - tag: "Seasonal", title: "Leaf Removal & Fall Cleanup", subtitle: "Heavy leaves removal service", description: "Heavy leaves can damage your lawn and make your yard look messy. Our crew quickly removes large leaf piles, yard debris, and seasonal buildup, leaving your property clean and ready for winter.", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-leaves-umbrella-with-copy-space_23-2148647619.jpg", imageAlt: "fall leaf cleanup removal service" + tag: "Seasonal", title: "Leaf Removal & Fall Cleanup", subtitle: "Heavy leaves removal service", description: "Heavy leaves can damage your lawn and make your yard look messy. Our crew quickly removes large leaf piles, yard debris, and seasonal buildup, leaving your property clean and ready for winter.", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-leaves-umbrella-with-copy-space_23-2148647619.jpg?_wi=2", imageAlt: "fall leaf cleanup removal service" }, { id: 3, - tag: "On-Demand", title: "Yard Cleanup & Property Maintenance", subtitle: "Fast property cleanup service", description: "Need your property cleaned up fast? We handle overgrown yards, storm cleanup, brush removal, and seasonal yard maintenance. Our team tackles any outdoor project with professionalism and efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27362.jpg", imageAlt: "yard cleanup service overgrown property" + tag: "On-Demand", title: "Yard Cleanup & Property Maintenance", subtitle: "Fast property cleanup service", description: "Need your property cleaned up fast? We handle overgrown yards, storm cleanup, brush removal, and seasonal yard maintenance. Our team tackles any outdoor project with professionalism and efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27362.jpg?_wi=2", imageAlt: "yard cleanup service overgrown property" } ]} /> -- 2.49.1