From aacab4f8a0b659e5dd278a74fe6015d68f8bef62 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 12:58:11 +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 f7851d4..b5820cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -112,11 +112,11 @@ export default function LandingPage() { ]} kpiItems={[ { - icon: Star, description: "Years Serving", value: "5+"}, + description: "Years Serving", value: "5+"}, { - icon: Users, description: "Happy Customers", value: "10k+"}, + description: "Happy Customers", value: "10k+"}, { - icon: Star, description: "Chaat Varieties", value: "20+"}, + 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