diff --git a/src/app/page.tsx b/src/app/page.tsx index a7f8be3..a31199a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -154,13 +154,13 @@ export default function LandingPage() { ]} kpiItems={[ { - value: "5/5", description: "Customer Rating" + value: "5/5", title: "Customer Rating" }, { - value: "10K+", description: "Happy Visitors" + value: "10K+", title: "Happy Visitors" }, { - value: "Top 3", description: "Local Desserts" + value: "Top 3", title: "Local Desserts" } ]} title="What Our Guests Say"