From 83cb9f6739025b16382f608f16ea5dd58367b9a6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 02:52:17 +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 42a0f1c..74f14c2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,11 +81,11 @@ export default function LandingPage() { ]} kpiItems={[ { - title: "Google Rating", subtitle: "Overall", category: "Rating", value: "4.8"}, + subtitle: "Overall", category: "Rating", value: "4.8"}, { - title: "Customer Reviews", subtitle: "Positive Feedback", category: "Count", value: "80+"}, + subtitle: "Positive Feedback", category: "Count", value: "80+"}, { - title: "Years Serving", subtitle: "Experience", category: "Experience", value: "5+"}, + subtitle: "Experience", 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