diff --git a/src/app/page.tsx b/src/app/page.tsx index 882d374..7d421c7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,6 +86,9 @@ export default function LandingPage() { tag="Services" tagIcon={Sparkles} tagAnimation="slide-up" + buttons={[ + { text: "Browse All Services", href: "#services" } + ]} features={[ { id: "mowing", title: "Lawn Mowing & Maintenance", author: "Professional Care", description: "Regular maintenance keeps your lawn looking pristine year-round. From weekly cuts to seasonal adjustments, we've got your yard covered.", tags: ["Weekly Service", "Seasonal"],