From 3064e2e36c7d2d6f20e2bf6cfbdfa47a1155fa87 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 02:17:27 +0000 Subject: [PATCH 1/2] Update src/app/instructors/page.tsx --- src/app/instructors/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/instructors/page.tsx b/src/app/instructors/page.tsx index 32b74e4..c8d1d15 100644 --- a/src/app/instructors/page.tsx +++ b/src/app/instructors/page.tsx @@ -74,7 +74,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/female-with-headphones-doing-fitness-home_23-2148928944.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/tennisattributes-balls_72229-140.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tennisattributes-balls_72229-140.jpg?_wi=7", imageAlt: "youth tennis player serving", }, ]} -- 2.49.1 From c639ccbf44079ff1367630b9a5a517bacbecafb4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 02:17:28 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c8ef40d..f899e52 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,27 +57,27 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/tennisattributes-balls_72229-140.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tennisattributes-balls_72229-140.jpg?_wi=1", imageAlt: "Tennis coach teaching youth", }, { - imageSrc: "http://img.b2bpic.net/free-photo/tennisattributes-balls_72229-140.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tennisattributes-balls_72229-140.jpg?_wi=2", imageAlt: "Tennis coach teaching youth", }, { - imageSrc: "http://img.b2bpic.net/free-photo/tennisattributes-balls_72229-140.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tennisattributes-balls_72229-140.jpg?_wi=3", imageAlt: "Tennis coach teaching youth", }, { - imageSrc: "http://img.b2bpic.net/free-photo/tennisattributes-balls_72229-140.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tennisattributes-balls_72229-140.jpg?_wi=4", imageAlt: "Tennis coach teaching youth", }, { - imageSrc: "http://img.b2bpic.net/free-photo/tennisattributes-balls_72229-140.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tennisattributes-balls_72229-140.jpg?_wi=5", imageAlt: "Tennis coach teaching youth", }, { - imageSrc: "http://img.b2bpic.net/free-photo/tennisattributes-balls_72229-140.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tennisattributes-balls_72229-140.jpg?_wi=6", imageAlt: "Tennis coach teaching youth", }, ]} @@ -103,7 +103,7 @@ export default function LandingPage() { title: "Fun Guaranteed", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/people-getting-ready-tennis-game-winter-time_23-2149274719.jpg" + imageSrc="http://img.b2bpic.net/free-photo/people-getting-ready-tennis-game-winter-time_23-2149274719.jpg?_wi=1" mediaAnimation="slide-up" metricsAnimation="slide-up" /> @@ -166,14 +166,14 @@ export default function LandingPage() { name: "Sarah L.", role: "Parent", testimonial: "My son loved the coaching style. So encouraging!", - imageSrc: "http://img.b2bpic.net/free-photo/people-getting-ready-tennis-game-winter-time_23-2149274719.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-getting-ready-tennis-game-winter-time_23-2149274719.jpg?_wi=2", }, { id: "2", name: "Mike D.", role: "Student", testimonial: "Learned more in one hour than in my entire season.", - imageSrc: "http://img.b2bpic.net/free-photo/people-getting-ready-tennis-game-winter-time_23-2149274719.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-getting-ready-tennis-game-winter-time_23-2149274719.jpg?_wi=3", }, ]} /> -- 2.49.1