4 Commits

Author SHA1 Message Date
27860599da Update src/app/page.tsx 2026-04-27 14:26:56 +00:00
652fb6ccde Merge version_3 into main
Merge version_3 into main
2026-04-27 14:23:59 +00:00
8ea4c8d696 Update src/app/page.tsx 2026-04-27 14:23:56 +00:00
a05447f6e9 Merge version_2 into main
Merge version_2 into main
2026-04-27 14:22:59 +00:00

View File

@@ -82,14 +82,14 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "s1", title: "Lawn Maintenance", description: "Weekly mowing, edging, and seasonal aeration.", tag: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-working-with-weedwacker_329181-20603.jpg", imageAlt: "lawn mowing service"},
id: "s1", title: "Lawn Maintenance", description: "Weekly mowing, edging, and seasonal aeration.", tag: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-working-with-weedwacker_329181-20603.jpg", imageAlt: "lawn mowing service", buttons: [{ text: "View Details", href: "#contact" }]},
{
id: "s2", title: "Garden Design", description: "Custom plant selection and layout planning.", tag: "New", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-empty-park-with-blooming-green-trees-walls_181624-19632.jpg", imageAlt: "garden design landscape"},
id: "s2", title: "Garden Design", description: "Custom plant selection and layout planning.", tag: "New", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-empty-park-with-blooming-green-trees-walls_181624-19632.jpg", imageAlt: "garden design landscape", buttons: [{ text: "Book Now", href: "#contact" }]},
{
id: "s3", title: "Tree Trimming", description: "Expert pruning to promote healthy growth.", tag: "Essential", imageSrc: "http://img.b2bpic.net/free-photo/gardener-garden-with-hut-cuts-tree-with-hedgehogs-against-sky_169016-10257.jpg", imageAlt: "tree trimming and maintenance"},
id: "s3", title: "Tree Trimming", description: "Expert pruning to promote healthy growth.", tag: "Essential", imageSrc: "http://img.b2bpic.net/free-photo/gardener-garden-with-hut-cuts-tree-with-hedgehogs-against-sky_169016-10257.jpg", imageAlt: "tree trimming and maintenance", buttons: [{ text: "View Details", href: "#contact" }]},
]}
title="Our Professional Services"
description="Comprehensive landscaping solutions for every season."
description="Transform your outdoor space into a lush, worry-free sanctuary."
/>
</div>