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