From 6fc034c7f8e7a7a9af4f6368574bd91a5d1515f5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 03:55:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e82b51..a812f5d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,14 +68,14 @@ export default function LandingPage() { handle: "@parent", testimonial: "My son loves the training here! High quality coaching.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-with-football-ball_23-2148867389.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-with-football-ball_23-2148867389.jpg?_wi=1", }, { name: "David K.", handle: "@athlete", testimonial: "Best academy in the region, professional standards.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-boy-with-soccer-ball_23-2148186394.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-boy-with-soccer-ball_23-2148186394.jpg?_wi=1", }, { name: "Emily R.", @@ -105,7 +105,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149708033.jpg" + imageSrc="http://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149708033.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { @@ -190,36 +190,36 @@ export default function LandingPage() { title: "Beginner Program (8–12)", description: "Basic skills, fun training", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/football-player-training_23-2147813188.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/football-player-training_23-2147813188.jpg?_wi=1", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/football-training-equipment_23-2147813194.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/football-training-equipment_23-2147813194.jpg?_wi=1", }, - imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149708033.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149708033.jpg?_wi=2", imageAlt: "football training academy professional", }, { title: "Advanced Program (13–18)", description: "Tactical + physical training", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/football-player-training_23-2147813188.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/football-player-training_23-2147813188.jpg?_wi=2", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/football-training-equipment_23-2147813194.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/football-training-equipment_23-2147813194.jpg?_wi=2", }, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-with-football-ball_23-2148867389.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-with-football-ball_23-2148867389.jpg?_wi=2", imageAlt: "young football player portrait", }, { title: "Elite Program", description: "Professional-level training & competitions", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/football-player-training_23-2147813188.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/football-player-training_23-2147813188.jpg?_wi=3", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/football-training-equipment_23-2147813194.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/football-training-equipment_23-2147813194.jpg?_wi=3", }, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-boy-with-soccer-ball_23-2148186394.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-boy-with-soccer-ball_23-2148186394.jpg?_wi=2", imageAlt: "young athlete portrait serious", }, ]} @@ -242,7 +242,7 @@ export default function LandingPage() { category: "Training", title: "How to Become a Professional Football Player", excerpt: "Focus on discipline, technique, and fitness.", - imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-shot-caucasian-male-doing-workout-park_181624-48787.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-shot-caucasian-male-doing-workout-park_181624-48787.jpg?_wi=1", authorName: "Academy Staff", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-young-man-with-football-ball_23-2148867389.jpg", date: "Jan 2024", @@ -262,7 +262,7 @@ export default function LandingPage() { category: "Tips", title: "Nutrition for Young Athletes", excerpt: "Fuelling your performance for football success.", - imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-shot-caucasian-male-doing-workout-park_181624-48787.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-shot-caucasian-male-doing-workout-park_181624-48787.jpg?_wi=2", authorName: "Academy Staff", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-young-man-with-football-ball_23-2148867378.jpg", date: "Mar 2024", -- 2.49.1