From e5d638b0532f5a8f6b1c136742831a395392b345 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 02:16:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1cdabff..964f7a0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,8 +43,8 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} title="Reliable Landscape Care in Dudley & Beyond" description="Family-owned and committed to excellence. Providing expert weekly lawn care and landscape maintenance for over 12 years." - leftCarouselItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard_1303-22793.jpg", imageAlt: "Lawn Care" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-view-grass-with-dew-drops_1268-21819.jpg", imageAlt: "Green Grass" }]} - rightCarouselItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg", imageAlt: "Garden Pathway" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-gardener-pruning-plants-garden_23-2148165258.jpg", imageAlt: "Trimming" }]} + leftCarouselItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard_1303-22793.jpg?_wi=1", imageAlt: "Lawn Care" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-view-grass-with-dew-drops_1268-21819.jpg", imageAlt: "Green Grass" }]} + rightCarouselItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg?_wi=1", imageAlt: "Garden Pathway" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-gardener-pruning-plants-garden_23-2148165258.jpg?_wi=1", imageAlt: "Trimming" }]} buttons={[{ text: "Get a Free Estimate", href: "#contact" }]} /> @@ -68,9 +68,9 @@ export default function LandingPage() { title="Our Core Services" description="Comprehensive maintenance programs designed to keep your property beautiful throughout the seasons." features={[ - { title: "Weekly Lawn Mowing", description: "Consistent, precision-cut grass to keep your lawn looking sharp all season.", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard_1303-22793.jpg" }, - { title: "Professional Mulching", description: "High-quality mulch application to improve soil health and landscape aesthetics.", imageSrc: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg" }, - { title: "Yard Cleanups", description: "Spring and fall cleanups to clear debris and prepare your yard for the changing weather.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-gardener-pruning-plants-garden_23-2148165258.jpg" } + { title: "Weekly Lawn Mowing", description: "Consistent, precision-cut grass to keep your lawn looking sharp all season.", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard_1303-22793.jpg?_wi=2" }, + { title: "Professional Mulching", description: "High-quality mulch application to improve soil health and landscape aesthetics.", imageSrc: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg?_wi=2" }, + { title: "Yard Cleanups", description: "Spring and fall cleanups to clear debris and prepare your yard for the changing weather.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-gardener-pruning-plants-garden_23-2148165258.jpg?_wi=2" } ]} /> -- 2.49.1