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() {