diff --git a/src/app/page.tsx b/src/app/page.tsx index 67b1bb3..f7851d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -112,11 +112,11 @@ export default function LandingPage() { ]} kpiItems={[ { - id: "kpi-1", icon: Star, description: "Years Serving", value: "5+"}, + icon: Star, description: "Years Serving", value: "5+"}, { - id: "kpi-2", icon: Users, description: "Happy Customers", value: "10k+"}, + icon: Users, description: "Happy Customers", value: "10k+"}, { - id: "kpi-3", icon: Star, description: "Chaat Varieties", value: "20+"}, + 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!"