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 } ]} />