Update src/app/page.tsx

This commit is contained in:
2026-04-24 14:33:33 +00:00
parent 945648b945
commit 5e7248877c

View File

@@ -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",
},
]}