From 3c9a5cfd7680003eee89efa9ff52c1beaecccf36 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 00:21:04 +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 edfb440..1331123 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, 4.9, 4.9], description: "Customer Satisfaction" }, + { title: "Reviews", values: [24, 24, 24], description: "Verified Homeowners" }, + { title: "Years", values: [15, 15, 15], description: "Local Experience" } ], chartTitle: "Service Quality", chartData: [ { value: 95 }, -- 2.49.1