From fb1f7d9593bbf43354b03daae766e2217b7afa19 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 12:21:19 +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 f71e037..19a4744 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -171,11 +171,11 @@ export default function LandingPage() { ]} kpiItems={[ { - value: "3.4", title: "Average Rating", description: "Based on 8 reviews"}, + value: "3.4", description: "Average Rating"}, { - value: "15+", title: "Years Experience", description: "Serving the Hugo community"}, + value: "15+", description: "Years Experience"}, { - value: "500+", title: "Projects Completed", description: "Satisfied customers served"}, + value: "500+", description: "Projects Completed"}, ]} title="What Our Customers Say" description="We're proud of the positive feedback from our satisfied clients. Their trust drives our commitment to excellence and prompt service." -- 2.49.1