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 },