diff --git a/src/app/page.tsx b/src/app/page.tsx index 0b73294..ad1da27 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -171,13 +171,13 @@ export default function LandingPage() { ]} kpiItems={[ { - value: "4.7", description: "Star Rating", icon: Star + value: "4.7", title: "Star Rating", icon: Star }, { - value: "339", description: "Total Reviews", icon: Users + value: "339", title: "Total Reviews", icon: Users }, { - value: "95%", description: "Customer Satisfaction", icon: Smile + value: "95%", title: "Customer Satisfaction", icon: Smile }, ]} title="What Our Guests Are Saying"