From 873d7c03aeb54cbeb47ec8e75d21357f787fbeaf Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 07:34:47 +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 89d0186..b093988 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -107,9 +107,9 @@ export default function LandingPage() { description="Voices from our community." testimonials={[]} kpiItems={[ - { value: "5 Star", description: "Service Rating", icon: Star }, - { value: "100+", description: "Daily Guests", icon: Star }, - { value: "10 Years", description: "Tradition", icon: Star } + { value: "5 Star", label: "Service Rating", icon: Star }, + { value: "100+", label: "Daily Guests", icon: Star }, + { value: "10 Years", label: "Tradition", icon: Star } ]} /> -- 2.49.1