From b22d36d8105614de638439dcdb03c22e1152192d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 07:18:56 +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 c92ee03..c8013d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,7 +95,7 @@ export default function LandingPage() { }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/abstract-blur_74190-1299.jpg" + imageSrc="http://img.b2bpic.net/free-photo/abstract-blur_74190-1299.jpg?_wi=1" imageAlt="Modern gym interior with various fitness equipment" /> @@ -124,7 +124,7 @@ export default function LandingPage() { icon: Users, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/smiling-black-man-lifting-barbell-with-personal-trainer_1262-16411.jpg" + imageSrc="http://img.b2bpic.net/free-photo/smiling-black-man-lifting-barbell-with-personal-trainer_1262-16411.jpg?_wi=1" imageAlt="Personal trainer assisting a client with weights in a modern gym" mediaAnimation="opacity" /> @@ -167,7 +167,7 @@ export default function LandingPage() { imageAlt: "Person on stationary bike", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur_74190-1299.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur_74190-1299.jpg?_wi=2", imageAlt: "person lifting weights in gym", }, { @@ -184,7 +184,7 @@ export default function LandingPage() { imageAlt: "Woman doing a yoga pose", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/smiling-black-man-lifting-barbell-with-personal-trainer_1262-16411.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-black-man-lifting-barbell-with-personal-trainer_1262-16411.jpg?_wi=2", imageAlt: "person lifting weights in gym", }, ]} -- 2.49.1