From 933bfeeb99992c66642f11b7312a1f3867791e28 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 06:01:41 +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 2856c89..024d08a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,23 +78,23 @@ export default function LandingPage() { testimonials={[ { name: "Jack Bull", handle: "@JackBullFC", testimonial: "Playing with Tonners FC is an incredible experience. The chemistry on the pitch is unmatched, and every player is dedicated to winning. Division 2, here we come!", rating: 5, - date: "2023-10-26", tag: "Player", avatarSrc: "http://img.b2bpic.net/free-photo/cartoon-man-wearing-glasses_23-2151136784.jpg", imageSrc: "http://img.b2bpic.net/free-vector/football-team-club-flat-labels-set_74855-6471.jpg", imageAlt: "young man gamer avatar" + imageSrc: "http://img.b2bpic.net/free-vector/football-team-club-flat-labels-set_74855-6471.jpg", imageAlt: "young man gamer avatar" }, { name: "Charlie Lorback", handle: "@CharlieLorbackSM", testimonial: "Managing social media for Tonners FC is a joy. The fans are amazing, and the team's commitment to excellence and community truly shines through.", rating: 5, - date: "2023-11-01", tag: "Social Media Rep", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-redhead-lady_23-2148339146.jpg", imageSrc: "http://img.b2bpic.net/free-photo/american-football-character-with-equipment_23-2151154173.jpg", imageAlt: "young man gamer avatar" + imageSrc: "http://img.b2bpic.net/free-photo/american-football-character-with-equipment_23-2151154173.jpg", imageAlt: "young man gamer avatar" }, { name: "Sammy Rose", handle: "@SammyRoseMgr", testimonial: "Our squad's potential is immense. We're building a formidable team, and with our current momentum, climbing out of Division 2 is just the beginning for Tonners FC.", rating: 5, - date: "2023-11-15", tag: "Manager", avatarSrc: "http://img.b2bpic.net/free-photo/influencer-films-himself-using-mobile-phone-vlogging-audience_482257-82893.jpg", imageSrc: "http://img.b2bpic.net/free-photo/person-with-closed-eyes-lights-against-dark-background_181624-32743.jpg", imageAlt: "young man gamer avatar" + imageSrc: "http://img.b2bpic.net/free-photo/person-with-closed-eyes-lights-against-dark-background_181624-32743.jpg", imageAlt: "young man gamer avatar" }, { name: "Ryan Axup", handle: "@RyanAxupOwner", testimonial: "As the owner, I'm incredibly proud of Tonners FC. We've assembled a fantastic group of players and staff, and our vision for sustained success is clearer than ever.", rating: 5, - date: "2023-11-20", tag: "Club Owner", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-cartoon-character-man-with-phone_23-2150964409.jpg", imageSrc: "http://img.b2bpic.net/free-photo/professional-esports-gamer-back-side-view-rejoices-victory-generative-ai_191095-2011.jpg", imageAlt: "young man gamer avatar" + imageSrc: "http://img.b2bpic.net/free-photo/professional-esports-gamer-back-side-view-rejoices-victory-generative-ai_191095-2011.jpg", imageAlt: "young man gamer avatar" }, { name: "A Dedicated Fan", handle: "@TonnersFanatic", testimonial: "Tonners FC always brings the excitement! Their matches are a must-watch, and the team always gives their all. Proud to be a supporter!", rating: 5, - date: "2023-11-25", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-girl-soccer-player-girl-sports-uniform-soccer-field-football-concept_169016-67816.jpg", imageSrc: "http://img.b2bpic.net/free-photo/brunette-young-woman-playing-video-games-looking-positive-happy-standing-smiling-with-confident-smile-showing-teeth_839833-27622.jpg", imageAlt: "young man gamer avatar" + imageSrc: "http://img.b2bpic.net/free-photo/brunette-young-woman-playing-video-games-looking-positive-happy-standing-smiling-with-confident-smile-showing-teeth_839833-27622.jpg", imageAlt: "young man gamer avatar" } ]} testimonialRotationInterval={5000} -- 2.49.1