From fe3d7bb13c0ad3a396b1777bf47008df833c209e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 02:55:11 +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 74f14c2..faf61e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,11 +81,11 @@ export default function LandingPage() { ]} kpiItems={[ { - subtitle: "Overall", category: "Rating", value: "4.8"}, + category: "Rating", value: "4.8"}, { - subtitle: "Positive Feedback", category: "Count", value: "80+"}, + category: "Count", value: "80+"}, { - subtitle: "Experience", category: "Experience", value: "5+"}, + category: "Experience", value: "5+"}, ]} title="Loved by locals & expats" description={`Hear what our amazing customers have to say about their TASTELAB experience. "One of the best coffee spots in Phnom Penh — great vibe and quality coffee." - Sarah J.`} -- 2.49.1