From 18c041f2915739d643e9b965c62db51abd4c4262 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 19:30:04 +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 f945ca6..54472e4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -146,11 +146,11 @@ export default function LandingPage() { ]} kpiItems={[ { - description: "Average Rating", value: "5 Stars"}, + id: "kpi-1", icon: Star, title: "Average Rating", value: "5 Stars"}, { - description: "Happy Customers", value: "10,000+"}, + id: "kpi-2", icon: Users, title: "Happy Customers", value: "10,000+"}, { - description: "Industry Awards", value: "Featured"}, + id: "kpi-3", icon: Award, title: "Industry Awards", value: "Featured"}, ]} title="Rave Reviews from Our Cherished Guests" description="Hear what makes our gelato a truly unforgettable delight for our loyal customers. Their smiles are our greatest reward." -- 2.49.1