diff --git a/src/app/page.tsx b/src/app/page.tsx index 90e62ed..31002e9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -156,17 +156,17 @@ export default function LandingPage() { tag="Testimonials" testimonials={[ { - id: "1", name: "Marcus Johnson", handle: "@marcus_fit", testimonial: "Mamba Gym transformed my entire fitness journey. The trainers are phenomenal and the community is incredibly supportive. Best decision I ever made!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-sportsman-holds-hand-chin-dark-background_613910-19200.jpg", imageAlt: "Marcus Johnson"}, + id: "1", name: "Marcus Johnson", handle: "@marcus_fit", testimonial: "Mamba Gym transformed my entire fitness journey. The trainers are phenomenal and the community is incredibly supportive. Best decision I ever made!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-sportsman-holds-hand-chin-dark-background_613910-19200.jpg?_wi=1", imageAlt: "Marcus Johnson"}, { - id: "2", name: "Sarah Chen", handle: "@sarah_strength", testimonial: "The facilities are world-class and the personal training I received exceeded all my expectations. I've never felt more motivated!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-sportsman-holds-hand-chin-dark-background_613910-19200.jpg", imageAlt: "Sarah Chen"}, + id: "2", name: "Sarah Chen", handle: "@sarah_strength", testimonial: "The facilities are world-class and the personal training I received exceeded all my expectations. I've never felt more motivated!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-sportsman-holds-hand-chin-dark-background_613910-19200.jpg?_wi=2", imageAlt: "Sarah Chen"}, { - id: "3", name: "David Rodriguez", handle: "@david_gains", testimonial: "From day one, I felt welcomed into the Mamba Gym family. The results speak for themselves—lost 30 pounds and gained strength I didn't know was possible!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-sportsman-holds-hand-chin-dark-background_613910-19200.jpg", imageAlt: "David Rodriguez"}, + id: "3", name: "David Rodriguez", handle: "@david_gains", testimonial: "From day one, I felt welcomed into the Mamba Gym family. The results speak for themselves—lost 30 pounds and gained strength I didn't know was possible!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-sportsman-holds-hand-chin-dark-background_613910-19200.jpg?_wi=3", imageAlt: "David Rodriguez"}, { - id: "4", name: "Jessica Martinez", handle: "@jess_transformation", testimonial: "The nutrition guidance combined with expert coaching completely transformed my body and mindset. I'm living my best life!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-sportsman-holds-hand-chin-dark-background_613910-19200.jpg", imageAlt: "Jessica Martinez"}, + id: "4", name: "Jessica Martinez", handle: "@jess_transformation", testimonial: "The nutrition guidance combined with expert coaching completely transformed my body and mindset. I'm living my best life!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-sportsman-holds-hand-chin-dark-background_613910-19200.jpg?_wi=4", imageAlt: "Jessica Martinez"}, { - id: "5", name: "Alex Thompson", handle: "@alex_athlete", testimonial: "Mamba Gym has everything—top-tier equipment, amazing trainers, and a community that pushes you to be better every single day.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-sportsman-holds-hand-chin-dark-background_613910-19200.jpg", imageAlt: "Alex Thompson"}, + id: "5", name: "Alex Thompson", handle: "@alex_athlete", testimonial: "Mamba Gym has everything—top-tier equipment, amazing trainers, and a community that pushes you to be better every single day.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-sportsman-holds-hand-chin-dark-background_613910-19200.jpg?_wi=5", imageAlt: "Alex Thompson"}, { - id: "6", name: "Nicole Patel", handle: "@nicole_strong", testimonial: "I came in nervous and unsure. Now I'm confident, strong, and part of something bigger. Mamba Gym is not just a gym—it's a lifestyle!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-sportsman-holds-hand-chin-dark-background_613910-19200.jpg", imageAlt: "Nicole Patel"}, + id: "6", name: "Nicole Patel", handle: "@nicole_strong", testimonial: "I came in nervous and unsure. Now I'm confident, strong, and part of something bigger. Mamba Gym is not just a gym—it's a lifestyle!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-sportsman-holds-hand-chin-dark-background_613910-19200.jpg?_wi=6", imageAlt: "Nicole Patel"}, ]} animationType="slide-up" textboxLayout="default"