From c155ec1453f884012c1c270e89b829ec595115c5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 13:57:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 91ac484..c623060 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -130,11 +130,11 @@ export default function LandingPage() { ]} kpiItems={[ { - value: "5.0", title: "Google Rating", description: "Highly rated by local clients."}, + value: "5.0", description: "Highly rated by local clients."}, { - value: "Local", title: "Trusted Service", description: "Proudly serving Waxhaw, NC."}, + value: "Local", description: "Proudly serving Waxhaw, NC."}, { - value: "Personalized", title: "Hands-on Support", description: "Tailored solutions for every home."}, + value: "Personalized", description: "Tailored solutions for every home."}, ]} title="Trusted by Homeowners Who Want Peace of Mind" description="Hear from our happy clients about how we've transformed their homes and lives." -- 2.49.1