From 2a1a0dbd6e6be9946229d4d42ba4216b290bf8d6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 05:22:07 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 50 +++++++++++------------------------------- 1 file changed, 13 insertions(+), 37 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8cae09d..8587af9 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -49,18 +49,15 @@ export default function AboutPage() { description="Evo Lifts is dedicated to creating premium gym apparel for lifters who demand more from their training gear. We focus on performance, durability, and clean minimalist style. Every piece is engineered for strength athletes who refuse to compromise on quality or aesthetics." metrics={[ { - value: "100%", - title: "Premium Quality Materials", - }, + value: "100%", title: "Premium Quality Materials"}, { - value: "10K+", - title: "Elite Athletes Worldwide", - }, + value: "10K+", title: "Elite Athletes Worldwide"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/vietnamese-strategy-presentation-teamwork-aged_1262-2156.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/vietnamese-strategy-presentation-teamwork-aged_1262-2156.jpg" imageAlt="Evo Lifts community of athletes" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -69,32 +66,14 @@ export default function AboutPage() {