From 61e289f7b854a5dc09d926f3b5f4e6bdd5c53e8d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 12:03:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f005407..af936b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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", }, ]}