From 54a852b19875e9d95deb53645e446eb797245b9b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 03:12:37 +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 8042662..2f2fab4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { { text: "Começar Jornada", 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={[ { @@ -116,11 +116,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - 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"}, + 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?_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"}, + 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?_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"}, + 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?_wi=1"}, { id: "4", title: "Avaliação Física", description: "Acompanhamento preciso para sua evolução constante.", imageSrc: "http://img.b2bpic.net/free-photo/medical-researcher-using-laptop-while-measuring-sportsman-endurance-using-body-sensors-electrodes-mask-measuring-cardiac-rhythm_482257-2070.jpg"}, { @@ -139,15 +139,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Incrível", 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", imageAlt: "luxury gym dark interior"}, + id: "1", title: "Incrível", 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?_wi=2", imageAlt: "luxury gym dark interior"}, { id: "2", title: "Transformador", quote: "Meus resultados mudaram completamente com o acompanhamento da Corpo Sólido.", name: "Roberto Costa", role: "Engenheiro", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-fit-man-woman_23-2149734739.jpg", imageAlt: "personal trainer professional luxury gym"}, { - id: "3", title: "Excelente", 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", imageAlt: "modern gym weights area"}, + id: "3", title: "Excelente", 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?_wi=2", imageAlt: "modern gym weights area"}, { - id: "4", title: "Recomendo", 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", imageAlt: "wellness luxury gym area"}, + id: "4", title: "Recomendo", 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?_wi=2", imageAlt: "wellness luxury gym area"}, { - id: "5", title: "Impecável", 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", imageAlt: "group fitness class premium gym"}, + id: "5", title: "Impecável", 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?_wi=2", imageAlt: "group fitness class premium gym"}, ]} title="A Experiência Corpo Sólido" description="Veja o que nossos alunos dizem sobre a nossa academia." @@ -169,7 +169,7 @@ export default function LandingPage() {