From b5f743c8540cfc9567cf0459617f6626373ac463 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 12:17:58 +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 0095218..5fad727 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -122,13 +122,13 @@ export default function LandingPage() { ]} kpiItems={[ { - value: "500+", description: "Consistent Demand" + value: "500+" }, { - value: "25", description: "Culinary Heritage" + value: "25" }, { - value: "3", description: "Awarded Excellence" + value: "3" } ]} title="What Our Guests Say" -- 2.49.1