From 9efb414505565f584d703fce0d7303b908947db9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 12:37:17 +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 a9d807d..1c82d1c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -189,21 +189,21 @@ export default function LandingPage() { ]} kpiItems={[ { - id: "kpi-1", + value: "95%", title: "5-Star Ratings", description: "Consistently excellent reviews from our valued guests.", icon: Star, }, { - id: "kpi-2", + value: "5000+", title: "Happy Diners", description: "Thousands of satisfied customers enjoying our cuisine.", icon: Users, }, { - id: "kpi-3", + value: "10+", title: "Years Serving", description: "A decade of culinary excellence and unforgettable experiences.", -- 2.49.1