Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ca2566af7d | |||
| ae42061741 | |||
| 9b1cd2e6ac | |||
| ca756d9b06 | |||
| 1fd3a5e353 | |||
| deec2d0119 | |||
| 157a25830a | |||
| 9b908c0c72 | |||
| f7083ae240 | |||
| 355399313c |
190
src/app/page.tsx
190
src/app/page.tsx
@@ -31,18 +31,12 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Início", id: "#hero"},
|
||||
{
|
||||
name: "Sobre", id: "#about"},
|
||||
{
|
||||
name: "Serviços", id: "#services"},
|
||||
{
|
||||
name: "Planos", id: "#membership-plans"},
|
||||
{
|
||||
name: "Depoimentos", id: "/#testimonials"},
|
||||
{
|
||||
name: "Contato", id: "#contact"},
|
||||
{ name: "Início", id: "/" },
|
||||
{ name: "Sobre", id: "/" },
|
||||
{ name: "Serviços", id: "/" },
|
||||
{ name: "Planos", id: "/" },
|
||||
{ name: "Depoimentos", id: "/" },
|
||||
{ name: "Contato", id: "/" },
|
||||
]}
|
||||
brandName="Xtreme Gym Jacutinga"
|
||||
/>
|
||||
@@ -50,55 +44,33 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "rotated-rays-animated"}}
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
title="Seu limite começa aqui. E termina onde você quiser."
|
||||
description="A academia de Jacutinga com estrutura completa, equipamentos de qualidade e personal trainer para quem leva o treino a sério."
|
||||
kpis={[
|
||||
{
|
||||
value: "4.9/5", label: "Google Rating"},
|
||||
{
|
||||
value: "💪", label: "Peso Livre Completo"},
|
||||
{
|
||||
value: "🎯", label: "Personal Trainer"},
|
||||
{ value: "4.9/5", label: "Google Rating" },
|
||||
{ value: "💪", label: "Peso Livre Completo" },
|
||||
{ value: "🎯", label: "Personal Trainer" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Quero começar agora", href: "/#testimonials"},
|
||||
]}
|
||||
buttons={[{ text: "Quero começar agora", href: "https://wa.me/5511980311466" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-taking-dumbbell-from-rack_23-2147687621.jpg"
|
||||
imageAlt="Dynamic gym interior with weights and motion blur"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/sexy-woman-red-cap-is-chilling-tyre-storage-while-posing-photographer_613910-17148.jpg", alt: "Membro satisfeito"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-athlete-doing-weightlifting-gym_181624-13458.jpg", alt: "Treinador inspirador"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-guy-raises-bar-stadium_1153-6280.jpg", alt: "Atleta em foco"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/muscular-build-man-making-effort-while-weightlifting-cross-training-gym_637285-2488.jpg", alt: "Comunidade Xtreme"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/dumbbells-arrangement-gym_23-2150007137.jpg", alt: "Membro feliz"},
|
||||
{ src: "http://img.b2bpic.net/free-photo/sexy-woman-red-cap-is-chilling-tyre-storage-while-posing-photographer_613910-17148.jpg", alt: "Membro satisfeito" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-athlete-doing-weightlifting-gym_181624-13458.jpg", alt: "Treinador inspirador" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-guy-raises-bar-stadium_1153-6280.jpg", alt: "Atleta em foco" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/muscular-build-man-making-effort-while-weightlifting-cross-training-gym_637285-2488.jpg", alt: "Comunidade Xtreme" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/dumbbells-arrangement-gym_23-2150007137.jpg", alt: "Membro feliz" },
|
||||
]}
|
||||
avatarText="Mais de 500 membros ativos!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon", text: "Musculação", icon: Home,
|
||||
},
|
||||
{
|
||||
type: "text-icon", text: "Treino Funcional", icon: Flame,
|
||||
},
|
||||
{
|
||||
type: "text-icon", text: "Personal Trainer", icon: User,
|
||||
},
|
||||
{
|
||||
type: "text-icon", text: "Nutrição Esportiva", icon: Apple,
|
||||
},
|
||||
{
|
||||
type: "text-icon", text: "Resultados Comprovados", icon: Award,
|
||||
},
|
||||
{ type: "text-icon", text: "Musculação", icon: Home },
|
||||
{ type: "text-icon", text: "Treino Funcional", icon: Flame },
|
||||
{ type: "text-icon", text: "Personal Trainer", icon: User },
|
||||
{ type: "text-icon", text: "Nutrição Esportiva", icon: Apple },
|
||||
{ type: "text-icon", text: "Resultados Comprovados", icon: Award },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -108,7 +80,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Mais que uma academia. Uma comunidade de alta performance."
|
||||
description={[
|
||||
"Localizada no coração de Jacutinga-MG, a Xtreme Gym foi criada para quem não aceita resultado mediano. Ambiente familiar, equipamentos modernos e uma equipe que realmente se importa com seu progresso."]}
|
||||
"Localizada no coração de Jacutinga-MG, a Xtreme Gym foi criada para quem não aceita resultado mediano. Ambiente familiar, equipamentos modernos e uma equipe que realmente se importa com seu progresso."
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -119,28 +92,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "musculacao", label: "Musculação", title: "Equipamentos de Ponta", items: [
|
||||
"Modernos e diversos", "Foco em ganho de massa, definição ou força", "Espaço otimizado"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Saiba Mais", href: "/#testimonials"},
|
||||
],
|
||||
id: "musculacao", label: "Musculação", title: "Equipamentos de Ponta", items: [
|
||||
"Modernos e diversos", "Foco em ganho de massa, definição ou força", "Espaço otimizado"],
|
||||
buttons: [{ text: "Saiba Mais", href: "https://wa.me/5511980311466" }],
|
||||
},
|
||||
{
|
||||
id: "personal-trainer", label: "Personal Trainer", title: "Acompanhamento Exclusivo", items: [
|
||||
"Treino 100% personalizado", "Resultados mais rápidos e seguros", "Plano do zero, para seus objetivos"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Agendar Avaliação", href: "/#testimonials"},
|
||||
],
|
||||
id: "personal-trainer", label: "Personal Trainer", title: "Acompanhamento Exclusivo", items: [
|
||||
"Treino 100% personalizado", "Resultados mais rápidos e seguros", "Plano do zero, para seus objetivos"],
|
||||
buttons: [{ text: "Agendar Avaliação", href: "https://wa.me/5511980311466" }],
|
||||
},
|
||||
{
|
||||
id: "nutricao-esportiva", label: "Nutrição Esportiva", title: "Performance no Prato", items: [
|
||||
"Planos alimentares personalizados", "Otimização de resultados", "Suporte para todos os objetivos"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Descobrir", href: "/#testimonials"},
|
||||
],
|
||||
id: "nutricao-esportiva", label: "Nutrição Esportiva", title: "Performance no Prato", items: [
|
||||
"Planos alimentares personalizados", "Otimização de resultados", "Suporte para todos os objetivos"],
|
||||
buttons: [{ text: "Descobrir", href: "https://wa.me/5511980311466" }],
|
||||
},
|
||||
]}
|
||||
title="O que você vai encontrar na Xtreme"
|
||||
@@ -156,24 +120,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "plano-essencial", brand: "Xtreme Gym", name: "Plano Essencial", price: "R$99/mês", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-woman-sportswear-with-towel-her-neck-holding-coffee-cup-looking-screen-her-smartphone-surprised-happy-standing-orange-wall_141793-48884.jpg", imageAlt: "Plano Essencial"},
|
||||
{
|
||||
id: "plano-pro", brand: "Xtreme Gym", name: "Plano Pro", price: "R$149/mês", rating: 5,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/woman-gym-with-smartphone-template_23-2148111609.jpg", imageAlt: "Plano Pro"},
|
||||
{
|
||||
id: "plano-premium", brand: "Xtreme Gym", name: "Plano Premium", price: "R$199/mês", rating: 5,
|
||||
reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-vector/golden-stains-business-card-template_23-2148345362.jpg", imageAlt: "Plano Premium"},
|
||||
{
|
||||
id: "plano-elite", brand: "Xtreme Gym", name: "Plano Elite", price: "R$299/mês", rating: 5,
|
||||
reviewCount: "35", imageSrc: "http://img.b2bpic.net/free-psd/fitness-nutrition-business-card-template_23-2150212514.jpg", imageAlt: "Plano Elite"},
|
||||
{
|
||||
id: "plano-estudante", brand: "Xtreme Gym", name: "Plano Estudante", price: "R$79/mês", rating: 5,
|
||||
reviewCount: "50", imageSrc: "http://img.b2bpic.net/free-photo/pregnant-woman-near-mirror-gym-healthy-sports-lifestyle_169016-58912.jpg", imageAlt: "Plano Estudante"},
|
||||
{
|
||||
id: "plano-corporativo", brand: "Xtreme Gym", name: "Plano Corporativo", price: "Sob Consulta", rating: 5,
|
||||
reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/group-people-sitting-floor-looking-smartphone-gym_23-2147949632.jpg", imageAlt: "Plano Corporativo"},
|
||||
{ id: "plano-essencial", brand: "Xtreme Gym", name: "Plano Essencial", price: "R$99/mês", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-woman-sportswear-with-towel-her-neck-holding-coffee-cup-looking-screen-her-smartphone-surprised-happy-standing-orange-wall_141793-48884.jpg", imageAlt: "Plano Essencial" },
|
||||
{ id: "plano-pro", brand: "Xtreme Gym", name: "Plano Pro", price: "R$149/mês", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/woman-gym-with-smartphone-template_23-2148111609.jpg", imageAlt: "Plano Pro" },
|
||||
{ id: "plano-premium", brand: "Xtreme Gym", name: "Plano Premium", price: "R$199/mês", rating: 5, reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-vector/golden-stains-business-card-template_23-2148345362.jpg", imageAlt: "Plano Premium" },
|
||||
{ id: "plano-elite", brand: "Xtreme Gym", name: "Plano Elite", price: "R$299/mês", rating: 5, reviewCount: "35", imageSrc: "http://img.b2bpic.net/free-psd/fitness-nutrition-business-card-template_23-2150212514.jpg", imageAlt: "Plano Elite" },
|
||||
{ id: "plano-estudante", brand: "Xtreme Gym", name: "Plano Estudante", price: "R$79/mês", rating: 5, reviewCount: "50", imageSrc: "http://img.b2bpic.net/free-photo/pregnant-woman-near-mirror-gym-healthy-sports-lifestyle_169016-58912.jpg", imageAlt: "Plano Estudante" },
|
||||
{ id: "plano-corporativo", brand: "Xtreme Gym", name: "Plano Corporativo", price: "Sob Consulta", rating: 5, reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/group-people-sitting-floor-looking-smartphone-gym_23-2147949632.jpg", imageAlt: "Plano Corporativo" },
|
||||
]}
|
||||
title="Escolha o Plano Perfeito para Você"
|
||||
description="Flexibilidade e variedade para você começar sua jornada fitness ou elevar seu treino ao próximo nível."
|
||||
@@ -186,18 +138,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "google-rating", value: "4.9/5", title: "Google Rating", items: [
|
||||
"Avaliação Média Excelente", "Centenas de Membros Satisfeitos", "Compromisso com a Qualidade"],
|
||||
},
|
||||
{
|
||||
id: "anos-experiencia", value: "10+", title: "Anos de Experiência", items: [
|
||||
"Liderando o fitness em Jacutinga", "Tradição e inovação combinadas", "Equipe experiente e qualificada"],
|
||||
},
|
||||
{
|
||||
id: "membros-ativos", value: "500+", title: "Membros Ativos", items: [
|
||||
"Comunidade unida e motivada", "Ambiente de apoio mútuo", "Resultados reais e comprovados"],
|
||||
},
|
||||
{ id: "google-rating", value: "4.9/5", title: "Google Rating", items: ["Avaliação Média Excelente", "Centenas de Membros Satisfeitos", "Compromisso com a Qualidade"] },
|
||||
{ id: "anos-experiencia", value: "10+", title: "Anos de Experiência", items: ["Liderando o fitness em Jacutinga", "Tradição e inovação combinadas", "Equipe experiente e qualificada"] },
|
||||
{ id: "membros-ativos", value: "500+", title: "Membros Ativos", items: ["Comunidade unida e motivada", "Ambiente de apoio mútuo", "Resultados reais e comprovados"] },
|
||||
]}
|
||||
title="Nossa Reputação Fala Por Si"
|
||||
description="Resultados que comprovam nosso compromisso com a excelência e satisfação dos membros."
|
||||
@@ -210,16 +153,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "Rafael Fregnani", handle: "@rafael_fregnani", testimonial: "Academia completa, com bons equipamentos e ambiente motivador para treinos de força e condicionamento físico. 💪", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-gym_23-2150007195.jpg", imageAlt: "Rafael Fregnani"},
|
||||
{
|
||||
id: "t2", name: "Neiva Aparecida", handle: "@neiva_aparecida", testimonial: "Ambiente família. Amo treinar lá.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-fitness-woman-doing-exercise-with-dumbbell-studio_171337-9049.jpg", imageAlt: "Neiva Aparecida"},
|
||||
{
|
||||
id: "t3", name: "João Silva", handle: "@joao_silva_fit", testimonial: "Melhor academia de Jacutinga! Estrutura impecável e personal trainers super atenciosos. Recomendo para todos!", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-training-treadmill_23-2148419826.jpg", imageAlt: "João Silva"},
|
||||
{
|
||||
id: "t4", name: "Mariana Santos", handle: "@mari_fitness", testimonial: "Treino na Xtreme há anos e os resultados são visíveis. A energia do lugar é contagiante e me sinto sempre motivada.", imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-girl-black-sportswear-red-headband-smiling-showing-ok-sign-standing-white-wall_141793-56094.jpg", imageAlt: "Mariana Santos"},
|
||||
{
|
||||
id: "t5", name: "Pedro Costa", handle: "@pedro_costa_trainer", testimonial: "Profissionais de alto nível e equipamentos de última geração. O custo-benefício é excelente. É onde transformo meu corpo e mente.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-fitness-girl_23-2148017347.jpg", imageAlt: "Pedro Costa"},
|
||||
{ id: "t1", name: "Rafael Fregnani", handle: "@rafael_fregnani", testimonial: "Academia completa, com bons equipamentos e ambiente motivador para treinos de força e condicionamento físico. 💪", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-gym_23-2150007195.jpg", imageAlt: "Rafael Fregnani" },
|
||||
{ id: "t2", name: "Neiva Aparecida", handle: "@neiva_aparecida", testimonial: "Ambiente família. Amo treinar lá.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-fitness-woman-doing-exercise-with-dumbbell-studio_171337-9049.jpg", imageAlt: "Neiva Aparecida" },
|
||||
{ id: "t3", name: "João Silva", handle: "@joao_silva_fit", testimonial: "Melhor academia de Jacutinga! Estrutura impecável e personal trainers super atenciosos. Recomendo para todos!", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-training-treadmill_23-2148419826.jpg", imageAlt: "João Silva" },
|
||||
{ id: "t4", name: "Mariana Santos", handle: "@mari_fitness", testimonial: "Treino na Xtreme há anos e os resultados são visíveis. A energia do lugar é contagiante e me sinto sempre motivada.", imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-girl-black-sportswear-red-headband-smiling-showing-ok-sign-standing-white-wall_141793-56094.jpg", imageAlt: "Mariana Santos" },
|
||||
{ id: "t5", name: "Pedro Costa", handle: "@pedro_costa_trainer", testimonial: "Profissionais de alto nível e equipamentos de última geração. O custo-benefício é excelente. É onde transformo meu corpo e mente.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-fitness-girl_23-2148017347.jpg", imageAlt: "Pedro Costa" },
|
||||
]}
|
||||
title="Quem treina na Xtreme, aprova na Xtreme."
|
||||
description="Veja o que nossos alunos e a comunidade de Jacutinga-MG dizem sobre a Xtreme Gym."
|
||||
@@ -231,8 +169,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contato"
|
||||
title="Pronto para dar o primeiro passo?"
|
||||
description="Entre em contato, tire suas dúvidas e venha conhecer a Xtreme Gym."
|
||||
@@ -250,33 +187,24 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Academia", items: [
|
||||
{
|
||||
label: "Sobre Nós", href: "#about"},
|
||||
{
|
||||
label: "Serviços", href: "#services"},
|
||||
{
|
||||
label: "Planos", href: "#membership-plans"},
|
||||
{
|
||||
label: "Depoimentos", href: "/#testimonials"},
|
||||
title: "Academia", items: [
|
||||
{ label: "Sobre Nós", href: "/" },
|
||||
{ label: "Serviços", href: "/" },
|
||||
{ label: "Planos", href: "/" },
|
||||
{ label: "Depoimentos", href: "/" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contato", items: [
|
||||
{
|
||||
label: "WhatsApp", href: "https://wa.me/5511980311466"},
|
||||
{
|
||||
label: "Localização", href: "#contact"},
|
||||
{
|
||||
label: "Email", href: "mailto:contato@xtremegymacademia.com.br"},
|
||||
title: "Contato", items: [
|
||||
{ label: "WhatsApp", href: "https://wa.me/5511980311466" },
|
||||
{ label: "Localização", href: "/" },
|
||||
{ label: "Email", href: "mailto:contato@xtremegymacademia.com.br" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Termos de Uso", href: "/#testimonials"},
|
||||
{
|
||||
label: "Política de Privacidade", href: "/#testimonials"},
|
||||
title: "Legal", items: [
|
||||
{ label: "Termos de Uso", href: "/" },
|
||||
{ label: "Política de Privacidade", href: "/" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user