Update src/app/page.tsx

This commit is contained in:
2026-06-10 12:03:24 +00:00
parent 28bfcbe21a
commit 61e289f7b8

View File

@@ -96,11 +96,11 @@ export default function LandingPage() {
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/training-pull-up-bar_1398-2904.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/training-pull-up-bar_1398-2904.jpg?_wi=1",
imageAlt: "Happy children playing in a colorful ball pit",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/girl-climbing-playground-side-view_23-2148361470.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/girl-climbing-playground-side-view_23-2148361470.jpg?_wi=1",
imageAlt: "Child sliding down a bright indoor playground slide",
},
{
@@ -185,7 +185,7 @@ export default function LandingPage() {
},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/training-pull-up-bar_1398-2904.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/training-pull-up-bar_1398-2904.jpg?_wi=2",
imageAlt: "kids in soft play climbing structure",
},
{
@@ -210,7 +210,7 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/girl-climbing-playground-side-view_23-2148361470.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/girl-climbing-playground-side-view_23-2148361470.jpg?_wi=2",
imageAlt: "kids in soft play climbing structure",
},
]}