diff --git a/src/app/page.tsx b/src/app/page.tsx index f945ca6..54472e4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -146,11 +146,11 @@ export default function LandingPage() { ]} kpiItems={[ { - description: "Average Rating", value: "5 Stars"}, + id: "kpi-1", icon: Star, title: "Average Rating", value: "5 Stars"}, { - description: "Happy Customers", value: "10,000+"}, + id: "kpi-2", icon: Users, title: "Happy Customers", value: "10,000+"}, { - description: "Industry Awards", value: "Featured"}, + id: "kpi-3", icon: Award, title: "Industry Awards", value: "Featured"}, ]} title="Rave Reviews from Our Cherished Guests" description="Hear what makes our gelato a truly unforgettable delight for our loyal customers. Their smiles are our greatest reward."