From 75479ee340a8c556595ce125f9b3135d11a0e784 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 15:21:13 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"] }, ]} /> -- 2.49.1