From 9a70af2957dc6bf1dacaab05148a83a7bd37d25f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 16:01:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eb0b4ec..187b0e0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,17 +72,17 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/woman-training-gym_23-2148024360.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-training-gym_23-2148024360.jpg?_wi=1", imageAlt: "Modern gym interior", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/from-back-sexy-young-woman-sportswear-seafront-sunrise-summer-morning-tropical-country-workout-fashionable-model-fitness-happiness_197531-2913.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/from-back-sexy-young-woman-sportswear-seafront-sunrise-summer-morning-tropical-country-workout-fashionable-model-fitness-happiness_197531-2913.jpg?_wi=1", imageAlt: "Gym equipment", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-medical-mask-cleaning-gym-equipment-with-copy-space_23-2148766017.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-medical-mask-cleaning-gym-equipment-with-copy-space_23-2148766017.jpg?_wi=1", imageAlt: "Weight room", }, { @@ -124,7 +124,7 @@ export default function LandingPage() { description: "Acesso por reconhecimento facial.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-athlete-ready-run_23-2148876522.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-athlete-ready-run_23-2148876522.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -149,7 +149,7 @@ export default function LandingPage() { imageAlt: "Smart training", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/woman-training-gym_23-2148024360.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-training-gym_23-2148024360.jpg?_wi=2", imageAlt: "gym weight room modern", }, { @@ -166,7 +166,7 @@ export default function LandingPage() { imageAlt: "Yoga classes", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/from-back-sexy-young-woman-sportswear-seafront-sunrise-summer-morning-tropical-country-workout-fashionable-model-fitness-happiness_197531-2913.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/from-back-sexy-young-woman-sportswear-seafront-sunrise-summer-morning-tropical-country-workout-fashionable-model-fitness-happiness_197531-2913.jpg?_wi=2", imageAlt: "modern cardio treadmill room", }, { @@ -183,7 +183,7 @@ export default function LandingPage() { imageAlt: "Professional help", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-medical-mask-cleaning-gym-equipment-with-copy-space_23-2148766017.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-medical-mask-cleaning-gym-equipment-with-copy-space_23-2148766017.jpg?_wi=2", imageAlt: "strength training equipment", }, ]} @@ -330,7 +330,7 @@ export default function LandingPage() { }, ]} mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/close-up-athlete-ready-run_23-2148876522.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-athlete-ready-run_23-2148876522.jpg?_wi=2" /> -- 2.49.1