From 5006b5aae95dfa17cc861a66d6f3ab560eb71f87 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 17:24:33 +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 d99e8f0..a744ff8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -114,11 +114,11 @@ export default function LandingPage() { ]} kpiItems={[ { - title: "Happy Guests", subtitle: "Served Annually", category: "Customer Satisfaction", value: "10K+"}, + description: "Served Annually", value: "10K+"}, { - title: "Years of Excellence", subtitle: "In Modern European Dining", category: "Experience", value: "15"}, + description: "In Modern European Dining", value: "15"}, { - title: "Star Rating", subtitle: "Across Platforms", category: "Quality", value: "4.9"}, + description: "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