From f76c3924f5c95611eda333e342678382678d02e3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 12:56:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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!" -- 2.49.1