From 083d82a9a2e822bc662bc9c2212f29326024f824 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 00:19:32 +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 0c9748e..edfb440 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,9 +64,9 @@ export default function LandingPage() { { icon: Home, active: false } ], stats: [ - { title: "Rating", values: ["4.9"], description: "Customer Satisfaction" }, - { title: "Reviews", values: ["24"], description: "Verified Homeowners" }, - { title: "Years", values: ["15+"], description: "Local Experience" } + { title: "Rating", values: [4.9], description: "Customer Satisfaction" }, + { title: "Reviews", values: [24], description: "Verified Homeowners" }, + { title: "Years", values: [15], description: "Local Experience" } ], chartTitle: "Service Quality", chartData: [ { value: 95 }, -- 2.49.1