Update src/app/page.tsx
This commit is contained in:
@@ -34,15 +34,15 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Início", id: "/"},
|
||||
{
|
||||
name: "Sobre", id: "#about"},
|
||||
name: "Sobre", id: "/"},
|
||||
{
|
||||
name: "Serviços", id: "#services"},
|
||||
name: "Serviços", id: "/"},
|
||||
{
|
||||
name: "Planos", id: "#membership-plans"},
|
||||
name: "Planos", id: "/"},
|
||||
{
|
||||
name: "Depoimentos", id: "/#testimonials"},
|
||||
name: "Depoimentos", id: "/"},
|
||||
{
|
||||
name: "Contato", id: "#contact"},
|
||||
name: "Contato", id: "/"},
|
||||
]}
|
||||
brandName="Xtreme Gym Jacutinga"
|
||||
/>
|
||||
@@ -65,7 +65,7 @@ export default function LandingPage() {
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Quero começar agora", href: "/#testimonials"},
|
||||
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"
|
||||
@@ -110,6 +110,7 @@ export default function LandingPage() {
|
||||
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."
|
||||
]}
|
||||
primaryButton={{ text: "Fale Conosco", href: "https://wa.me/5511980311466" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -124,7 +125,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: "/#testimonials"},
|
||||
text: "Saiba Mais", href: "https://wa.me/5511980311466"},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -132,7 +133,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: "/#testimonials"},
|
||||
text: "Agendar Avaliação", href: "https://wa.me/5511980311466"},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -140,7 +141,7 @@ export default function LandingPage() {
|
||||
"Planos alimentares personalizados", "Otimização de resultados", "Suporte para todos os objetivos"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Descobrir", href: "/#testimonials"},
|
||||
text: "Descobrir", href: "https://wa.me/5511980311466"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -186,6 +187,7 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
primaryButton={{ text: "Matricule-se", href: "https://wa.me/5511980311466" }}
|
||||
metrics={[
|
||||
{
|
||||
id: "google-rating", value: "4.9/5", title: "Google Rating", items: [
|
||||
@@ -210,6 +212,7 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
primaryButton={{ text: "Quero ser Xtreme", href: "https://wa.me/5511980311466" }}
|
||||
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"},
|
||||
@@ -252,14 +255,10 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Academia", items: [
|
||||
{
|
||||
label: "Sobre Nós", href: "#about"},
|
||||
{
|
||||
label: "Serviços", href: "#services"},
|
||||
{
|
||||
label: "Planos", href: "#membership-plans"},
|
||||
{
|
||||
label: "Depoimentos", href: "/#testimonials"},
|
||||
{ label: "Sobre Nós", href: "/" },
|
||||
{ label: "Serviços", href: "/" },
|
||||
{ label: "Planos", href: "/" },
|
||||
{ label: "Depo: "Depoimentos", href: "/" },
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -267,7 +266,7 @@ export default function LandingPage() {
|
||||
{
|
||||
label: "WhatsApp", href: "https://wa.me/5511980311466"},
|
||||
{
|
||||
label: "Localização", href: "#contact"},
|
||||
label: "Localização", href: "/"},
|
||||
{
|
||||
label: "Email", href: "mailto:contato@xtremegymacademia.com.br"},
|
||||
],
|
||||
@@ -275,9 +274,9 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Termos de Uso", href: "/#testimonials"},
|
||||
label: "Termos de Uso", href: "/"},
|
||||
{
|
||||
label: "Política de Privacidade", href: "/#testimonials"},
|
||||
label: "Política de Privacidade", href: "/"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user