diff --git a/src/app/page.tsx b/src/app/page.tsx index d84f3f6..b3c282c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,7 +88,7 @@ export default function LandingPage() { handle: "@alexfit", testimonial: "The 3D Gym experience is revolutionary! I've never been more motivated.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-outdoors_23-2148613033.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-outdoors_23-2148613033.jpg?_wi=1", imageAlt: "Alex Johnson", }, { @@ -96,7 +96,7 @@ export default function LandingPage() { handle: "@mariaruns", testimonial: "Immersive workouts make time fly. My fitness journey transformed!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-training-outdoors-with-ball_23-2150765084.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-training-outdoors-with-ball_23-2150765084.jpg?_wi=1", imageAlt: "Maria Rodriguez", }, { @@ -158,7 +158,7 @@ export default function LandingPage() { }, ]} avatarText="Join our growing community!" - imageSrc="http://img.b2bpic.net/free-photo/medical-mask-gym-equipment-with-weights_23-2148766073.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medical-mask-gym-equipment-with-weights_23-2148766073.jpg?_wi=1" imageAlt="3D immersive gym environment" mediaAnimation="slide-up" marqueeItems={[ @@ -255,7 +255,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/medical-mask-gym-equipment-with-weights_23-2148766073.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medical-mask-gym-equipment-with-weights_23-2148766073.jpg?_wi=2", imageAlt: "person running on treadmill VR", }, { @@ -280,7 +280,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-outdoors_23-2148613033.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-outdoors_23-2148613033.jpg?_wi=2", imageAlt: "person running on treadmill VR", }, { @@ -305,7 +305,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/woman-training-outdoors-with-ball_23-2150765084.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-training-outdoors-with-ball_23-2150765084.jpg?_wi=2", imageAlt: "person running on treadmill VR", }, ]}