From 5cda076a483d7de764d55733015c7e56a522b0c0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 14:33:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c757530..a530696 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,6 +52,10 @@ export default function LandingPage() { variant: "gradient-bars"}} title="Top-Tier Home Maintenance, Powered by Passion." description="We specialize in professional, dynamic home solutions. From landscaping to repairs, we ensure your living space is always thriving, delivered with expert care." + buttons={[ + { text: "Book a Service", href: "#contact" }, + { text: "Contact Team", href: "#contact" } + ]} kpis={[ { value: "100+", label: "Projects Done"}, @@ -238,4 +242,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1