From e9c9845bfd3b3246d21023d799c5b81bb826cacf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 01:57:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 406e859..89bc629 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -136,19 +136,19 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", name: "Jordan Mitchell", role: "College Football Recruit", testimonial: "A.K. Dawgs transformed my game completely. The personalized coaching and attention to detail took me from a good player to a serious college prospect.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", imageAlt: "Jordan Mitchell" + id: "1", name: "Jordan Mitchell", role: "College Football Recruit", testimonial: "A.K. Dawgs transformed my game completely. The personalized coaching and attention to detail took me from a good player to a serious college prospect.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=1", imageAlt: "Jordan Mitchell" }, { - id: "2", name: "Tyler Henderson", role: "Semi-Pro Athlete", testimonial: "The tactical training here is unmatched. I learned to read defenses like never before, and my field awareness has skyrocketed.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-athletic-fitness-male-dressed-sportswear-grey-vignette-background_613910-1086.jpg", imageAlt: "Tyler Henderson" + id: "2", name: "Tyler Henderson", role: "Semi-Pro Athlete", testimonial: "The tactical training here is unmatched. I learned to read defenses like never before, and my field awareness has skyrocketed.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-athletic-fitness-male-dressed-sportswear-grey-vignette-background_613910-1086.jpg?_wi=1", imageAlt: "Tyler Henderson" }, { - id: "3", name: "Aisha Johnson", role: "High School All-Star", testimonial: "Coach King's strength program built me up physically and mentally. I feel unstoppable on the field now.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", imageAlt: "Aisha Johnson" + id: "3", name: "Aisha Johnson", role: "High School All-Star", testimonial: "Coach King's strength program built me up physically and mentally. I feel unstoppable on the field now.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=2", imageAlt: "Aisha Johnson" }, { - id: "4", name: "Brandon Collins", role: "Collegiate Athlete", testimonial: "The conditioning program prepared me better than anything in my college system. A.K. Dawgs is the real deal.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-athletic-fitness-male-dressed-sportswear-grey-vignette-background_613910-1086.jpg", imageAlt: "Brandon Collins" + id: "4", name: "Brandon Collins", role: "Collegiate Athlete", testimonial: "The conditioning program prepared me better than anything in my college system. A.K. Dawgs is the real deal.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-athletic-fitness-male-dressed-sportswear-grey-vignette-background_613910-1086.jpg?_wi=2", imageAlt: "Brandon Collins" }, { - id: "5", name: "Sophia Rodriguez", role: "Training Graduate", testimonial: "Not only did I improve my skills, but I also learned the mental toughness required to compete at elite levels.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", imageAlt: "Sophia Rodriguez" + id: "5", name: "Sophia Rodriguez", role: "Training Graduate", testimonial: "Not only did I improve my skills, but I also learned the mental toughness required to compete at elite levels.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=3", imageAlt: "Sophia Rodriguez" } ]} animationType="slide-up" -- 2.49.1