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() {
)}
@@ -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() {