Update src/app/page.tsx

This commit is contained in:
2026-05-18 09:56:11 +00:00
parent 4296a87ebe
commit b3c8a27c88

View File

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