Update src/app/page.tsx
This commit is contained in:
@@ -50,13 +50,13 @@ export default function HomePage() {
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "98%"
|
||||
value: "98%", label: "Satisfaction"
|
||||
},
|
||||
{
|
||||
value: "500+"
|
||||
value: "500+", label: "Clients"
|
||||
},
|
||||
{
|
||||
value: "10"
|
||||
value: "10", label: "Awards"
|
||||
}
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
|
||||
Reference in New Issue
Block a user