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", }, ]} 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", }, ]} />