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."