Update src/app/page.tsx
This commit is contained in:
195
src/app/page.tsx
195
src/app/page.tsx
@@ -30,107 +30,68 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Início", id: "#hero"},
|
||||
{
|
||||
name: "Sobre",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Sobre", id: "#about"},
|
||||
{
|
||||
name: "Serviços",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Serviços", id: "#services"},
|
||||
{
|
||||
name: "Depoimentos",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Depoimentos", id: "#testimonials"},
|
||||
]}
|
||||
brandName="Corpo Sólido"
|
||||
button={{
|
||||
text: "Agendar Agora",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Agendar Agora", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Transforme sua essência na Corpo Sólido."
|
||||
description="A excelência em fitness em Tapejara. Elevamos sua performance através de um ambiente exclusivo, tecnologia de ponta e um atendimento que redefine o conceito de bem-estar."
|
||||
kpis={[
|
||||
{
|
||||
value: "500+",
|
||||
label: "Alunos",
|
||||
},
|
||||
value: "500+", label: "Alunos"},
|
||||
{
|
||||
value: "9+",
|
||||
label: "Anos",
|
||||
},
|
||||
value: "9+", label: "Anos"},
|
||||
{
|
||||
value: "5★",
|
||||
label: "Avaliação",
|
||||
},
|
||||
value: "5★", label: "Avaliação"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Começar Jornada",
|
||||
href: "#contact",
|
||||
},
|
||||
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?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sportive-young-woman-doing-exercise-with-dumbbell-fitness-center_23-2147827489.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/sportive-young-woman-doing-exercise-with-dumbbell-fitness-center_23-2147827489.jpg",
|
||||
alt: "Aluno 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/sportive-young-woman-doing-exercise-with-dumbbell-fitness-center_23-2147827489.jpg", alt: "Aluno 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-fit-man-woman_23-2149734739.jpg",
|
||||
alt: "Aluno 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-fit-man-woman_23-2149734739.jpg", alt: "Aluno 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/still-life-gym-equipment_23-2148197731.jpg",
|
||||
alt: "Aluno 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/still-life-gym-equipment_23-2148197731.jpg", alt: "Aluno 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-women-standing-writing-down-something-into-notebook_1153-9777.jpg",
|
||||
alt: "Aluno 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-women-standing-writing-down-something-into-notebook_1153-9777.jpg", alt: "Aluno 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-people-training-together-gym_23-2150289964.jpg",
|
||||
alt: "Aluno 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-people-training-together-gym_23-2150289964.jpg", alt: "Aluno 5"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Excelência",
|
||||
icon: Activity,
|
||||
type: "text-icon", text: "Excelência", icon: Activity,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Exclusividade",
|
||||
icon: Crown,
|
||||
type: "text-icon", text: "Exclusividade", icon: Crown,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Resultados",
|
||||
icon: TrendingUp,
|
||||
type: "text-icon", text: "Resultados", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Tecnologia",
|
||||
icon: Zap,
|
||||
type: "text-icon", text: "Tecnologia", icon: Zap,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Performance",
|
||||
icon: Trophy,
|
||||
type: "text-icon", text: "Performance", icon: Trophy,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -142,9 +103,7 @@ export default function LandingPage() {
|
||||
title="Mais que uma academia, um legado de saúde."
|
||||
buttons={[
|
||||
{
|
||||
text: "Conheça Nossa História",
|
||||
href: "#",
|
||||
},
|
||||
text: "Conheça Nossa História", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -157,41 +116,17 @@ 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?_wi=1",
|
||||
},
|
||||
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: "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: "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: "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: "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: "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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Nutrição",
|
||||
description: "Planos alimentares estratégicos para melhores resultados.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-fish-vegetables_23-2148262195.jpg",
|
||||
},
|
||||
id: "5", title: "Nutrição", description: "Planos alimentares estratégicos para melhores resultados.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-fish-vegetables_23-2148262195.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
title: "Personal Trainer",
|
||||
description: "Treino personalizado com foco total no seu objetivo.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-drinking-juice-food-complements_23-2149103209.jpg",
|
||||
},
|
||||
id: "6", title: "Personal Trainer", description: "Treino personalizado com foco total no seu objetivo.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-drinking-juice-food-complements_23-2149103209.jpg"},
|
||||
]}
|
||||
title="Serviços de Alta Performance"
|
||||
description="Oferecemos uma estrutura completa pensada no seu desenvolvimento integral."
|
||||
@@ -204,50 +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?_wi=2",
|
||||
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", 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: "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?_wi=2",
|
||||
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", 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?_wi=2",
|
||||
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", 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?_wi=2",
|
||||
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", imageAlt: "group fitness class premium gym"},
|
||||
]}
|
||||
title="A Experiência Corpo Sólido"
|
||||
description="Veja o que nossos alunos dizem sobre a nossa academia."
|
||||
@@ -258,46 +158,35 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Pronto para elevar seu nível? Fale com nossa equipe agora mesmo."
|
||||
buttons={[
|
||||
{
|
||||
text: "WhatsApp Corpo Sólido",
|
||||
href: "https://wa.me/5554999999999",
|
||||
},
|
||||
text: "WhatsApp Corpo Sólido", href: "https://wa.me/5554999999999"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sportive-young-woman-doing-exercise-with-dumbbell-fitness-center_23-2147827489.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sportive-young-woman-doing-exercise-with-dumbbell-fitness-center_23-2147827489.jpg"
|
||||
columns={[
|
||||
{
|
||||
title: "Navegação",
|
||||
items: [
|
||||
title: "Navegação", items: [
|
||||
{
|
||||
label: "Sobre",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Sobre", href: "#about"},
|
||||
{
|
||||
label: "Serviços",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Serviços", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Localização",
|
||||
items: [
|
||||
title: "Localização", items: [
|
||||
{
|
||||
label: "Tapejara, RS",
|
||||
href: "#",
|
||||
},
|
||||
label: "Tapejara, RS", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
brandName="Corpo Sólido"
|
||||
logoText="Corpo Sólido"
|
||||
copyrightText="© 2025 Corpo Sólido. Todos os direitos reservados."
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user