Update src/app/page.tsx
This commit is contained in:
@@ -132,13 +132,13 @@ export default function LandingPage() {
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "5.0 Star Rating"
|
||||
value: "5.0 Star Rating", label: "5.0 Star Rating"
|
||||
},
|
||||
{
|
||||
value: "33+ Happy Reviews"
|
||||
value: "33+ Happy Reviews", label: "33+ Happy Reviews"
|
||||
},
|
||||
{
|
||||
value: "10 Years in Business"
|
||||
value: "10 Years in Business", label: "10 Years in Business"
|
||||
},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
|
||||
Reference in New Issue
Block a user