diff --git a/src/app/page.tsx b/src/app/page.tsx index f7c6571..5ce35ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,11 +73,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/athletic-shaved-head-tattooed-male-doing-shoulder-workout-with-kettlebell_613910-14178.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/athletic-shaved-head-tattooed-male-doing-shoulder-workout-with-kettlebell_613910-14178.jpg?_wi=1", imageAlt: "Kettlebell workout", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-happy-sportswoman-warming-up-stretching-floor-while-exercising-living-room_637285-661.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-happy-sportswoman-warming-up-stretching-floor-while-exercising-living-room_637285-661.jpg?_wi=1", imageAlt: "Yoga stretch", }, { @@ -141,13 +141,13 @@ export default function LandingPage() { { title: "Video Tutorials", description: "Form check guides for every single exercise to prevent injury.", - imageSrc: "http://img.b2bpic.net/free-photo/athletic-shaved-head-tattooed-male-doing-shoulder-workout-with-kettlebell_613910-14178.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/athletic-shaved-head-tattooed-male-doing-shoulder-workout-with-kettlebell_613910-14178.jpg?_wi=2", imageAlt: "Exercising with kettlebells", }, { title: "Progress Tracking", description: "Track your lift PRs, body metrics, and training frequency.", - imageSrc: "http://img.b2bpic.net/free-photo/young-happy-sportswoman-warming-up-stretching-floor-while-exercising-living-room_637285-661.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-happy-sportswoman-warming-up-stretching-floor-while-exercising-living-room_637285-661.jpg?_wi=2", imageAlt: "Exercising with kettlebells", }, ]}