From 1b16dc05c8d94f83a7a92458942f0adc48103202 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 13:39: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 0b73294..ad1da27 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -171,13 +171,13 @@ export default function LandingPage() { ]} kpiItems={[ { - value: "4.7", description: "Star Rating", icon: Star + value: "4.7", title: "Star Rating", icon: Star }, { - value: "339", description: "Total Reviews", icon: Users + value: "339", title: "Total Reviews", icon: Users }, { - value: "95%", description: "Customer Satisfaction", icon: Smile + value: "95%", title: "Customer Satisfaction", icon: Smile }, ]} title="What Our Guests Are Saying" -- 2.49.1