diff --git a/src/app/page.tsx b/src/app/page.tsx
index f7a6fc6..9a58af3 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -52,113 +40,42 @@ export default function LandingPage() {
@@ -168,42 +85,12 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: 1,
- title: "Acompanhamento Individual",
- description: "Professor sempre por perto corrigindo seus movimentos.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32133.jpg?_wi=2",
- },
- {
- id: 2,
- title: "Treino Personalizado",
- description: "Seu treino montado para o SEU objetivo específico.",
- imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-hanging-wrist-builder-rack_23-2147789569.jpg?_wi=2",
- },
- {
- id: 3,
- title: "Turmas Pequenas",
- description: "Máximo 8 alunos por horário para atenção total.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32102.jpg?_wi=2",
- },
- {
- id: 4,
- title: "APP de Treinos",
- description: "Tenha seu treino na palma da mão 24h por dia.",
- imageSrc: "http://img.b2bpic.net/free-photo/ai-llm-chatbot-software-interface-pc-home-office-showing-virtual-assistant_482257-113943.jpg?_wi=2",
- },
- {
- id: 5,
- title: "Garantia de Resultados",
- description: "90 dias ou devolvemos seu dinheiro.",
- imageSrc: "http://img.b2bpic.net/free-photo/data-stats-around-person-doing-physical-activity_23-2150165163.jpg",
- },
- {
- id: 6,
- title: "Horários Flexíveis",
- description: "Das 6h às 23h, 7 dias por semana.",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-clock_1339-6373.jpg",
- },
+ { id: 1, title: "Acompanhamento Individual", description: "Professor sempre por perto corrigindo seus movimentos.", imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32133.jpg" },
+ { id: 2, title: "Treino Personalizado", description: "Seu treino montado para o SEU objetivo específico.", imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-hanging-wrist-builder-rack_23-2147789569.jpg" },
+ { id: 3, title: "Turmas Pequenas", description: "Máximo 8 alunos por horário para atenção total.", imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32102.jpg" },
+ { id: 4, title: "APP de Treinos", description: "Tenha seu treino na palma da mão 24h por dia.", imageSrc: "http://img.b2bpic.net/free-photo/ai-llm-chatbot-software-interface-pc-home-office-showing-virtual-assistant_482257-113943.jpg" },
+ { id: 5, title: "Garantia de Resultados", description: "90 dias ou devolvemos seu dinheiro.", imageSrc: "http://img.b2bpic.net/free-photo/data-stats-around-person-doing-physical-activity_23-2150165163.jpg" },
+ { id: 6, title: "Horários Flexíveis", description: "Das 6h às 23h, 7 dias por semana.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-clock_1339-6373.jpg" }
]}
title="POR QUE A FORÇA TOTAL É DIFERENTE"
description="A maioria das academias te abandona após a matrícula. Aqui, nós focamos no SEU resultado."
@@ -215,49 +102,14 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={true}
- testimonials={[
- {
- id: "1",
- name: "Marina",
- handle: "34 anos",
- testimonial: "Perdi 15kg em 4 meses. Os professores não me deixaram desistir.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-sporty-young-woman-wearing-black-cap-holding-plastic-water-bottle_23-2147944546.jpg",
- },
- {
- id: "2",
- name: "Ricardo",
- handle: "28 anos",
- testimonial: "Finalmente aprendi a treinar corretamente e sem me machucar.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-drinking-water-sitting-floor-sport-center_839833-22863.jpg",
- },
- {
- id: "3",
- name: "Carla",
- handle: "42 anos",
- testimonial: "Atenção incrível, nunca me senti tão motivada a treinar.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-fit-man-gym_23-2150289978.jpg",
- },
- {
- id: "4",
- name: "Bruno",
- handle: "22 anos",
- testimonial: "Os treinos personalizados fizeram toda a diferença na minha hipertrofia.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/strong-serious-sportsman-looking-away-while-training_171337-19978.jpg",
- },
- {
- id: "5",
- name: "Ana",
- handle: "39 anos",
- testimonial: "O ambiente é maravilhoso, ninguém te julga, só te ajudam.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/female-jogger-resting-low-view_23-2148762280.jpg",
- },
- ]}
showRating={true}
+ testimonials={[
+ { id: "1", name: "Marina", handle: "34 anos", testimonial: "Perdi 15kg em 4 meses. Os professores não me deixaram desistir.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-sporty-young-woman-wearing-black-cap-holding-plastic-water-bottle_23-2147944546.jpg" },
+ { id: "2", name: "Ricardo", handle: "28 anos", testimonial: "Finalmente aprendi a treinar corretamente e sem me machucar.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-drinking-water-sitting-floor-sport-center_839833-22863.jpg" },
+ { id: "3", name: "Carla", handle: "42 anos", testimonial: "Atenção incrível, nunca me senti tão motivada a treinar.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-fit-man-gym_23-2150289978.jpg" },
+ { id: "4", name: "Bruno", handle: "22 anos", testimonial: "Os treinos personalizados fizeram toda a diferença na minha hipertrofia.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/strong-serious-sportsman-looking-away-while-training_171337-19978.jpg" },
+ { id: "5", name: "Ana", handle: "39 anos", testimonial: "O ambiente é maravilhoso, ninguém te julga, só te ajudam.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/female-jogger-resting-low-view_23-2148762280.jpg" }
+ ]}
title="RESULTADOS REAIS DE ALUNOS REAIS"
description="+450 alunos transformados nos últimos 12 meses."
/>
@@ -268,49 +120,14 @@ export default function LandingPage() {
textboxLayout="split"
gridVariant="bento-grid"
useInvertedBackground={false}
+ animationType="slide-up"
products={[
- {
- id: "p1",
- name: "Musculação",
- price: "Equipamentos novos",
- variant: "Musculação",
- imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-loft-gym-fitness_105762-2020.jpg?_wi=2",
- },
- {
- id: "p2",
- name: "Área Cardio",
- price: "Tudo para seu fôlego",
- variant: "Cardio",
- imageSrc: "http://img.b2bpic.net/free-photo/cardio-training-modern-gym_1098-15837.jpg?_wi=2",
- },
- {
- id: "p3",
- name: "Funcional",
- price: "Área de grama sintética",
- variant: "Funcional",
- imageSrc: "http://img.b2bpic.net/free-photo/two-men-with-naked-torso-doing-exercises-abs-outdoors_7502-9801.jpg?_wi=2",
- },
- {
- id: "p4",
- name: "Vestiário",
- price: "Seguro e confortável",
- variant: "Vestiário",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-man-swimmer-locker-room_23-2148357072.jpg?_wi=2",
- },
- {
- id: "p5",
- name: "Espaço Zen",
- price: "Para seu relaxamento",
- variant: "Espaço Zen",
- imageSrc: "http://img.b2bpic.net/free-photo/still-life-foam-roller_23-2151817413.jpg?_wi=2",
- },
- {
- id: "p6",
- name: "Recepção",
- price: "Sempre pronta pra te atender",
- variant: "Recepção",
- imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-gym-room_74190-5097.jpg?_wi=2",
- },
+ { id: "p1", name: "Musculação", price: "Equipamentos novos", variant: "Musculação", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-loft-gym-fitness_105762-2020.jpg" },
+ { id: "p2", name: "Área Cardio", price: "Tudo para seu fôlego", variant: "Cardio", imageSrc: "http://img.b2bpic.net/free-photo/cardio-training-modern-gym_1098-15837.jpg" },
+ { id: "p3", name: "Funcional", price: "Área de grama sintética", variant: "Funcional", imageSrc: "http://img.b2bpic.net/free-photo/two-men-with-naked-torso-doing-exercises-abs-outdoors_7502-9801.jpg" },
+ { id: "p4", name: "Vestiário", price: "Seguro e confortável", variant: "Vestiário", imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-man-swimmer-locker-room_23-2148357072.jpg" },
+ { id: "p5", name: "Espaço Zen", price: "Para seu relaxamento", variant: "Espaço Zen", imageSrc: "http://img.b2bpic.net/free-photo/still-life-foam-roller_23-2151817413.jpg" },
+ { id: "p6", name: "Recepção", price: "Sempre pronta pra te atender", variant: "Recepção", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-gym-room_74190-5097.jpg" }
]}
title="CONHEÇA NOSSA ESTRUTURA"
description="800m² de área climatizada e equipamentos de última geração."
@@ -324,34 +141,10 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true}
members={[
- {
- id: "t1",
- name: "Ricardo",
- role: "Head Trainer",
- description: "10 anos de experiência em musculação.",
- imageSrc: "http://img.b2bpic.net/free-photo/fit-woman-gym-side-view_23-2149445952.jpg",
- },
- {
- id: "t2",
- name: "Carla",
- role: "Cardio Coach",
- description: "8 anos de especialização em cardio.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-dancer-practising-dance_107420-63931.jpg",
- },
- {
- id: "t3",
- name: "Bruno",
- role: "Funcional Expert",
- description: "Especialista em treino funcional dinâmico.",
- imageSrc: "http://img.b2bpic.net/free-photo/person-sport-gym-using-kettlebells_23-2149255845.jpg",
- },
- {
- id: "t4",
- name: "Ana",
- role: "Nutricionista",
- description: "Focada em resultados reais e saudáveis.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-tablet_23-2149894913.jpg",
- },
+ { id: "t1", name: "Ricardo", role: "Head Trainer", description: "10 anos de experiência em musculação.", imageSrc: "http://img.b2bpic.net/free-photo/fit-woman-gym-side-view_23-2149445952.jpg" },
+ { id: "t2", name: "Carla", role: "Cardio Coach", description: "8 anos de especialização em cardio.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-dancer-practising-dance_107420-63931.jpg" },
+ { id: "t3", name: "Bruno", role: "Funcional Expert", description: "Especialista em treino funcional dinâmico.", imageSrc: "http://img.b2bpic.net/free-photo/person-sport-gym-using-kettlebells_23-2149255845.jpg" },
+ { id: "t4", name: "Ana", role: "Nutricionista", description: "Focada em resultados reais e saudáveis.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-tablet_23-2149894913.jpg" }
]}
title="PROFESSORES ESPECIALIZADOS"
description="Todos com CREF ativo e paixão pelo que fazem."
@@ -362,31 +155,15 @@ export default function LandingPage() {
@@ -395,31 +172,17 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/dark-interwoven-lattice-texture_84443-72982.jpg"
columns={[
{
- title: "Links",
- items: [
- {
- label: "Agendar Agora",
- href: "#hero",
- },
- {
- label: "Sobre nós",
- href: "#diferenciais",
- },
- ],
+ title: "Links", items: [
+ { label: "Agendar Agora", href: "#hero" },
+ { label: "Sobre nós", href: "#diferenciais" }
+ ]
},
{
- title: "Contato",
- items: [
- {
- label: "(54) 99999-9999",
- href: "tel:5554999999999",
- },
- {
- label: "contato@forcatotal.com.br",
- href: "mailto:contato@forcatotal.com.br",
- },
- ],
- },
+ title: "Contato", items: [
+ { label: "(54) 99999-9999", href: "tel:5554999999999" },
+ { label: "contato@forcatotal.com.br", href: "mailto:contato@forcatotal.com.br" }
+ ]
+ }
]}
logoText="FORÇA TOTAL"
copyrightText="© 2026 Força Total. CREF: 00000-G/RS"
@@ -428,4 +191,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file