Update src/app/page.tsx
This commit is contained in:
@@ -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",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user