Update src/app/page.tsx

This commit is contained in:
2026-05-21 21:32:53 +00:00
parent 81741b7443
commit 56d786e3fe

View File

@@ -76,11 +76,11 @@ export default function LandingPage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/man-walking-running-machine_1203-456.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-walking-running-machine_1203-456.jpg?_wi=1",
imageAlt: "Luxury gym workout area",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-training-gym_23-2148024288.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-training-gym_23-2148024288.jpg?_wi=1",
imageAlt: "Professional weight training room",
},
{
@@ -153,7 +153,7 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/man-walking-running-machine_1203-456.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-walking-running-machine_1203-456.jpg?_wi=2",
imageAlt: "personal training session gym",
},
{
@@ -178,7 +178,7 @@ export default function LandingPage() {
},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/woman-training-gym_23-2148024288.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-training-gym_23-2148024288.jpg?_wi=2",
imageAlt: "personal training session gym",
},
]}