Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 27860599da | |||
| 652fb6ccde | |||
| 8ea4c8d696 | |||
| a05447f6e9 |
@@ -82,14 +82,14 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
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"
|
title="Our Professional Services"
|
||||||
description="Comprehensive landscaping solutions for every season."
|
description="Transform your outdoor space into a lush, worry-free sanctuary."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user