diff --git a/src/app/page.tsx b/src/app/page.tsx index e97c5ca..38f19c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,9 +68,9 @@ export default function LandingPage() { useInvertedBackground={false} title="Design Principles" metrics={[ - { id: "1", icon: Award, label: "Awards", value: "12" }, - { id: "2", icon: Clock, label: "Years", value: "10" }, - { id: "3", icon: Globe, label: "Countries", value: "24" } + { icon: Award, label: "Awards", value: "12" }, + { icon: Clock, label: "Years", value: "10" }, + { icon: Globe, label: "Countries", value: "24" } ]} metricsAnimation="opacity" />