From 7fbba715a8ef5a4c29342a9a2683a4d4eb7ecbde Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:47:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 05e71f9..9695d5f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,19 +60,19 @@ export default function RealBetisPage() { testimonials={[ { name: "Manuel García", handle: "Fan since 1985", testimonial: "Real Betis represents everything I love about football - passion, tradition, and unwavering spirit!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/different-people-looking-football-team_23-2149015532.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/different-people-looking-football-team_23-2149015532.jpg?_wi=1" }, { name: "María Rodríguez", handle: "Fan since 1990", testimonial: "Supporting Betis has been the greatest joy of my life. The club, the fans, the green and white colors!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/men-watching-television-cheering-team_329181-18368.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/men-watching-television-cheering-team_329181-18368.jpg?_wi=1" }, { name: "Carlos López", handle: "Season Ticket Holder", testimonial: "Every match day at Benito Villamarín is pure magic. This is more than football, it's family!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-looking-together-football-game-sunny-day_23-2149015499.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/people-looking-together-football-game-sunny-day_23-2149015499.jpg?_wi=1" }, { name: "Ana Fernández", handle: "Fan since 2005", testimonial: "Betis taught me that loyalty and love for the club matter more than trophies. Vamos Betis!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-soccer-fan-clenching-fist_329181-17060.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-soccer-fan-clenching-fist_329181-17060.jpg?_wi=1" } ]} testimonialRotationInterval={5000} @@ -186,16 +186,16 @@ export default function RealBetisPage() { useInvertedBackground={true} testimonials={[ { - id: "1", title: "A Legacy of Green and White", quote: "Real Betis isn't just a team, it's a way of life. Three generations of my family have been loyal supporters, and the pride we feel wearing green and white is indescribable.", name: "Francisco Jiménez", role: "Multi-generational fan", imageSrc: "http://img.b2bpic.net/free-photo/different-people-looking-football-team_23-2149015532.jpg" + id: "1", title: "A Legacy of Green and White", quote: "Real Betis isn't just a team, it's a way of life. Three generations of my family have been loyal supporters, and the pride we feel wearing green and white is indescribable.", name: "Francisco Jiménez", role: "Multi-generational fan", imageSrc: "http://img.b2bpic.net/free-photo/different-people-looking-football-team_23-2149015532.jpg?_wi=2" }, { - id: "2", title: "The Magic of Benito Villamarín", quote: "Walking into Benito Villamarín stadium before a match is an experience like no other. The energy, the passion, the unity of 60,000 fans singing together is simply magical.", name: "Isabel Ramos", role: "Season ticket holder", imageSrc: "http://img.b2bpic.net/free-photo/men-watching-television-cheering-team_329181-18368.jpg" + id: "2", title: "The Magic of Benito Villamarín", quote: "Walking into Benito Villamarín stadium before a match is an experience like no other. The energy, the passion, the unity of 60,000 fans singing together is simply magical.", name: "Isabel Ramos", role: "Season ticket holder", imageSrc: "http://img.b2bpic.net/free-photo/men-watching-television-cheering-team_329181-18368.jpg?_wi=2" }, { - id: "3", title: "Dreams Come True at Betis", quote: "I grew up dreaming of playing for Real Betis. The club's history, its values, and its connection to Seville made it my lifelong ambition. Being here is a dream realized.", name: "Diego Moreno", role: "Academy graduate", imageSrc: "http://img.b2bpic.net/free-photo/people-looking-together-football-game-sunny-day_23-2149015499.jpg" + id: "3", title: "Dreams Come True at Betis", quote: "I grew up dreaming of playing for Real Betis. The club's history, its values, and its connection to Seville made it my lifelong ambition. Being here is a dream realized.", name: "Diego Moreno", role: "Academy graduate", imageSrc: "http://img.b2bpic.net/free-photo/people-looking-together-football-game-sunny-day_23-2149015499.jpg?_wi=2" }, { - id: "4", title: "More Than Football", quote: "Real Betis connects us all - the city, the families, the traditions. Every match is a celebration of who we are and where we come from. Vamos Betis!", name: "Rosa Fernández", role: "Lifelong supporter", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-soccer-fan-clenching-fist_329181-17060.jpg" + id: "4", title: "More Than Football", quote: "Real Betis connects us all - the city, the families, the traditions. Every match is a celebration of who we are and where we come from. Vamos Betis!", name: "Rosa Fernández", role: "Lifelong supporter", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-soccer-fan-clenching-fist_329181-17060.jpg?_wi=2" } ]} /> -- 2.49.1