diff --git a/src/app/page.tsx b/src/app/page.tsx index f50ad32..d30cae8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,7 +77,7 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-using-smartphone-training_23-2147789638.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-using-smartphone-training_23-2147789638.jpg?_wi=1", imageAlt: "dark modern gym interior", }, { @@ -125,7 +125,7 @@ export default function LandingPage() { { title: "24/7 Access", description: "Train on your schedule, anytime.", - imageSrc: "http://img.b2bpic.net/free-photo/barbell-weights-rack_23-2147789571.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barbell-weights-rack_23-2147789571.jpg?_wi=1", imageAlt: "heavy gym equipment neon lights", }, { @@ -181,7 +181,7 @@ export default function LandingPage() { button: { text: "Choose Plan", }, - imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-using-smartphone-training_23-2147789638.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-using-smartphone-training_23-2147789638.jpg?_wi=2", imageAlt: "intense gym training session", }, { @@ -197,7 +197,7 @@ export default function LandingPage() { button: { text: "Choose Plan", }, - imageSrc: "http://img.b2bpic.net/free-photo/barbell-weights-rack_23-2147789571.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barbell-weights-rack_23-2147789571.jpg?_wi=2", imageAlt: "intense gym training session", }, ]}