From 759c525e6ee3521cc32dbb264e516ea79f088c9b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 07:23:42 +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 c09df1d..48042e2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,9 +67,9 @@ export default function LandingPage() { { text: "Export Report", href: "#" } ], stats: [ - { title: "Project Mandates", values: [70], description: "Enterprise initiatives delivered" }, - { title: "Operational Uptime", values: [99.99], description: "Guaranteed reliability" }, - { title: "Industry Verticals", values: [8], description: "Sectors served" } + { title: "Project Mandates", values: [70, 0, 0], description: "Enterprise initiatives delivered" }, + { title: "Operational Uptime", values: [99, 99, 0], description: "Guaranteed reliability" }, + { title: "Industry Verticals", values: [8, 0, 0], description: "Sectors served" } ], chartTitle: "Performance Trajectory", chartData: [ { value: 65 }, -- 2.49.1