From 51fe93ddf75b589d7ca099bd7813dfeb8111d85f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 23:28:57 +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 fa93053..c688d78 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,7 +71,7 @@ export default function LandingPage() { tag="Services" features={[ { - title: "Garden Maintenance", description: "Regular lawn care, hedge trimming, seasonal plantings, and garden upkeep to keep your outdoor space pristine year-round.", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-shirt_1157-41448.jpg", imageAlt: "Garden maintenance service", buttonIcon: Leaf, + title: "Garden Maintenance", description: "Regular lawn care, hedge trimming, seasonal plantings, and garden upkeep to keep your outdoor space pristine year-round.", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-shirt_1157-41448.jpg?_wi=1", imageAlt: "Garden maintenance service", buttonIcon: Leaf, }, { title: "Hard Landscaping", description: "Professional installation of patios, pathways, retaining walls, and garden structures using quality materials and expert craftsmanship.", imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg", imageAlt: "Hard landscaping and patio design", buttonIcon: Hammer, @@ -80,7 +80,7 @@ export default function LandingPage() { title: "Garden Design", description: "Custom landscape designs that blend aesthetics with functionality, creating outdoor spaces that enhance your property value.", imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-bench-near-green-plants_250224-381.jpg", imageAlt: "Garden design consultation", buttonIcon: Lightbulb, }, { - title: "Seasonal Care", description: "Spring cleanup, autumn maintenance, winter preparations, and ongoing seasonal services to keep your garden thriving.", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-shirt_1157-41448.jpg", imageAlt: "Seasonal landscaping care", buttonIcon: Cloud, + title: "Seasonal Care", description: "Spring cleanup, autumn maintenance, winter preparations, and ongoing seasonal services to keep your garden thriving.", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-shirt_1157-41448.jpg?_wi=2", imageAlt: "Seasonal landscaping care", buttonIcon: Cloud, }, ]} textboxLayout="default" @@ -92,9 +92,9 @@ export default function LandingPage() {