Merge version_1 into main #2
125
src/app/page.tsx
125
src/app/page.tsx
@@ -30,30 +30,18 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Início", id: "hero"},
|
||||
{
|
||||
name: "Academia",
|
||||
id: "about",
|
||||
},
|
||||
name: "Academia", id: "about"},
|
||||
{
|
||||
name: "Serviços",
|
||||
id: "services",
|
||||
},
|
||||
name: "Serviços", id: "services"},
|
||||
{
|
||||
name: "Diferenciais",
|
||||
id: "diferenciais",
|
||||
},
|
||||
name: "Diferenciais", id: "diferenciais"},
|
||||
{
|
||||
name: "Localização",
|
||||
id: "location",
|
||||
},
|
||||
name: "Localização", id: "location"},
|
||||
]}
|
||||
button={{
|
||||
text: "Agendar Aula",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Agendar Aula", href: "#contact"}}
|
||||
brandName="Begin Fit"
|
||||
/>
|
||||
</div>
|
||||
@@ -61,41 +49,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Begin Fit | Academia Premium"
|
||||
description="Transforme seu corpo, sua mente e sua vida. Experiência de treino exclusiva com atendimento de alta performance."
|
||||
buttons={[
|
||||
{
|
||||
text: "Agendar Aula Experimental",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Agendar Aula Experimental", href: "#contact"},
|
||||
{
|
||||
text: "Falar no WhatsApp",
|
||||
href: "https://wa.me/5564992318827",
|
||||
},
|
||||
text: "Falar no WhatsApp", href: "https://wa.me/5564992318827"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dark-vip-cinema-studio-still-life_23-2149500618.jpg",
|
||||
imageAlt: "Academia moderna",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dark-vip-cinema-studio-still-life_23-2149500618.jpg", imageAlt: "Academia moderna"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-doing-resitance-exercise-mat_23-2148387880.jpg",
|
||||
imageAlt: "Aula em grupo",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-doing-resitance-exercise-mat_23-2148387880.jpg", imageAlt: "Aula em grupo"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/muscular-build-man-performing-deadlift-while-having-weight-training-gym_637285-2492.jpg",
|
||||
imageAlt: "Treino personalizado",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/muscular-build-man-performing-deadlift-while-having-weight-training-gym_637285-2492.jpg", imageAlt: "Treino personalizado"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-with-jumping-rope_23-2147789633.jpg?_wi=1",
|
||||
imageAlt: "Espaço de musculação",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-with-jumping-rope_23-2147789633.jpg", imageAlt: "Espaço de musculação"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/endurance-women-fitness-concept-goodlooking-young-healthy-sporty-female-athlete-finish-productive-training-take-breath-after-exercise-sit-with-legs-crossed-gym-floor-smiling-satisfied_197531-30358.jpg?_wi=1",
|
||||
imageAlt: "Ambiente de alta performance",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/endurance-women-fitness-concept-goodlooking-young-healthy-sporty-female-athlete-finish-productive-training-take-breath-after-exercise-sit-with-legs-crossed-gym-floor-smiling-satisfied_197531-30358.jpg", imageAlt: "Ambiente de alta performance"},
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -107,9 +80,7 @@ export default function LandingPage() {
|
||||
title="Academia Premium com Atendimento Personalizado"
|
||||
buttons={[
|
||||
{
|
||||
text: "Saiba mais",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Saiba mais", href: "#about"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -122,24 +93,16 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Activity,
|
||||
title: "Musculação e Hipertrofia",
|
||||
description: "Estrutura completa com equipamentos modernos para seu ganho muscular.",
|
||||
},
|
||||
title: "Musculação e Hipertrofia", description: "Estrutura completa com equipamentos modernos para seu ganho muscular."},
|
||||
{
|
||||
icon: Waves,
|
||||
title: "Pilates e Bem-estar",
|
||||
description: "Foco em postura, respiração e condicionamento físico consciente.",
|
||||
},
|
||||
title: "Pilates e Bem-estar", description: "Foco em postura, respiração e condicionamento físico consciente."},
|
||||
{
|
||||
icon: Activity,
|
||||
title: "Aulas Coletivas",
|
||||
description: "Fitdance, Zumba e muito mais. Energia lá em cima.",
|
||||
},
|
||||
title: "Aulas Coletivas", description: "Fitdance, Zumba e muito mais. Energia lá em cima."},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Diferenciais",
|
||||
description: "Espaço Kids, ficha digital no app e consultoria individual.",
|
||||
},
|
||||
title: "Diferenciais", description: "Espaço Kids, ficha digital no app e consultoria individual."},
|
||||
]}
|
||||
title="Nossos Serviços"
|
||||
description="Variedade e qualidade para todos os objetivos."
|
||||
@@ -148,44 +111,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonial" data-section="testimonial">
|
||||
<TestimonialCardSix
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ana Silva",
|
||||
handle: "@anasilva",
|
||||
testimonial: "Equipamentos modernos e ambiente super limpo!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-with-jumping-rope_23-2147789633.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Ana Silva", handle: "@anasilva", testimonial: "Equipamentos modernos e ambiente super limpo!", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-with-jumping-rope_23-2147789633.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Carlos Souza",
|
||||
handle: "@carlosouza",
|
||||
testimonial: "O melhor pilates da região, recomendo muito.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/endurance-women-fitness-concept-goodlooking-young-healthy-sporty-female-athlete-finish-productive-training-take-breath-after-exercise-sit-with-legs-crossed-gym-floor-smiling-satisfied_197531-30358.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "Carlos Souza", handle: "@carlosouza", testimonial: "O melhor pilates da região, recomendo muito.", imageSrc: "http://img.b2bpic.net/free-photo/endurance-women-fitness-concept-goodlooking-young-healthy-sporty-female-athlete-finish-productive-training-take-breath-after-exercise-sit-with-legs-crossed-gym-floor-smiling-satisfied_197531-30358.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mariana Lima",
|
||||
handle: "@mlima",
|
||||
testimonial: "Atendimento nota 10, sempre muito atenciosos.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-young-woman-with-towel-her-shoulders-open-water-bottle-gym_1153-4182.jpg",
|
||||
},
|
||||
id: "3", name: "Mariana Lima", handle: "@mlima", testimonial: "Atendimento nota 10, sempre muito atenciosos.", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-young-woman-with-towel-her-shoulders-open-water-bottle-gym_1153-4182.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Pedro Rocha",
|
||||
handle: "@procha",
|
||||
testimonial: "Treinos personalizados que realmente funcionam.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-training-gym-bodybuilding_23-2149552356.jpg",
|
||||
},
|
||||
id: "4", name: "Pedro Rocha", handle: "@procha", testimonial: "Treinos personalizados que realmente funcionam.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-training-gym-bodybuilding_23-2149552356.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Julia Costa",
|
||||
handle: "@jcosta",
|
||||
testimonial: "O espaço kids é o grande diferencial pra mim.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-fitness-concept-beautiful-american-african-lady-grey-fitness-clothes-holding-green_1258-106988.jpg",
|
||||
},
|
||||
id: "5", name: "Julia Costa", handle: "@jcosta", testimonial: "O espaço kids é o grande diferencial pra mim.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-fitness-concept-beautiful-american-african-lady-grey-fitness-clothes-holding-green_1258-106988.jpg"},
|
||||
]}
|
||||
title="O que dizem sobre nós"
|
||||
description="Academia nota 5.0 no Google."
|
||||
@@ -196,14 +135,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Endereço: Av. Rondônia, QD-16 - LT-07 - Setor Aeroporto, São Luís de Montes Belos - GO"
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver no Mapa",
|
||||
href: "https://maps.app.goo.gl/...",
|
||||
},
|
||||
text: "Ver no Mapa", href: "https://maps.app.goo.gl/..."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -212,14 +148,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Comece hoje sua transformação!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Falar com Consultor",
|
||||
href: "https://wa.me/5564992318827",
|
||||
},
|
||||
text: "Falar com Consultor", href: "https://wa.me/5564992318827"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user