diff --git a/src/app/page.tsx b/src/app/page.tsx index 513cab7..718b145 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,7 +75,7 @@ export default function LandingPage() { }, ]} buttonAnimation="none" - imageSrc="http://img.b2bpic.net/free-photo/young-man-playing-tennis-court_1303-16301.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-man-playing-tennis-court_1303-16301.jpg?_wi=1" imageAlt="Tennis player in action during a serve" textPosition="center" showBlur={true} @@ -102,11 +102,11 @@ export default function LandingPage() { title: "Preparation Phase", description: "Focus on optimal body positioning, grip, and ball toss. This phase sets the foundation for kinetic chain efficiency and energy loading.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-female-athlete-text-messaging-mobile-phone_637285-6214.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-female-athlete-text-messaging-mobile-phone_637285-6214.jpg?_wi=1", imageAlt: "Preparation phase analysis on phone", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-smartphone_23-2149434222.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-smartphone_23-2149434222.jpg?_wi=1", imageAlt: "Preparation phase drills on phone", }, }, @@ -115,11 +115,11 @@ export default function LandingPage() { title: "Acceleration Phase", description: "Maximize racket head speed and power generation through precise joint sequencing, muscle activation timing, and force transfer.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-female-athlete-text-messaging-mobile-phone_637285-6214.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-female-athlete-text-messaging-mobile-phone_637285-6214.jpg?_wi=2", imageAlt: "Acceleration phase analysis on phone", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-smartphone_23-2149434222.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-smartphone_23-2149434222.jpg?_wi=2", imageAlt: "Acceleration phase drills on phone", }, }, @@ -128,11 +128,11 @@ export default function LandingPage() { title: "Follow Through Phase", description: "Ensure a safe and efficient deceleration, preventing injury while maintaining balance and preparing for the next shot. Vital for consistency.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-female-athlete-text-messaging-mobile-phone_637285-6214.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-female-athlete-text-messaging-mobile-phone_637285-6214.jpg?_wi=3", imageAlt: "Follow through phase analysis on phone", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-smartphone_23-2149434222.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-smartphone_23-2149434222.jpg?_wi=3", imageAlt: "Follow through phase drills on phone", }, }, @@ -152,25 +152,25 @@ export default function LandingPage() { { id: "1", name: "Alex T.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-middleaged-male-athlete-feeling-pleased-pointing-himself-proudly-achieve-goa_1258-130696.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-middleaged-male-athlete-feeling-pleased-pointing-himself-proudly-achieve-goa_1258-130696.jpg?_wi=1", imageAlt: "Alex T. Headshot", }, { id: "2", name: "Maria S.", - imageSrc: "http://img.b2bpic.net/free-photo/girl-soccer-player-girl-sports-uniform-soccer-field-football-concept_169016-67690.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-soccer-player-girl-sports-uniform-soccer-field-football-concept_169016-67690.jpg?_wi=1", imageAlt: "Maria S. Headshot", }, { id: "3", name: "Coach D.", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-tennis-player-court_1303-16170.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-tennis-player-court_1303-16170.jpg?_wi=1", imageAlt: "Coach D. Headshot", }, { id: "4", name: "Ben L.", - imageSrc: "http://img.b2bpic.net/free-photo/student-woman-isolated-blue-background-showing-victory-gesture_231208-14291.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/student-woman-isolated-blue-background-showing-victory-gesture_231208-14291.jpg?_wi=1", imageAlt: "Ben L. Headshot", }, ]}