Merge version_1 into main #2
232
src/app/page.tsx
232
src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
|
||||
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import { Percent, UserCheck } from "lucide-react";
|
||||
import { Percent, UserCheck, CheckCircle, Zap, Award, Users } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,17 +33,11 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Sobre",
|
||||
id: "#sobre",
|
||||
},
|
||||
name: "Sobre", id: "#sobre"},
|
||||
{
|
||||
name: "Planos",
|
||||
id: "#planos",
|
||||
},
|
||||
name: "Planos", id: "#planos"},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "#contato",
|
||||
},
|
||||
name: "Contato", id: "#contato"},
|
||||
]}
|
||||
brandName="Academia Alpha"
|
||||
/>
|
||||
@@ -52,61 +46,38 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Evolua na Academia Alpha"
|
||||
description="Referência em Rio Preto da Eva. Ambiente limpo, profissionais qualificados e equipamentos de ponta para sua evolução."
|
||||
buttons={[
|
||||
{
|
||||
text: "Quero Treinar Agora",
|
||||
href: "#planos",
|
||||
},
|
||||
text: "Quero Treinar Agora", href: "#planos"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bodybuilding-concept-with-barbell_23-2147675159.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bodybuilding-concept-with-barbell_23-2147675159.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/still-life-gym-equipment_23-2148197736.jpg",
|
||||
alt: "Aluno 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/still-life-gym-equipment_23-2148197736.jpg", alt: "Aluno 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/bodybuilding-concept-with-weight-plates-barbell_23-2147675165.jpg",
|
||||
alt: "Aluno 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/bodybuilding-concept-with-weight-plates-barbell_23-2147675165.jpg", alt: "Aluno 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/many-dumbbels_1203-103.jpg",
|
||||
alt: "Aluno 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/many-dumbbels_1203-103.jpg", alt: "Aluno 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/training-items-athletics_23-2151077752.jpg",
|
||||
alt: "Aluno 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/training-items-athletics_23-2151077752.jpg", alt: "Aluno 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/training-items-athletics_23-2151077753.jpg",
|
||||
alt: "Aluno 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/training-items-athletics_23-2151077753.jpg", alt: "Aluno 5"},
|
||||
]}
|
||||
avatarText="Junte-se a +500 alunos"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Equipamentos Modernos",
|
||||
},
|
||||
type: "text", text: "Equipamentos Modernos"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Ambiente Familiar",
|
||||
},
|
||||
type: "text", text: "Ambiente Familiar"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Treino Personalizado",
|
||||
},
|
||||
type: "text", text: "Treino Personalizado"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Foco em Resultados",
|
||||
},
|
||||
type: "text", text: "Foco em Resultados"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Saúde e Bem-Estar",
|
||||
},
|
||||
type: "text", text: "Saúde e Bem-Estar"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -116,7 +87,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Nossa Missão"
|
||||
description="Com profissionais qualificados, equipamentos novos e um ambiente acolhedor e familiar, a Alpha é o lugar ideal para quem busca saúde, disciplina e evolução."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-people-training-together-gym_23-2150290027.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-people-training-together-gym_23-2150290027.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -126,33 +97,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Ambiente Organizado",
|
||||
description: "Limpeza impecável para seu conforto.",
|
||||
buttonIcon: "CheckCircle",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-smiling-diverse-male-colleagues-having-pleasant-conversation-work_1163-5114.jpg",
|
||||
imageAlt: "Friendly smiling diverse male colleagues having pleasant conversation at work",
|
||||
},
|
||||
title: "Ambiente Organizado", description: "Limpeza impecável para seu conforto.", buttonIcon: CheckCircle,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-smiling-diverse-male-colleagues-having-pleasant-conversation-work_1163-5114.jpg", imageAlt: "Friendly smiling diverse male colleagues having pleasant conversation at work"},
|
||||
{
|
||||
title: "Equipamentos Novos",
|
||||
description: "Tecnologia de ponta para seu treino.",
|
||||
buttonIcon: "Zap",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bodybuilding-concept-with-barbell_23-2147675159.jpg?_wi=2",
|
||||
imageAlt: "Friendly smiling diverse male colleagues having pleasant conversation at work",
|
||||
},
|
||||
title: "Equipamentos Novos", description: "Tecnologia de ponta para seu treino.", buttonIcon: Zap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bodybuilding-concept-with-barbell_23-2147675159.jpg", imageAlt: "Friendly smiling diverse male colleagues having pleasant conversation at work"},
|
||||
{
|
||||
title: "Profissionais Qualificados",
|
||||
description: "Suporte constante para sua evolução.",
|
||||
buttonIcon: "Award",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-training-together-gym_23-2150290027.jpg?_wi=2",
|
||||
imageAlt: "Friendly smiling diverse male colleagues having pleasant conversation at work",
|
||||
},
|
||||
title: "Profissionais Qualificados", description: "Suporte constante para sua evolução.", buttonIcon: Award,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-training-together-gym_23-2150290027.jpg", imageAlt: "Friendly smiling diverse male colleagues having pleasant conversation at work"},
|
||||
{
|
||||
title: "Espaço Inclusivo",
|
||||
description: "Treine com foco e motivação.",
|
||||
buttonIcon: "Users",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elementary-school-teacher-teaching-student-online-coronavirus-epidemic_637285-8898.jpg?_wi=1",
|
||||
imageAlt: "Friendly smiling diverse male colleagues having pleasant conversation at work",
|
||||
},
|
||||
title: "Espaço Inclusivo", description: "Treine com foco e motivação.", buttonIcon: Users,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elementary-school-teacher-teaching-student-online-coronavirus-epidemic_637285-8898.jpg", imageAlt: "Friendly smiling diverse male colleagues having pleasant conversation at work"},
|
||||
]}
|
||||
title="Por que a Alpha?"
|
||||
description="Mais do que uma academia, somos um ambiente familiar focado na sua saúde."
|
||||
@@ -167,45 +122,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Maria Silva",
|
||||
role: "Aluna",
|
||||
company: "Alpha Gym",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-sexy-slim-girl-doing-workout-gym_627829-9241.jpg",
|
||||
},
|
||||
id: "1", name: "Maria Silva", role: "Aluna", company: "Alpha Gym", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-sexy-slim-girl-doing-workout-gym_627829-9241.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "João Pereira",
|
||||
role: "Aluno",
|
||||
company: "Alpha Gym",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/trainer-helping-woman-while-practicing-pilates_107420-85001.jpg",
|
||||
},
|
||||
id: "2", name: "João Pereira", role: "Aluno", company: "Alpha Gym", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/trainer-helping-woman-while-practicing-pilates_107420-85001.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ana Oliveira",
|
||||
role: "Aluna",
|
||||
company: "Alpha Gym",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-training-together-gym_23-2150289996.jpg",
|
||||
},
|
||||
id: "3", name: "Ana Oliveira", role: "Aluna", company: "Alpha Gym", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-training-together-gym_23-2150289996.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Lucas Souza",
|
||||
role: "Aluno",
|
||||
company: "Alpha Gym",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-training-gym_23-2148024275.jpg",
|
||||
},
|
||||
id: "4", name: "Lucas Souza", role: "Aluno", company: "Alpha Gym", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-training-gym_23-2148024275.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Carla Mendes",
|
||||
role: "Aluna",
|
||||
company: "Alpha Gym",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-taking-selfie-work_23-2149366490.jpg",
|
||||
},
|
||||
id: "5", name: "Carla Mendes", role: "Aluna", company: "Alpha Gym", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-taking-selfie-work_23-2149366490.jpg"},
|
||||
]}
|
||||
title="Avaliações"
|
||||
description="Veja o que nossos alunos dizem."
|
||||
@@ -220,18 +150,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "p1",
|
||||
value: "20%",
|
||||
title: "DESCONTO",
|
||||
description: "Nos planos Premium",
|
||||
icon: Percent,
|
||||
id: "p1", value: "20%", title: "DESCONTO", description: "Nos planos Premium", icon: Percent,
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
value: "0",
|
||||
title: "AVALIAÇÃO",
|
||||
description: "Grátis para novos alunos",
|
||||
icon: UserCheck,
|
||||
id: "p2", value: "0", title: "AVALIAÇÃO", description: "Grátis para novos alunos", icon: UserCheck,
|
||||
},
|
||||
]}
|
||||
title="Promoção Especial"
|
||||
@@ -246,51 +168,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "maromba",
|
||||
badge: "Popular",
|
||||
price: "R$ 100",
|
||||
subtitle: "Mensal Maromba",
|
||||
buttons: [
|
||||
id: "maromba", badge: "Popular", price: "R$ 100", subtitle: "Mensal Maromba", buttons: [
|
||||
{
|
||||
text: "Assinar",
|
||||
},
|
||||
text: "Assinar"},
|
||||
],
|
||||
features: [
|
||||
"Foco em hipertrofia",
|
||||
"Acesso academia",
|
||||
],
|
||||
"Foco em hipertrofia", "Acesso academia"],
|
||||
},
|
||||
{
|
||||
id: "alpha",
|
||||
badge: "Premium",
|
||||
price: "R$ 150",
|
||||
subtitle: "Mensal Alpha",
|
||||
buttons: [
|
||||
id: "alpha", badge: "Premium", price: "R$ 150", subtitle: "Mensal Alpha", buttons: [
|
||||
{
|
||||
text: "Assinar",
|
||||
},
|
||||
text: "Assinar"},
|
||||
],
|
||||
features: [
|
||||
"Professor",
|
||||
"Avaliação",
|
||||
"Personalizado",
|
||||
"Funcional",
|
||||
],
|
||||
"Professor", "Avaliação", "Personalizado", "Funcional"],
|
||||
},
|
||||
{
|
||||
id: "familia",
|
||||
badge: "Família",
|
||||
price: "R$ 360",
|
||||
subtitle: "Mensal Familiar",
|
||||
buttons: [
|
||||
id: "familia", badge: "Família", price: "R$ 360", subtitle: "Mensal Familiar", buttons: [
|
||||
{
|
||||
text: "Assinar",
|
||||
},
|
||||
text: "Assinar"},
|
||||
],
|
||||
features: [
|
||||
"Mínimo 4 pessoas",
|
||||
"Acesso completo",
|
||||
],
|
||||
"Mínimo 4 pessoas", "Acesso completo"],
|
||||
},
|
||||
]}
|
||||
title="Planos Alpha"
|
||||
@@ -306,17 +205,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "s1",
|
||||
name: "Área de Pesos",
|
||||
price: "Moderno",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elementary-school-teacher-teaching-student-online-coronavirus-epidemic_637285-8898.jpg?_wi=2",
|
||||
},
|
||||
id: "s1", name: "Área de Pesos", price: "Moderno", imageSrc: "http://img.b2bpic.net/free-photo/elementary-school-teacher-teaching-student-online-coronavirus-epidemic_637285-8898.jpg"},
|
||||
{
|
||||
id: "s2",
|
||||
name: "Área de Cardio",
|
||||
price: "Profissional",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/guy-treadmill_1098-15189.jpg",
|
||||
},
|
||||
id: "s2", name: "Área de Cardio", price: "Profissional", imageSrc: "http://img.b2bpic.net/free-photo/guy-treadmill_1098-15189.jpg"},
|
||||
]}
|
||||
title="Nossa Estrutura"
|
||||
description="Conheça um pouco do nosso espaço."
|
||||
@@ -327,14 +218,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="📍 R. Gov. José Lindoso, 20 | Rio Preto da Eva - AM | 📞 (92) 98482-0945"
|
||||
buttons={[
|
||||
{
|
||||
text: "📲 Falar no WhatsApp",
|
||||
href: "https://wa.me/5592984820945",
|
||||
},
|
||||
text: "📲 Falar no WhatsApp", href: "https://wa.me/5592984820945"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -344,25 +232,17 @@ export default function LandingPage() {
|
||||
logoText="Academia Alpha"
|
||||
columns={[
|
||||
{
|
||||
title: "Navegação",
|
||||
items: [
|
||||
title: "Navegação", items: [
|
||||
{
|
||||
label: "Sobre",
|
||||
href: "#sobre",
|
||||
},
|
||||
label: "Sobre", href: "#sobre"},
|
||||
{
|
||||
label: "Planos",
|
||||
href: "#planos",
|
||||
},
|
||||
label: "Planos", href: "#planos"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contato",
|
||||
items: [
|
||||
title: "Contato", items: [
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/5592984820945",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/5592984820945"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user