From 3a2c518a1cd18321bb511cdc5b7b2ae30aafa7de Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 05:12:26 +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 a4ed9e1..c9b1fab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -225,15 +225,15 @@ export default function LandingPage() { kpiItems={[ { value: "5.0", - title: "Average Rating", + description: "Average Rating", }, { value: "200+", - title: "Daily Visitors", + description: "Daily Visitors", }, { value: "#1", - title: "Local Favorite", + description: "Local Favorite", }, ]} title="What Our Locals Say" -- 2.49.1