diff --git a/src/app/page.tsx b/src/app/page.tsx index 3a30db0..b9625b0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -161,7 +161,7 @@ export default function LandingPage() { buttonAnimation="blur-reveal" members={[ { - id: "player-1", name: "Alex Rivera", role: "Striker | Excellence & Dedication", imageSrc: "http://img.b2bpic.net/free-photo/handsome-male-rugby-player-holding-ball_23-2148793351.jpg?_wi=1", imageAlt: "Alex Rivera professional soccer player" + id: "player-1", name: "Alex Rivera", role: "Striker | Excellence & Dedication", imageSrc: "http://img.b2bpic.net/free-photo/handsome-male-rugby-player-holding-ball_23-2148793351.jpg", imageAlt: "Alex Rivera professional soccer player" }, { id: "player-2", name: "Jordan Baptiste", role: "Midfielder | Tactical Genius", imageSrc: "http://img.b2bpic.net/free-photo/american-football-american-football-player-professional-sport-stadium_654080-378.jpg", imageAlt: "Jordan Baptiste in training gear" @@ -170,7 +170,7 @@ export default function LandingPage() { id: "player-3", name: "Sam Chen", role: "Forward | Game Changer", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-traveling-woman-posing_23-2148648640.jpg", imageAlt: "Sam Chen professional athlete" }, { - id: "player-4", name: "Morgan Hayes", role: "Defender | Rock Solid", imageSrc: "http://img.b2bpic.net/free-photo/handsome-male-rugby-player-holding-ball_23-2148793351.jpg?_wi=2", imageAlt: "Morgan Hayes athlete portrait" + id: "player-4", name: "Morgan Hayes", role: "Defender | Rock Solid", imageSrc: "http://img.b2bpic.net/free-photo/handsome-male-rugby-player-holding-ball_23-2148793351.jpg", imageAlt: "Morgan Hayes athlete portrait" } ]} gridVariant="three-columns-all-equal-width" @@ -193,14 +193,15 @@ export default function LandingPage() { ]} buttonAnimation="blur-reveal" showRating={true} + animationType="scale-rotate" testimonials={[ { id: "testimonial-1", name: "Maria Santos", handle: "@maria_footy_fan", testimonial: "This platform changed how I follow football. Real-time updates, amazing highlights, and a community that truly gets the passion. Absolutely brilliant!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/party-home-after-winning-their-favorite-soccer-team_329181-3602.jpg?_wi=1", imageAlt: "Maria Santos happy football fan" + imageSrc: "http://img.b2bpic.net/free-photo/party-home-after-winning-their-favorite-soccer-team_329181-3602.jpg", imageAlt: "Maria Santos happy football fan" }, { id: "testimonial-2", name: "David Kumar", handle: "@david_plays_football", testimonial: "As a player, the stats and analysis help me improve my game. The community support is incredible. This is where football lives.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/soccer-fans-cheering-their-team_23-2151536071.jpg?_wi=1", imageAlt: "David Kumar young athlete" + imageSrc: "http://img.b2bpic.net/free-photo/soccer-fans-cheering-their-team_23-2151536071.jpg", imageAlt: "David Kumar young athlete" }, { id: "testimonial-3", name: "Emma Thompson", handle: "@emma_football_family", testimonial: "My whole family uses FootballHub. We watch matches together, discuss tactics, and feel connected to the global football community. Highly recommend!", rating: 5, @@ -212,11 +213,11 @@ export default function LandingPage() { }, { id: "testimonial-5", name: "Sophie Müller", handle: "@sophie_euro_fan", testimonial: "Never miss a moment. The mobile app is smooth, the coverage is comprehensive, and the community is welcoming. Love it!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/party-home-after-winning-their-favorite-soccer-team_329181-3602.jpg?_wi=2", imageAlt: "Sophie Müller football supporter" + imageSrc: "http://img.b2bpic.net/free-photo/party-home-after-winning-their-favorite-soccer-team_329181-3602.jpg", imageAlt: "Sophie Müller football supporter" }, { id: "testimonial-6", name: "James O'Brien", handle: "@james_football_news", testimonial: "The platform is my go-to for breaking football news and analysis. Professional, reliable, and always delivers the best content.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/soccer-fans-cheering-their-team_23-2151536071.jpg?_wi=2", imageAlt: "James O'Brien football enthusiast" + imageSrc: "http://img.b2bpic.net/free-photo/soccer-fans-cheering-their-team_23-2151536071.jpg", imageAlt: "James O'Brien football enthusiast" } ]} textboxLayout="default"