From b0191988cefb7e8668f69f7a939c87e946b4847b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 00:04:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ddba889..cf8a654 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,9 +89,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { title: "Lawn Care", description: "Routine mowing, aeration, and fertilization programs to keep your turf dense, green, and healthy throughout the season.", bentoComponent: { bentoComponent: "reveal-icon", icon: Sparkles }, imageSrc: "http://img.b2bpic.net/free-photo/busy-man-using-weedwacker-garden_329181-20572.jpg", imageAlt: "lawn mowing service residential grass" }, - { title: "Tree Trimming", description: "Certified pruning and crown reduction to ensure safety and aesthetic health for all types of ornamental and shade trees.", bentoComponent: { bentoComponent: "reveal-icon", icon: Shield }, imageSrc: "http://img.b2bpic.net/free-photo/darkhaired-man-using-portable-powered-leaf-blower-blow-beveled-leaves-from-footpath-back-yard_7502-10567.jpg", imageAlt: "lawn mowing service residential grass" }, - { title: "Landscaping", description: "Custom hardscaping and flower bed design that complements your home architecture and local soil conditions.", bentoComponent: { bentoComponent: "reveal-icon", icon: Zap }, imageSrc: "http://img.b2bpic.net/free-photo/smiling-brunet-male-gardener-cutting-overgrown-bush-by-hedge-trimmer-sunny-day-front-view-hard_7502-10573.jpg", imageAlt: "lawn mowing service residential grass" } + { title: "Lawn Care", description: "Routine mowing, aeration, and fertilization programs to keep your turf dense, green, and healthy throughout the season.", bentoComponent: { icon: Sparkles }, imageSrc: "http://img.b2bpic.net/free-photo/busy-man-using-weedwacker-garden_329181-20572.jpg", imageAlt: "lawn mowing service residential grass" }, + { title: "Tree Trimming", description: "Certified pruning and crown reduction to ensure safety and aesthetic health for all types of ornamental and shade trees.", bentoComponent: { icon: Shield }, imageSrc: "http://img.b2bpic.net/free-photo/darkhaired-man-using-portable-powered-leaf-blower-blow-beveled-leaves-from-footpath-back-yard_7502-10567.jpg", imageAlt: "lawn mowing service residential grass" }, + { title: "Landscaping", description: "Custom hardscaping and flower bed design that complements your home architecture and local soil conditions.", bentoComponent: { icon: Zap }, imageSrc: "http://img.b2bpic.net/free-photo/smiling-brunet-male-gardener-cutting-overgrown-bush-by-hedge-trimmer-sunny-day-front-view-hard_7502-10573.jpg", imageAlt: "lawn mowing service residential grass" } ]} title="Our Professional Services" description="We offer full-cycle landscaping services to ensure your property looks its best year-round." -- 2.49.1