From bd1798ecd535f65a7f9c7ca4ebda5d85d75a71b8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 17:03:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" /> -- 2.49.1