2 Commits

Author SHA1 Message Date
a7be7e99f0 Update src/app/page.tsx 2026-06-12 21:27:01 +00:00
b2e7c2d530 Merge version_2 into main
Merge version_2 into main
2026-06-12 21:03:26 +00:00

View File

@@ -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"
@@ -123,7 +123,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 +131,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 +139,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"},
],
},
]}
@@ -274,9 +274,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 +287,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}