From 43195e941315e8914c4ea7b283d209a52108f8f1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 02:18:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a75441d..56bb5a5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,11 +84,14 @@ export default function LandingPage() { ]} kpiItems={[ { - value: "⭐ 4.3"}, + label: "Average Rating", value: "⭐ 4.3" + }, { - value: "10+"}, + label: "Years of Service", value: "10+" + }, { - value: "1000+"}, + label: "Happy Customers", value: "1000+" + }, ]} title="Client Satisfaction is Our Priority" description="Hear what our valued customers say about their Beast Barber experience. We're proud to be a trusted local choice." -- 2.49.1