From af3e735438f7efb62007a5af7e4afd2f48924e87 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 19:30:34 +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 54472e4..d1858c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -146,11 +146,11 @@ export default function LandingPage() { ]} kpiItems={[ { - id: "kpi-1", icon: Star, title: "Average Rating", value: "5 Stars"}, + icon: Star, title: "Average Rating", value: "5 Stars"}, { - id: "kpi-2", icon: Users, title: "Happy Customers", value: "10,000+"}, + icon: Users, title: "Happy Customers", value: "10,000+"}, { - id: "kpi-3", icon: Award, title: "Industry Awards", value: "Featured"}, + 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