Update src/app/about/page.tsx
This commit is contained in:
@@ -49,11 +49,13 @@ 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="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbTGiR260sEQJEAD6kY9LPAHv2/uploaded-1772861377798-xuqnwc3l.jpg"
|
||||
imageAlt="Evo Lifts community of athletes"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
@@ -67,13 +69,16 @@ export default function AboutPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Marcus Johnson", handle: "@marcuslifts", testimonial: "The quality and minimalist design are unmatched. I've worn Evo Lifts every day at the gym for 6 months and it still looks brand new. Finally found apparel that matches my commitment to excellence.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-athlete-stretching_23-2148259622.jpg?_wi=2", imageAlt: "Marcus Johnson"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbTGiR260sEQJEAD6kY9LPAHv2/uploaded-1772861377797-p8zw3a8e.png", imageAlt: "Marcus Johnson"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sarah Chen", handle: "@sarahstrength", testimonial: "As a strength coach, I recommend Evo Lifts to all my clients. The durability and premium feel make it worth every penny. My athletes love the professional look.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-female-coach-blogger-giving-fitness-advice-her-followers-video_662251-2451.jpg?_wi=2", imageAlt: "Sarah Chen"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbTGiR260sEQJEAD6kY9LPAHv2/uploaded-1772861377797-jh3mwtjz.png", imageAlt: "Sarah Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "David Rodriguez", handle: "@davidtrains", testimonial: "The black and gold aesthetic is fire. I get compliments on my Evo Lifts gear constantly. This is what premium gym apparel should be.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-623.jpg?_wi=2", imageAlt: "David Rodriguez"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbTGiR260sEQJEAD6kY9LPAHv2/uploaded-1772861377798-cyiweuh9.png", imageAlt: "David Rodriguez"
|
||||
},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Athletes Say About Us"
|
||||
|
||||
Reference in New Issue
Block a user