From f006c78b3715915c1ad2af14bb70aa3eb9b3557d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 05:45:38 +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 a9c2d90..1cba330 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,11 +47,11 @@ export default function LandingPage() { title="The Greatest Legend" description="Witness the relentless journey, skill, and history of the world's most iconic football phenomenon, Cristiano Ronaldo." testimonials={[ - { name: "Fanatic 7", 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" }, - { 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" }, - { 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" }, - { 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" }, - { 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" }, + { name: "Fanatic 7", 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?_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?_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?_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?_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?_wi=1" }, ]} imageSrc="http://img.b2bpic.net/free-photo/considering-stylish-travel-protection-thinking_1134-1402.jpg" imageAlt="Cristiano Ronaldo Celebration" @@ -104,11 +104,11 @@ export default function LandingPage() {