diff --git a/src/app/page.tsx b/src/app/page.tsx index 54472e4..d1858c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -146,11 +146,11 @@ export default function LandingPage() { ]} kpiItems={[ { - id: "kpi-1", icon: Star, title: "Average Rating", value: "5 Stars"}, + icon: Star, title: "Average Rating", value: "5 Stars"}, { - id: "kpi-2", icon: Users, title: "Happy Customers", value: "10,000+"}, + icon: Users, title: "Happy Customers", value: "10,000+"}, { - id: "kpi-3", icon: Award, title: "Industry Awards", value: "Featured"}, + 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."