From a11ad4c54540d1a88bed4b490e9c7f536e7a0a26 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 03:11:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bcc972f..d81931e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,7 +82,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/sportive-young-woman-doing-exercise-with-dumbbell-fitness-center_23-2147827489.jpg" + imageSrc="http://img.b2bpic.net/free-photo/sportive-young-woman-doing-exercise-with-dumbbell-fitness-center_23-2147827489.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { @@ -160,19 +160,19 @@ export default function LandingPage() { id: "1", title: "Musculação", description: "Equipamentos de última geração em ambiente climatizado.", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-gym-equipment_23-2148197731.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-gym-equipment_23-2148197731.jpg?_wi=1", }, { id: "2", title: "Wellness", description: "Programas focados no seu equilíbrio mental e físico.", - imageSrc: "http://img.b2bpic.net/free-photo/young-women-standing-writing-down-something-into-notebook_1153-9777.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-women-standing-writing-down-something-into-notebook_1153-9777.jpg?_wi=1", }, { id: "3", title: "Aulas em Grupo", description: "Treinos motivadores e dinâmicos para todos os níveis.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-training-together-gym_23-2150289964.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-training-together-gym_23-2150289964.jpg?_wi=1", }, { id: "4", @@ -209,7 +209,7 @@ export default function LandingPage() { quote: "Melhor estrutura da região, atendimento nota 10.", name: "Juliana Silva", role: "Empresária", - imageSrc: "http://img.b2bpic.net/free-photo/sportive-young-woman-doing-exercise-with-dumbbell-fitness-center_23-2147827489.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sportive-young-woman-doing-exercise-with-dumbbell-fitness-center_23-2147827489.jpg?_wi=2", imageAlt: "luxury gym dark interior", }, { @@ -227,7 +227,7 @@ export default function LandingPage() { quote: "Ambiente sofisticado e motivador todos os dias.", name: "Fernanda Lima", role: "Advogada", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-gym-equipment_23-2148197731.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-gym-equipment_23-2148197731.jpg?_wi=2", imageAlt: "modern gym weights area", }, { @@ -236,7 +236,7 @@ export default function LandingPage() { quote: "Melhor decisão que tomei para minha saúde.", name: "Lucas Souza", role: "Estudante", - imageSrc: "http://img.b2bpic.net/free-photo/young-women-standing-writing-down-something-into-notebook_1153-9777.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-women-standing-writing-down-something-into-notebook_1153-9777.jpg?_wi=2", imageAlt: "wellness luxury gym area", }, { @@ -245,7 +245,7 @@ export default function LandingPage() { quote: "O suporte dos treinadores aqui é incomparável. Altamente profissional.", name: "Ricardo Santos", role: "Médico", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-training-together-gym_23-2150289964.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-training-together-gym_23-2150289964.jpg?_wi=2", imageAlt: "group fitness class premium gym", }, ]} @@ -272,7 +272,7 @@ export default function LandingPage() {