From ff55941e408da6f6053aca836546fa718c826671 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 21:47:45 +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 733b944..4f24019 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,9 +65,9 @@ export default function LandingPage() { { icon: Sparkles, label: "Expert Work" } ], stats: [ - { title: "Customer Rating", values: ["4.8", "4.8", "4.8"], description: "out of 5 stars" }, - { title: "Happy Customers", values: ["20", "50", "100"], valueSuffix: "+", description: "trusted reviews" }, - { title: "Response Time", values: ["24", "12", "2"], valueSuffix: " hrs", description: "emergency availability" } + { title: "Customer Rating", values: [4.8, 4.8, 4.8], description: "out of 5 stars" }, + { title: "Happy Customers", values: [20, 50, 100], valueSuffix: "+", description: "trusted reviews" }, + { title: "Response Time", values: [24, 12, 2], valueSuffix: " hrs", description: "emergency availability" } ], chartTitle: "Service Quality Metrics", chartData: [ { value: 95 }, -- 2.49.1