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"