From 444062de4c8b12f98ad0d5dcebce558518a65d9c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:53:59 +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 32f1478..1441e23 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -104,6 +104,9 @@ export default function HomePage() { description="We believe in clear communication, honest recommendations, reasonable pricing, and experience with all common mower brands. Every repair is backed by our commitment to quality and customer satisfaction." textboxLayout="default" useInvertedBackground={false} + buttons={[ + { text: "View Our Services", href: "/services" } + ]} bulletPoints={[ { title: "Clear Communication", description: "We explain every repair and maintenance need in plain language so you understand what's happening with your mower.", icon: MessageSquare }, { title: "Honest Recommendations", description: "We only recommend repairs that are truly necessary, with no pressure for unnecessary work.", icon: CheckCircle }, -- 2.49.1