diff --git a/src/app/page.tsx b/src/app/page.tsx index a9084dd..9702eb4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -145,13 +145,13 @@ export default function LandingPage() { ]} kpiItems={[ { - title: "Average Rating", value: "4.9", icon: Star + description: "Average Rating", value: "4.9", icon: Star }, { - title: "Happy Guests", value: "10K+", icon: Users + description: "Happy Guests", value: "10K+", icon: Users }, { - title: "Awarded", value: "2023 Best Restobar", icon: Award + description: "Awarded", value: "2023 Best Restobar", icon: Award } ]} title="What Our Guests Say"