Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9b908c0c72 | |||
| 355399313c | |||
| 603cd55bed | |||
| c1c32af9eb | |||
| cdb0143afd | |||
| a7be7e99f0 | |||
| b2e7c2d530 |
@@ -32,7 +32,7 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Início", id: "#hero"},
|
||||
name: "Início", id: "/"},
|
||||
{
|
||||
name: "Sobre", id: "#about"},
|
||||
{
|
||||
@@ -40,7 +40,7 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Planos", id: "#membership-plans"},
|
||||
{
|
||||
name: "Depoimentos", id: "#testimonials"},
|
||||
name: "Depoimentos", id: "/#testimonials"},
|
||||
{
|
||||
name: "Contato", id: "#contact"},
|
||||
]}
|
||||
@@ -65,7 +65,7 @@ export default function LandingPage() {
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Quero começar agora", href: "https://wa.me/5511980311466"},
|
||||
text: "Quero começar agora", href: "/#testimonials"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-taking-dumbbell-from-rack_23-2147687621.jpg"
|
||||
imageAlt="Dynamic gym interior with weights and motion blur"
|
||||
@@ -108,7 +108,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>
|
||||
|
||||
@@ -123,7 +124,7 @@ export default function LandingPage() {
|
||||
"Modernos e diversos", "Foco em ganho de massa, definição ou força", "Espaço otimizado"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Saiba Mais", href: "#"},
|
||||
text: "Saiba Mais", href: "/#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -131,7 +132,7 @@ export default function LandingPage() {
|
||||
"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"},
|
||||
text: "Agendar Avaliação", href: "/#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -139,7 +140,7 @@ export default function LandingPage() {
|
||||
"Planos alimentares personalizados", "Otimização de resultados", "Suporte para todos os objetivos"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Descobrir", href: "#"},
|
||||
text: "Descobrir", href: "/#testimonials"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -258,7 +259,7 @@ export default function LandingPage() {
|
||||
{
|
||||
label: "Planos", href: "#membership-plans"},
|
||||
{
|
||||
label: "Depoimentos", href: "#testimonials"},
|
||||
label: "Depoimentos", href: "/#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -274,9 +275,9 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Termos de Uso", href: "#"},
|
||||
label: "Termos de Uso", href: "/#testimonials"},
|
||||
{
|
||||
label: "Política de Privacidade", href: "#"},
|
||||
label: "Política de Privacidade", href: "/#testimonials"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -287,4 +288,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user