From 7dadb851d27db216ebc350bfea12d41ed68698f2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 18:57:29 +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 85c3bde..48e028a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,9 +100,9 @@ export default function LandingPage() { title="Our Brand Values" description="VOXE is committed to sustainability, inclusivity, and uncompromising craftsmanship. We believe fashion is a story that should be worn with pride by everyone." metrics={[ - { id: "m1", value: "100%", description: "Ethical" }, - { id: "m2", value: "Global", description: "Inclusive" }, - { id: "m3", value: "Timeless", description: "Design" } + { value: "100%", title: "Ethical" }, + { value: "Global", title: "Inclusive" }, + { value: "Timeless", title: "Design" } ]} imageSrc="http://img.b2bpic.net/free-photo/close-up-fashion-fabric-textiles_125540-1700.jpg" mediaAnimation="blur-reveal" -- 2.49.1