From 8edd809847dcd83d58438d13c8ea8101c5c3c18d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 15:15:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 578ff61..ccf7071 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -122,15 +122,15 @@ export default function LandingPage() { features={[ { id: "1", title: "Barcelona Dominance", author: "2004-2021", description: "17 seasons of unprecedented success at FC Barcelona, winning 8 La Liga titles, 4 Champions Leagues, and becoming a global icon.", tags: ["La Liga", "Champions League", "Record Breaking"], - imageSrc: "http://img.b2bpic.net/free-photo/young-athlete-with-soccer-ball-stadium_23-2147820649.jpg?_wi=1", imageAlt: "Barcelona Era" + imageSrc: "http://img.b2bpic.net/free-photo/young-athlete-with-soccer-ball-stadium_23-2147820649.jpg", imageAlt: "Barcelona Era" }, { id: "2", title: "World Cup Glory", author: "2022", description: "Led Argentina to FIFA World Cup victory, fulfilling a lifetime dream and cementing his place in football immortality with his final triumph.", tags: ["World Cup", "Argentina", "Legacy"], - imageSrc: "http://img.b2bpic.net/free-photo/fans-cheering-soccer-final-argentina-colombia_23-2151696125.jpg?_wi=1", imageAlt: "World Cup Victory" + imageSrc: "http://img.b2bpic.net/free-photo/fans-cheering-soccer-final-argentina-colombia_23-2151696125.jpg", imageAlt: "World Cup Victory" }, { id: "3", title: "Unmatched Skill", author: "Mastery", description: "Legendary dribbling, vision, and technical excellence that revolutionized the game and inspired millions of young players worldwide.", tags: ["Technique", "Innovation", "Excellence"], - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-summer-hat-holding-soccer-ball-globe-going-look-globe-through-magnifying-glass-looking-surprised-amazed-standing-blue-background_141793-23664.jpg?_wi=1", imageAlt: "Skills Showcase" + imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-summer-hat-holding-soccer-ball-globe-going-look-globe-through-magnifying-glass-looking-surprised-amazed-standing-blue-background_141793-23664.jpg", imageAlt: "Skills Showcase" } ]} /> @@ -175,13 +175,13 @@ export default function LandingPage() { animationType="slide-up" blogs={[ { - id: "1", category: "Career", title: "The Barcelona Years", excerpt: "Seventeen seasons of dominance that changed football forever.", imageSrc: "http://img.b2bpic.net/free-photo/young-athlete-with-soccer-ball-stadium_23-2147820649.jpg?_wi=2", imageAlt: "Barcelona Era", authorName: "Era: 2004-2021", authorAvatar: "http://img.b2bpic.net/free-photo/soccer-fans-cheering-team-monochrome_23-2151530298.jpg", date: "17 Seasons" + id: "1", category: "Career", title: "The Barcelona Years", excerpt: "Seventeen seasons of dominance that changed football forever.", imageSrc: "http://img.b2bpic.net/free-photo/young-athlete-with-soccer-ball-stadium_23-2147820649.jpg", imageAlt: "Barcelona Era", authorName: "Era: 2004-2021", authorAvatar: "http://img.b2bpic.net/free-photo/soccer-fans-cheering-team-monochrome_23-2151530298.jpg", date: "17 Seasons" }, { - id: "2", category: "Championship", title: "World Cup Champion", excerpt: "Argentina's 2022 World Cup triumph - the crowning achievement.", imageSrc: "http://img.b2bpic.net/free-photo/fans-cheering-soccer-final-argentina-colombia_23-2151696125.jpg?_wi=2", imageAlt: "World Cup Victory", authorName: "Champion: 2022", authorAvatar: "http://img.b2bpic.net/free-photo/thinking-young-sporty-man-wearing-wristband-holding-looking-winner-cup-isolated-green_141793-72858.jpg", date: "Final Victory" + id: "2", category: "Championship", title: "World Cup Champion", excerpt: "Argentina's 2022 World Cup triumph - the crowning achievement.", imageSrc: "http://img.b2bpic.net/free-photo/fans-cheering-soccer-final-argentina-colombia_23-2151696125.jpg", imageAlt: "World Cup Victory", authorName: "Champion: 2022", authorAvatar: "http://img.b2bpic.net/free-photo/thinking-young-sporty-man-wearing-wristband-holding-looking-winner-cup-isolated-green_141793-72858.jpg", date: "Final Victory" }, { - id: "3", category: "Mastery", title: "Technical Excellence", excerpt: "The skills that made him the most dangerous player on earth.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-summer-hat-holding-soccer-ball-globe-going-look-globe-through-magnifying-glass-looking-surprised-amazed-standing-blue-background_141793-23664.jpg?_wi=2", imageAlt: "Skills", authorName: "Technique: Elite", authorAvatar: "http://img.b2bpic.net/free-photo/still-life-colombian-national-soccer-team_23-2149734080.jpg", date: "Ongoing" + id: "3", category: "Mastery", title: "Technical Excellence", excerpt: "The skills that made him the most dangerous player on earth.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-summer-hat-holding-soccer-ball-globe-going-look-globe-through-magnifying-glass-looking-surprised-amazed-standing-blue-background_141793-23664.jpg", imageAlt: "Skills", authorName: "Technique: Elite", authorAvatar: "http://img.b2bpic.net/free-photo/still-life-colombian-national-soccer-team_23-2149734080.jpg", date: "Ongoing" }, { id: "4", category: "Legacy", title: "Greatest of All Time", excerpt: "A legacy that transcends football and inspires the world.", imageSrc: "http://img.b2bpic.net/free-photo/american-male-football-player-uniform-field_23-2150034606.jpg", imageAlt: "Legacy", authorName: "Status: GOAT", authorAvatar: "http://img.b2bpic.net/free-photo/handsome-man-training-summer-park_1157-26921.jpg", date: "Immortal" -- 2.49.1