From deec2d01190a81a68ff575d2e6a7cfa2705f6191 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 15 Jun 2026 16:08:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 39 +++++++++++++++++++-------------------- 1 file changed, 19 insertions(+), 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ed6764f..46bfe0c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }} /> @@ -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: "/"}, ], }, ]} -- 2.49.1