diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ac53fa6..aa3ce09 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -41,8 +41,8 @@ export default function AboutPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { value: "8+", title: "Years Experience", items: ["Strategic design", "Digital growth"] }, - { value: "100+", title: "Projects", items: ["Global brands", "Innovative tech"] }, + { id: "metric-1", value: "8+", title: "Years Experience", items: ["Strategic design", "Digital growth"] }, + { id: "metric-2", value: "100+", title: "Projects", items: ["Global brands", "Innovative tech"] }, ]} />