Merge version_1 into main #2
205
src/app/page.tsx
205
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Dumbbell, Users, Zap, Flame, TrendingUp } from "lucide-react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
@@ -29,22 +30,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "Sobre",
|
||||
id: "#sobre",
|
||||
},
|
||||
{
|
||||
name: "Planos",
|
||||
id: "#planos",
|
||||
},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "#contato",
|
||||
},
|
||||
{ name: "Início", id: "#hero" },
|
||||
{ name: "Sobre", id: "#sobre" },
|
||||
{ name: "Planos", id: "#planos" },
|
||||
{ name: "Contato", id: "#contato" },
|
||||
]}
|
||||
brandName="Academia Start7"
|
||||
/>
|
||||
@@ -52,23 +41,15 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
logoText="Academia Start7"
|
||||
description="Transforme sua vida, supere seus limites e conquiste a saúde que você sempre desejou. Seu novo eu começa hoje!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Comece hoje",
|
||||
href: "https://wa.me/5531998702243",
|
||||
},
|
||||
{
|
||||
text: "Agende aula grátis",
|
||||
href: "#contato",
|
||||
},
|
||||
{ text: "Comece hoje", href: "https://wa.me/5531998702243" },
|
||||
{ text: "Agende aula grátis", href: "#contato" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-training-gym_23-2148024361.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-training-gym_23-2148024361.jpg"
|
||||
imageAlt="Ambiente moderno de academia com pessoas treinando"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -81,46 +62,11 @@ export default function LandingPage() {
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ana Silva",
|
||||
role: "Aluna",
|
||||
company: "Start7",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/large-people-doing-sports_52683-92617.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Carlos Souza",
|
||||
role: "Aluno",
|
||||
company: "Start7",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-biker-smoking-cigarette-grey-background-photo-studio_613910-12041.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Maria Oliveira",
|
||||
role: "Aluna",
|
||||
company: "Start7",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-training-athletics_23-2151077720.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Pedro Santos",
|
||||
role: "Aluno",
|
||||
company: "Start7",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-happy-energetic-senior-retired-man-enjoying-physical-training-park-doing-side-bends-exercise-holding-hands-together-with-broad-smile-warming-up-body-before-run_343059-4749.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Julia Mendes",
|
||||
role: "Aluna",
|
||||
company: "Start7",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-brunette-curly-dark-skinned-man-white-t-shirt-black-sport-shorts-stands-near-sea-looks-into-distance_197531-23697.jpg",
|
||||
},
|
||||
{ id: "1", name: "Ana Silva", role: "Aluna", company: "Start7", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/large-people-doing-sports_52683-92617.jpg" },
|
||||
{ id: "2", name: "Carlos Souza", role: "Aluno", company: "Start7", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/middle-age-biker-smoking-cigarette-grey-background-photo-studio_613910-12041.jpg" },
|
||||
{ id: "3", name: "Maria Oliveira", role: "Aluna", company: "Start7", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-training-athletics_23-2151077720.jpg" },
|
||||
{ id: "4", name: "Pedro Santos", role: "Aluno", company: "Start7", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-happy-energetic-senior-retired-man-enjoying-physical-training-park-doing-side-bends-exercise-holding-hands-together-with-broad-smile-warming-up-body-before-run_343059-4749.jpg" },
|
||||
{ id: "5", name: "Julia Mendes", role: "Aluna", company: "Start7", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-brunette-curly-dark-skinned-man-white-t-shirt-black-sport-shorts-stands-near-sea-looks-into-distance_197531-23697.jpg" }
|
||||
]}
|
||||
title="Aprovada por quem treina"
|
||||
description="Nossa nota ⭐ 4,9 não é à toa. Veja o que nossos alunos dizem."
|
||||
@@ -141,41 +87,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Treinos Personalizados",
|
||||
description: "Foco total na sua individualidade.",
|
||||
buttonIcon: "Dumbbell",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-training-gym_23-2148024361.jpg?_wi=2",
|
||||
imageAlt: "fitness gym intense workout training",
|
||||
},
|
||||
{
|
||||
title: "Acompanhamento Profissional",
|
||||
description: "Professores que realmente cuidam de você.",
|
||||
buttonIcon: "Users",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/large-people-doing-sports_52683-92617.jpg?_wi=2",
|
||||
imageAlt: "happy gym member smiling portrait",
|
||||
},
|
||||
{
|
||||
title: "Equipamentos de Qualidade",
|
||||
description: "Estrutura moderna para o seu treino.",
|
||||
buttonIcon: "Zap",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-biker-smoking-cigarette-grey-background-photo-studio_613910-12041.jpg?_wi=2",
|
||||
imageAlt: "fitness enthusiast posing gym",
|
||||
},
|
||||
{
|
||||
title: "Ambiente Motivador",
|
||||
description: "Energia positiva para não desistir.",
|
||||
buttonIcon: "Flame",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-training-athletics_23-2151077720.jpg?_wi=2",
|
||||
imageAlt: "man training weightlifting portrait",
|
||||
},
|
||||
{
|
||||
title: "Resultados Reais",
|
||||
description: "Compromisso com o seu progresso.",
|
||||
buttonIcon: "TrendingUp",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-happy-energetic-senior-retired-man-enjoying-physical-training-park-doing-side-bends-exercise-holding-hands-together-with-broad-smile-warming-up-body-before-run_343059-4749.jpg?_wi=2",
|
||||
imageAlt: "portrait athletic woman gym",
|
||||
},
|
||||
{ title: "Treinos Personalizados", description: "Foco total na sua individualidade.", buttonIcon: Dumbbell, imageSrc: "http://img.b2bpic.net/free-photo/woman-training-gym_23-2148024361.jpg", imageAlt: "fitness gym intense workout training" },
|
||||
{ title: "Acompanhamento Profissional", description: "Professores que realmente cuidam de você.", buttonIcon: Users, imageSrc: "http://img.b2bpic.net/free-photo/large-people-doing-sports_52683-92617.jpg", imageAlt: "happy gym member smiling portrait" },
|
||||
{ title: "Equipamentos de Qualidade", description: "Estrutura moderna para o seu treino.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/middle-age-biker-smoking-cigarette-grey-background-photo-studio_613910-12041.jpg", imageAlt: "fitness enthusiast posing gym" },
|
||||
{ title: "Ambiente Motivador", description: "Energia positiva para não desistir.", buttonIcon: Flame, imageSrc: "http://img.b2bpic.net/free-photo/person-training-athletics_23-2151077720.jpg", imageAlt: "man training weightlifting portrait" },
|
||||
{ title: "Resultados Reais", description: "Compromisso com o seu progresso.", buttonIcon: TrendingUp, imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-happy-energetic-senior-retired-man-enjoying-physical-training-park-doing-side-bends-exercise-holding-hands-together-with-broad-smile-warming-up-body-before-run_343059-4749.jpg", imageAlt: "portrait athletic woman gym" }
|
||||
]}
|
||||
title="Seu próximo nível"
|
||||
description="Tudo o que você precisa para alcançar seus objetivos de saúde e bem-estar."
|
||||
@@ -188,54 +104,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "mensal",
|
||||
badge: "Básico",
|
||||
price: "Consulte",
|
||||
subtitle: "Ideal para começar",
|
||||
features: [
|
||||
"Treino livre",
|
||||
"Acompanhamento geral",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "WhatsApp",
|
||||
href: "https://wa.me/5531998702243",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "trimestral",
|
||||
badge: "Popular",
|
||||
price: "Consulte",
|
||||
subtitle: "Custo-benefício",
|
||||
features: [
|
||||
"Treino personalizado",
|
||||
"Avaliação física",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "WhatsApp",
|
||||
href: "https://wa.me/5531998702243",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "anual",
|
||||
badge: "Elite",
|
||||
price: "Consulte",
|
||||
subtitle: "Transformação completa",
|
||||
features: [
|
||||
"Consultoria completa",
|
||||
"Acesso total",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "WhatsApp",
|
||||
href: "https://wa.me/5531998702243",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ id: "mensal", badge: "Básico", price: "Consulte", subtitle: "Ideal para começar", features: ["Treino livre", "Acompanhamento geral"], buttons: [{ text: "WhatsApp", href: "https://wa.me/5531998702243" }] },
|
||||
{ id: "trimestral", badge: "Popular", price: "Consulte", subtitle: "Custo-benefício", features: ["Treino personalizado", "Avaliação física"], buttons: [{ text: "WhatsApp", href: "https://wa.me/5531998702243" }] },
|
||||
{ id: "anual", badge: "Elite", price: "Consulte", subtitle: "Transformação completa", features: ["Consultoria completa", "Acesso total"], buttons: [{ text: "WhatsApp", href: "https://wa.me/5531998702243" }] }
|
||||
]}
|
||||
title="Planos para todos"
|
||||
description="Escolha o caminho para o seu novo eu."
|
||||
@@ -245,9 +116,7 @@ export default function LandingPage() {
|
||||
<div id="contato" data-section="contato">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Fale com a gente"
|
||||
title="Você não precisa esperar segunda-feira. Comece hoje."
|
||||
description="Rua Santa Juliana, 1721 – Braz Filizola, Sete Lagoas – MG"
|
||||
@@ -261,32 +130,8 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="Academia Start7"
|
||||
columns={[
|
||||
{
|
||||
title: "Atendimento",
|
||||
items: [
|
||||
{
|
||||
label: "WhatsApp: (31) 99870-2243",
|
||||
href: "https://wa.me/5531998702243",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Horário",
|
||||
items: [
|
||||
{
|
||||
label: "Seg-Qui: 06:00-21:30",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Sexta: 06:00-21:30",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Sáb: 07:00-12:00",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Atendimento", items: [{ label: "WhatsApp: (31) 99870-2243", href: "https://wa.me/5531998702243" }] },
|
||||
{ title: "Horário", items: [{ label: "Seg-Qui: 06:00-21:30", href: "#" }, { label: "Sexta: 06:00-21:30", href: "#" }, { label: "Sáb: 07:00-12:00", href: "#" }] }
|
||||
]}
|
||||
copyrightText="© 2025 Academia Start7 | Todos os direitos reservados"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user