From 8286a13f326b8b8bde6a87289f403b5d8a2b8786 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 21:51:34 +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 b61314b..247e0e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -122,11 +122,11 @@ export default function LandingPage() { ]} kpiItems={[ { - value: "5.0", description: "Star Rating"}, + value: "5.0"}, { - value: "7+", description: "Customer Reviews"}, + value: "7+"}, { - value: "10+", description: "Years Experience"}, + value: "10+"}, ]} title="What Our Valued Customers Say" description="Hear directly from car owners in Sharjah who trust Beauty Village for their automotive needs. Your satisfaction is our driving force." -- 2.49.1