diff --git a/src/app/page.tsx b/src/app/page.tsx index a3cf8a2..df21b16 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,11 +82,11 @@ 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="Transform your outdoor space into a lush, worry-free sanctuary." @@ -195,4 +195,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file