diff --git a/src/app/page.tsx b/src/app/page.tsx index ee0965a..a078a9e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,21 +88,21 @@ export default function LandingPage() { features={[ { title: "Core Strength Training", description: "Develop a stable and deep seat through core conditioning that mirrors the demands of the saddle.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/attractive-strong-sportsman-gym-make-yoga-sport-exercises_171337-19761.jpg", imageAlt: "Core workout"}, + imageSrc: "http://img.b2bpic.net/free-photo/attractive-strong-sportsman-gym-make-yoga-sport-exercises_171337-19761.jpg?_wi=1", imageAlt: "Core workout"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/attractive-strong-sportsman-gym-make-yoga-sport-exercises_171337-19761.jpg", imageAlt: "Core workout"} + imageSrc: "http://img.b2bpic.net/free-photo/attractive-strong-sportsman-gym-make-yoga-sport-exercises_171337-19761.jpg?_wi=2", imageAlt: "Core workout"} }, { title: "Flexibility & Mobility", description: "Improve your range of motion and prevent injury with targeted mobility routines.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/man-white-motorcycle-helmet-burgundy-pilot-jacket-shot-from-back-with-both-fists-up-air-with-shaka-gesture-against-white-wall-background_346278-1559.jpg", imageAlt: "Stretching workout"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-white-motorcycle-helmet-burgundy-pilot-jacket-shot-from-back-with-both-fists-up-air-with-shaka-gesture-against-white-wall-background_346278-1559.jpg?_wi=1", imageAlt: "Stretching workout"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/man-white-motorcycle-helmet-burgundy-pilot-jacket-shot-from-back-with-both-fists-up-air-with-shaka-gesture-against-white-wall-background_346278-1559.jpg", imageAlt: "Stretching workout"} + imageSrc: "http://img.b2bpic.net/free-photo/man-white-motorcycle-helmet-burgundy-pilot-jacket-shot-from-back-with-both-fists-up-air-with-shaka-gesture-against-white-wall-background_346278-1559.jpg?_wi=2", imageAlt: "Stretching workout"} }, { title: "Balance & Coordination", description: "Sharpen your proprioception to maintain superior balance through every transition and jump.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-training-yoga-mat_23-2148861035.jpg", imageAlt: "Balance training"}, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-training-yoga-mat_23-2148861035.jpg?_wi=1", imageAlt: "Balance training"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-training-yoga-mat_23-2148861035.jpg", imageAlt: "Balance training"} + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-training-yoga-mat_23-2148861035.jpg?_wi=2", imageAlt: "Balance training"} }, ]} showStepNumbers={true}