Merge version_1 into main #2
157
src/app/page.tsx
157
src/app/page.tsx
@@ -10,7 +10,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import { Award, Clock, Flame, MapPin, Shield, Trophy, Users, Zap } from "lucide-react";
|
||||
import { Award, Clock, Flame, MapPin, Shield, Trophy, Users, Zap, Brain, Dumbbell } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -31,25 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Início", id: "hero"},
|
||||
{
|
||||
name: "Sobre",
|
||||
id: "about",
|
||||
},
|
||||
name: "Sobre", id: "about"},
|
||||
{
|
||||
name: "Modalidades",
|
||||
id: "modalities",
|
||||
},
|
||||
name: "Modalidades", id: "modalities"},
|
||||
{
|
||||
name: "Horários",
|
||||
id: "schedule",
|
||||
},
|
||||
name: "Horários", id: "schedule"},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contato", id: "contact"},
|
||||
]}
|
||||
brandName="Team Combat"
|
||||
/>
|
||||
@@ -58,17 +48,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
variant: "rotated-rays-animated"}}
|
||||
title="FORJE SUA FORÇA. DOMINE O COMBATE."
|
||||
description="Treine Muay Thai em Santarém com disciplina, técnica e evolução real."
|
||||
buttons={[
|
||||
{
|
||||
text: "COMEÇAR AGORA NO WHATSAPP",
|
||||
href: "https://wa.me/5593999999999",
|
||||
},
|
||||
text: "COMEÇAR AGORA NO WHATSAPP", href: "https://wa.me/5593999999999"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/girl-kickboxer_654080-1869.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/girl-kickboxer_654080-1869.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -79,54 +66,38 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Disciplina Mental",
|
||||
description: "Desenvolva um foco inabalável e a resiliência necessária para vencer desafios dentro e fora do ringue.",
|
||||
items: [
|
||||
id: "f1", title: "Disciplina Mental", description: "Desenvolva um foco inabalável e a resiliência necessária para vencer desafios dentro e fora do ringue.", items: [
|
||||
{
|
||||
icon: Shield,
|
||||
text: "Foco mental aguçado",
|
||||
},
|
||||
text: "Foco mental aguçado"},
|
||||
{
|
||||
icon: Zap,
|
||||
text: "Dedicação total aos objetivos",
|
||||
},
|
||||
text: "Dedicação total aos objetivos"},
|
||||
{
|
||||
icon: Brain,
|
||||
text: "Controle emocional",
|
||||
},
|
||||
text: "Controle emocional"},
|
||||
],
|
||||
reverse: false,
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sports-bandages-hitting-boxing-bag_651396-631.jpg?_wi=1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-kickboxer_654080-1869.jpg?_wi=2",
|
||||
imageAlt: "muay thai fighter dark gym",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sports-bandages-hitting-boxing-bag_651396-631.jpg", imageAlt: "muay thai fighter dark gym"
|
||||
}
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Condicionamento Físico",
|
||||
description: "Alcance o auge da sua forma física com treinamentos intensos focados em força e explosão muscular.",
|
||||
items: [
|
||||
id: "f2", title: "Condicionamento Físico", description: "Alcance o auge da sua forma física com treinamentos intensos focados em força e explosão muscular.", items: [
|
||||
{
|
||||
icon: Award,
|
||||
text: "Resistência cardiovascular extrema",
|
||||
},
|
||||
text: "Resistência cardiovascular extrema"},
|
||||
{
|
||||
icon: Flame,
|
||||
text: "Queima calórica acelerada",
|
||||
},
|
||||
text: "Queima calórica acelerada"},
|
||||
{
|
||||
icon: Dumbbell,
|
||||
text: "Ganho de massa magra",
|
||||
},
|
||||
text: "Ganho de massa magra"},
|
||||
],
|
||||
reverse: true,
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-getting-ready-training_74855-20373.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sports-bandages-hitting-boxing-bag_651396-631.jpg?_wi=2",
|
||||
imageAlt: "modern combat gym interior",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-getting-ready-training_74855-20373.jpg", imageAlt: "modern combat gym interior"
|
||||
}
|
||||
},
|
||||
]}
|
||||
title="Transformação Total"
|
||||
@@ -141,24 +112,16 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Trophy,
|
||||
label: "Atletas Formados",
|
||||
value: "100+",
|
||||
},
|
||||
label: "Atletas Formados", value: "100+"},
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Horas de Treino",
|
||||
value: "5000+",
|
||||
},
|
||||
label: "Horas de Treino", value: "5000+"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Alunos Ativos",
|
||||
value: "200+",
|
||||
},
|
||||
label: "Alunos Ativos", value: "200+"},
|
||||
{
|
||||
icon: MapPin,
|
||||
label: "Anos de História",
|
||||
value: "10+",
|
||||
},
|
||||
label: "Anos de História", value: "10+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -172,29 +135,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "m1",
|
||||
name: "Iniciantes",
|
||||
price: "Foco em Base",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-boxer-with-helmet-gloves-ring_23-2148759703.jpg",
|
||||
},
|
||||
id: "m1", name: "Iniciantes", price: "Foco em Base", imageSrc: "http://img.b2bpic.net/free-photo/male-boxer-with-helmet-gloves-ring_23-2148759703.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
name: "Intermediário",
|
||||
price: "Aprimoramento",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thai-boxer-practicing-boxing_107420-65057.jpg",
|
||||
},
|
||||
id: "m2", name: "Intermediário", price: "Aprimoramento", imageSrc: "http://img.b2bpic.net/free-photo/thai-boxer-practicing-boxing_107420-65057.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
name: "Avançado",
|
||||
price: "Técnica de Elite",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boxer-wearing-black-strap-wrist_107420-64900.jpg",
|
||||
},
|
||||
id: "m3", name: "Avançado", price: "Técnica de Elite", imageSrc: "http://img.b2bpic.net/free-photo/boxer-wearing-black-strap-wrist_107420-64900.jpg"},
|
||||
{
|
||||
id: "m4",
|
||||
name: "Condicionamento",
|
||||
price: "Alta Performance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-kickboxer_654080-1869.jpg?_wi=3",
|
||||
},
|
||||
id: "m4", name: "Condicionamento", price: "Alta Performance", imageSrc: "http://img.b2bpic.net/free-photo/girl-kickboxer_654080-1869.jpg"},
|
||||
]}
|
||||
title="Nossas Aulas"
|
||||
description="Programas desenhados para elevar seu nível técnico, independente do seu ponto de partida."
|
||||
@@ -206,20 +153,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "h1",
|
||||
title: "Segunda a Sexta",
|
||||
content: "06h às 23h",
|
||||
},
|
||||
id: "h1", title: "Segunda a Sexta", content: "06h às 23h"},
|
||||
{
|
||||
id: "h2",
|
||||
title: "Sábado",
|
||||
content: "08h às 12h",
|
||||
},
|
||||
id: "h2", title: "Sábado", content: "08h às 12h"},
|
||||
{
|
||||
id: "h3",
|
||||
title: "Personal Training",
|
||||
content: "Sob agendamento exclusivo",
|
||||
},
|
||||
id: "h3", title: "Personal Training", content: "Sob agendamento exclusivo"},
|
||||
]}
|
||||
sideTitle="Horários de Treino"
|
||||
sideDescription="Temos horários flexíveis para sua rotina, garantindo que você nunca perca um treino."
|
||||
@@ -231,46 +169,33 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
variant: "rotated-rays-animated"}}
|
||||
text="Você está pronto para evoluir?"
|
||||
buttons={[
|
||||
{
|
||||
text: "AGENDAR AULA EXPERIMENTAL",
|
||||
href: "https://wa.me/5593999999999",
|
||||
},
|
||||
text: "AGENDAR AULA EXPERIMENTAL", href: "https://wa.me/5593999999999"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/girl-kickboxer_654080-1869.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/girl-kickboxer_654080-1869.jpg"
|
||||
columns={[
|
||||
{
|
||||
title: "Contato",
|
||||
items: [
|
||||
title: "Contato", items: [
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/5593999999999",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/5593999999999"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Endereço",
|
||||
items: [
|
||||
title: "Endereço", items: [
|
||||
{
|
||||
label: "Av. Pres. Vargas, 635 D",
|
||||
href: "#",
|
||||
},
|
||||
label: "Av. Pres. Vargas, 635 D", href: "#"},
|
||||
{
|
||||
label: "Santarém - PA",
|
||||
href: "#",
|
||||
},
|
||||
label: "Santarém - PA", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user