diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a081ee..9eb98b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,9 +60,9 @@ export default function LandingPage() { useInvertedBackground={true} title="A peaceful escape in Kuwait" metrics={[ - { id: "m1", icon: Coffee, label: "Signature Brews", value: "15+" }, - { id: "m2", icon: MapPin, label: "Locations", value: "1" }, - { id: "m3", icon: Clock, label: "Daily Hours", value: "16h" } + { icon: Coffee, label: "Signature Brews", value: "15+" }, + { icon: MapPin, label: "Locations", value: "1" }, + { icon: Clock, label: "Daily Hours", value: "16h" } ]} metricsAnimation="slide-up" />