From 9228ad0234c3f4dca94821c2a74ffc4611896d43 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 05:44:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e42faa3..9646455 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,35 +65,35 @@ export default function LandingPage() { handle: "@cr7fan", testimonial: "The absolute goat. His dedication is unmatched in sport history.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/monochrome-soccer-fans-cheering_23-2151530219.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/monochrome-soccer-fans-cheering_23-2151530219.jpg?_wi=1", }, { name: "Madridista", handle: "@rmadrid", testimonial: "CR7 turned me into a football fan forever. Unforgettable moments!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-people-watching-football-game_23-2149015562.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-people-watching-football-game_23-2149015562.jpg?_wi=1", }, { name: "StadiumVoice", handle: "@stadium", testimonial: "Every time he touches the ball, the world holds its breath.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/emotional-young-handsome-man-rejoicing-beige-wall_176420-126.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/emotional-young-handsome-man-rejoicing-beige-wall_176420-126.jpg?_wi=1", }, { name: "LittleKick", handle: "@youth", testimonial: "I practice every day to be like Ronaldo one day.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/little-boy-playing-football-field_1303-16425.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/little-boy-playing-football-field_1303-16425.jpg?_wi=1", }, { name: "GlobalFan", handle: "@fans", testimonial: "Iconic, explosive, and truly legendary performance every time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/soccer-fans-cheering-their-team_23-2151536151.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/soccer-fans-cheering-their-team_23-2151536151.jpg?_wi=1", }, ]} imageSrc="http://img.b2bpic.net/free-photo/considering-stylish-travel-protection-thinking_1134-1402.jpg" @@ -227,27 +227,27 @@ export default function LandingPage() { { id: "t1", name: "Luis F.", - imageSrc: "http://img.b2bpic.net/free-photo/monochrome-soccer-fans-cheering_23-2151530219.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/monochrome-soccer-fans-cheering_23-2151530219.jpg?_wi=2", }, { id: "t2", name: "Maria S.", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-people-watching-football-game_23-2149015562.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-people-watching-football-game_23-2149015562.jpg?_wi=2", }, { id: "t3", name: "John D.", - imageSrc: "http://img.b2bpic.net/free-photo/emotional-young-handsome-man-rejoicing-beige-wall_176420-126.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/emotional-young-handsome-man-rejoicing-beige-wall_176420-126.jpg?_wi=2", }, { id: "t4", name: "Sam R.", - imageSrc: "http://img.b2bpic.net/free-photo/little-boy-playing-football-field_1303-16425.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/little-boy-playing-football-field_1303-16425.jpg?_wi=2", }, { id: "t5", name: "Sara B.", - imageSrc: "http://img.b2bpic.net/free-photo/soccer-fans-cheering-their-team_23-2151536151.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/soccer-fans-cheering-their-team_23-2151536151.jpg?_wi=2", }, ]} cardTitle="Fan Sentiments" -- 2.49.1