From 7e844568ac3f123f296d2f08d700f22d364b24c1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 06:37:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 829b0bd..9398983 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { handle: "@parent", testimonial: "My son has gained so much confidence. Excellent program!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/view-children-practicing-health-wellness-activity_23-2151401946.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-children-practicing-health-wellness-activity_23-2151401946.jpg?_wi=1", imageAlt: "student athletes running athletics track", }, { @@ -81,7 +81,7 @@ export default function LandingPage() { handle: "@parent", testimonial: "Fantastic after-school environment. Highly recommend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/men-sports-clothes-have-rest-after-training-park_1157-30672.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/men-sports-clothes-have-rest-after-training-park_1157-30672.jpg?_wi=1", imageAlt: "student athletes running athletics track", }, { @@ -89,7 +89,7 @@ export default function LandingPage() { handle: "@parent", testimonial: "My daughter loves every minute of the training.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/healthy-lifestyle-running-outdoors_23-2151847264.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/healthy-lifestyle-running-outdoors_23-2151847264.jpg?_wi=1", imageAlt: "student athletes running athletics track", }, { @@ -97,11 +97,11 @@ export default function LandingPage() { handle: "@parent", testimonial: "Midnimo changed our family fitness routine for the better.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-children-joining-hands-together_23-2148308692.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-children-joining-hands-together_23-2148308692.jpg?_wi=1", imageAlt: "student athletes running athletics track", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/view-children-practicing-health-wellness-activity_23-2151401946.jpg" + imageSrc="http://img.b2bpic.net/free-photo/view-children-practicing-health-wellness-activity_23-2151401946.jpg?_wi=2" mediaAnimation="slide-up" avatars={[ { @@ -173,17 +173,17 @@ export default function LandingPage() { { title: "Fundamental Skills", description: "Core mechanics for every young athlete.", - imageSrc: "http://img.b2bpic.net/free-photo/men-sports-clothes-have-rest-after-training-park_1157-30672.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/men-sports-clothes-have-rest-after-training-park_1157-30672.jpg?_wi=2", }, { title: "Agility & Speed", description: "Dynamic drills to improve quickness.", - imageSrc: "http://img.b2bpic.net/free-photo/healthy-lifestyle-running-outdoors_23-2151847264.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/healthy-lifestyle-running-outdoors_23-2151847264.jpg?_wi=2", }, { title: "Team Building", description: "Developing collaborative skills through sports.", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-children-joining-hands-together_23-2148308692.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-children-joining-hands-together_23-2148308692.jpg?_wi=2", }, ]} title="Comprehensive Coaching Modules" -- 2.49.1