From 5f8509f4f91032b3af6597d73a95efb7dffc77b4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 17:25: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 a744ff8..a88c0a0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -114,11 +114,11 @@ export default function LandingPage() { ]} kpiItems={[ { - description: "Served Annually", value: "10K+"}, + label: "Served Annually", value: "10K+"}, { - description: "In Modern European Dining", value: "15"}, + label: "In Modern European Dining", value: "15"}, { - description: "Across Platforms", value: "4.9"}, + label: "Across Platforms", value: "4.9"}, ]} title="What Our Guests Say" description="Hear from our delighted customers who've experienced the magic of Gastronomy Haven." -- 2.49.1