From 27e9ad9e51ad2e3e4457b6c3005c98f451b7161c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 12:22:54 +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 6235bbc..8e53c8e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -171,11 +171,14 @@ export default function LandingPage() { ]} kpiItems={[ { - value: "3.4"}, + id: "kpi1", value: "3.4", label: "Average Rating", title: "Average Rating", description: "Based on 8 reviews" + }, { - value: "15+"}, + id: "kpi2", value: "15+", label: "Years Experience", title: "Years Experience", description: "Serving the Hugo community" + }, { - value: "500+"}, + id: "kpi3", value: "500+", label: "Projects Completed", title: "Projects Completed", description: "Satisfied customers served" + } ]} 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