From b6cf66e2250570fd5ade7882eac9212a531a9a36 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 12:13:01 +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 635e5b2..adefa07 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -178,7 +178,7 @@ export default function LandingPage() { ]} kpiItems={[ { - id: "kpi-1", + title: "Reservations Monthly", value: "500+", items: [ @@ -186,7 +186,7 @@ export default function LandingPage() { ], }, { - id: "kpi-2", + title: "Years of Tradition", value: "25", items: [ @@ -194,7 +194,7 @@ export default function LandingPage() { ], }, { - id: "kpi-3", + title: "Michelin Stars", value: "3", items: [ -- 2.49.1