diff --git a/src/app/page.tsx b/src/app/page.tsx index c62d82a..f7e630a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,9 +62,9 @@ export default function LandingPage() { useInvertedBackground={true} title="Premier Hospitality Hub" metrics={[ - { id: "m1", icon: Utensils, label: "Restaurant", value: "Pure Veg" }, - { id: "m2", icon: Users, label: "Banquet", value: "600+" }, - { id: "m3", icon: Building2, label: "Rooms", value: "Gold/Titanium" } + { icon: Utensils, label: "Restaurant", value: "Pure Veg" }, + { icon: Users, label: "Banquet", value: "600+" }, + { icon: Building2, label: "Rooms", value: "Gold/Titanium" } ]} metricsAnimation="slide-up" />