diff --git a/src/app/page.tsx b/src/app/page.tsx index 27cf781..67b1bb3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -112,11 +112,11 @@ export default function LandingPage() { ]} kpiItems={[ { - title: "Years Serving", value: "5+"}, + id: "kpi-1", icon: Star, description: "Years Serving", value: "5+"}, { - title: "Happy Customers", value: "10k+"}, + id: "kpi-2", icon: Users, description: "Happy Customers", value: "10k+"}, { - title: "Chaat Varieties", value: "20+"}, + id: "kpi-3", icon: Star, description: "Chaat Varieties", value: "20+"}, ]} title="What Our Customers Say" description="Hear from our happy patrons about their favorite experiences at Smack Shack. Their smiles are our greatest reward!"