diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 322161e..7f831a1 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -85,17 +85,11 @@ export default function AboutPage() { tagAnimation="slide-up" testimonials={[ { - id: "team-1", name: "Sarah Mitchell", role: "Founder & CEO", testimonial: - "Founded Elite Athletes with a vision to transform representation in women's sports. 15+ years of experience in athlete management and sports law.", imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-620.jpg", imageAlt: "Sarah Mitchell CEO"}, + id: "team-1", name: "Sarah Mitchell", role: "Founder & CEO", testimonial: "Founded Elite Athletes with a vision to transform representation in women's sports. 15+ years of experience in athlete management and sports law.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-620.jpg", imageAlt: "Sarah Mitchell CEO"}, { - id: "team-2", name: "Jessica Liu", role: "Director of Contract Negotiation", testimonial: - "Specializes in securing premium contracts and maximizing long-term value for our athletes. Former sports attorney with expertise in professional sports agreements.", imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-620.jpg", imageAlt: "Jessica Liu"}, + id: "team-2", name: "Jessica Liu", role: "Director of Contract Negotiation", testimonial: "Specializes in securing premium contracts and maximizing long-term value for our athletes. Former sports attorney with expertise in professional sports agreements.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-620.jpg", imageAlt: "Jessica Liu"}, { - id: "team-3", name: "Marcus Johnson", role: "Head of Brand & Partnerships", testimonial: - "Connects elite athletes with premium brands and endorsement opportunities. 12 years of experience in sports marketing and partnership development.", imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-620.jpg", imageAlt: "Marcus Johnson"}, + id: "team-3", name: "Marcus Johnson", role: "Head of Brand & Partnerships", testimonial: "Connects elite athletes with premium brands and endorsement opportunities. 12 years of experience in sports marketing and partnership development.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-620.jpg", imageAlt: "Marcus Johnson"}, ]} animationType="slide-up" textboxLayout="default"