diff --git a/src/app/page.tsx b/src/app/page.tsx index a9d807d..1c82d1c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -189,21 +189,21 @@ export default function LandingPage() { ]} kpiItems={[ { - id: "kpi-1", + value: "95%", title: "5-Star Ratings", description: "Consistently excellent reviews from our valued guests.", icon: Star, }, { - id: "kpi-2", + value: "5000+", title: "Happy Diners", description: "Thousands of satisfied customers enjoying our cuisine.", icon: Users, }, { - id: "kpi-3", + value: "10+", title: "Years Serving", description: "A decade of culinary excellence and unforgettable experiences.",