From c77944ccb3b3bc22efc8a48520c0948052687fb6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 02:55:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) 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"], -- 2.49.1