From ce7806b9bc8233841016a19d61d3efbac8b574d3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 05:39:54 +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 2cb26a9..327fa71 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -132,13 +132,13 @@ export default function LandingPage() { ]} kpiItems={[ { - value: "5.0", title: "Star Rating" + value: "5.0", description: "Star Rating" }, { - value: "33+", title: "Happy Reviews" + value: "33+", description: "Happy Reviews" }, { - value: "10", title: "Years in Business" + value: "10", description: "Years in Business" }, ]} title="What Our Clients Say"