From f594437f03e410eb2db61f216bdbb258bec4c016 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 12:01:45 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 6965f3b..11fee94 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -53,7 +53,7 @@ export default function BlogPage() { )} Date: Mon, 23 Feb 2026 12:01:47 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 06ff9cb..d1d5d5e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { { text: "Join the Team", href: "#contact" }, { text: "View Schedule", href: "#schedule" }, ]} - imageSrc="https://img.b2bpic.net/free-photo/junior-football-team-stacking-hands-before-match_53876-139584.jpg" + imageSrc="https://img.b2bpic.net/free-photo/junior-football-team-stacking-hands-before-match_53876-139584.jpg?_wi=1" imageAlt="Children playing football enthusiastically on a green field" showDimOverlay={true} /> @@ -88,7 +88,7 @@ export default function LandingPage() { "Our training focuses on dribbling, passing, shooting, and game awareness through engaging drills and exercises.", tag: "Skill Development", imageSrc: "https://img.b2bpic.net/free-photo/full-shot-kids-playing-football-field_23-2149270949.jpg", imageAlt: "Child dribbling a football during practice"}, { id: "2", title: "Embrace Teamwork", description: - "Children learn the importance of collaboration, communication, and supporting each other both on and off the field.", tag: "Team Building", imageSrc: "https://img.b2bpic.net/free-photo/junior-football-team-stacking-hands-before-match_53876-139584.jpg", imageAlt: "Children in a football huddle, demonstrating teamwork"}, + "Children learn the importance of collaboration, communication, and supporting each other both on and off the field.", tag: "Team Building", imageSrc: "https://img.b2bpic.net/free-photo/junior-football-team-stacking-hands-before-match_53876-139584.jpg?_wi=2", imageAlt: "Children in a football huddle, demonstrating teamwork"}, { id: "3", title: "Have Fun & Stay Active", description: "Football should be enjoyable! We create a lively atmosphere where kids can play, make friends, and stay physically active.", tag: "Enjoy the Game", imageSrc: "https://img.b2bpic.net/free-photo/junior-football-team-hugging-each-other_53876-137683.jpg", imageAlt: "Group of children laughing while playing football"}, @@ -105,11 +105,11 @@ export default function LandingPage() { tag="Our Squad" members={[ { - id: "1", name: "Leo Messi Jr.", imageSrc: "https://img.b2bpic.net/free-photo/blond-teenager-soccer-player-dressed-blue-uniform-holds-ball_613910-11766.jpg", imageAlt: "Portrait of a young boy in a football jersey"}, + id: "1", name: "Leo Messi Jr.", imageSrc: "https://img.b2bpic.net/free-photo/blond-teenager-soccer-player-dressed-blue-uniform-holds-ball_613910-11766.jpg?_wi=1", imageAlt: "Portrait of a young boy in a football jersey"}, { id: "2", name: "Mia Hamm Jr.", imageSrc: "https://img.b2bpic.net/free-photo/portrait-female-rugby-player_23-2148355511.jpg", imageAlt: "Portrait of a young girl in a football jersey"}, { - id: "3", name: "Ronaldo Jr.", imageSrc: "https://img.b2bpic.net/free-photo/blond-teenager-soccer-player-dressed-blue-uniform-holds-ball_613910-11766.jpg", imageAlt: "Portrait of a young boy holding a soccer ball"}, + id: "3", name: "Ronaldo Jr.", imageSrc: "https://img.b2bpic.net/free-photo/blond-teenager-soccer-player-dressed-blue-uniform-holds-ball_613910-11766.jpg?_wi=2", imageAlt: "Portrait of a young boy holding a soccer ball"}, ]} memberVariant="card" membersAnimation="slide-up" @@ -185,7 +185,7 @@ export default function LandingPage() {