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"