diff --git a/src/app/page.tsx b/src/app/page.tsx index aaa04fe..746f19b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -284,17 +284,17 @@ export default function LandingPage() { kpiItems={[ { value: "4.7", - title: "Star Rating", + icon: Star, }, { value: "339", - title: "Total Reviews", + icon: Users, }, { value: "95%", - title: "Customer Satisfaction", + icon: Smile, }, ]}