Update src/app/testimonials/page.tsx

This commit is contained in:
2026-06-10 20:47:45 +00:00
parent 120ad035a4
commit 9f4576b106

View File

@@ -95,9 +95,9 @@ export default function TestimonialsPage() {
} }
]} ]}
kpiItems={[ kpiItems={[
{ value: "500+", description: "Satisfied Clients" }, { value: "500+", label: "Satisfied Clients" },
{ value: "4.9", description: "Average Rating" }, { value: "4.9", label: "Average Rating" },
{ value: "100+", description: "Case Studies" } { value: "100+", label: "Case Studies" }
]} ]}
title="What Our Clients Say" title="What Our Clients Say"
description="Hear from our satisfied partners about the impact of Smart QHSE Systems." description="Hear from our satisfied partners about the impact of Smart QHSE Systems."