Update src/app/page.tsx
This commit is contained in:
262
src/app/page.tsx
262
src/app/page.tsx
@@ -31,78 +31,49 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Experiencia",
|
||||
id: "#experience",
|
||||
},
|
||||
name: "Experiencia", id: "#experience"},
|
||||
{
|
||||
name: "Actividades",
|
||||
id: "#activities",
|
||||
},
|
||||
name: "Actividades", id: "#activities"},
|
||||
{
|
||||
name: "Planes",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Planes", id: "#pricing"},
|
||||
{
|
||||
name: "Socios",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Socios", id: "#testimonials"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contacto", id: "#contact"},
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ptsj8l"
|
||||
logoAlt="SPORT FITNESS Logo"
|
||||
brandName="SPORT FITNESS"
|
||||
button={{
|
||||
text: "Asociarme Ahora",
|
||||
href: "https://wa.link/600lwf",
|
||||
}}
|
||||
text: "Asociarme Ahora", href: "https://wa.link/600lwf"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Tu entrenamiento no tiene horarios. Abierto 24/7."
|
||||
description="El mejor equipamiento de Zona Oeste. Máquinas de última generación, ambiente premium y pase totalmente libre para que entrenes cuando quieras, los 365 días del año."
|
||||
buttons={[
|
||||
{
|
||||
text: "Asociarme Ahora",
|
||||
href: "https://wa.link/600lwf",
|
||||
},
|
||||
text: "Asociarme Ahora", href: "https://wa.link/600lwf"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114204.jpg",
|
||||
imageAlt: "Premium gym interior with dark lighting and modern equipment.",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114204.jpg", imageAlt: "Premium gym interior with dark lighting and modern equipment."},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stationary-bike-room_23-2148017414.jpg",
|
||||
imageAlt: "Spacious gym hall with advanced machinery and energetic atmosphere.",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stationary-bike-room_23-2148017414.jpg", imageAlt: "Spacious gym hall with advanced machinery and energetic atmosphere."},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bodybuilding-fitness-concept_23-2147671863.jpg",
|
||||
imageAlt: "Weights section in a dark gym with purple accents.",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bodybuilding-fitness-concept_23-2147671863.jpg", imageAlt: "Weights section in a dark gym with purple accents."},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114226.jpg",
|
||||
imageAlt: "Rows of cardio machines in a modern gym with atmospheric lighting.",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114226.jpg", imageAlt: "Rows of cardio machines in a modern gym with atmospheric lighting."},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-empty-football-locker-room_23-2150885817.jpg",
|
||||
imageAlt: "Clean and modern gym changing rooms and shower facilities.",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-empty-football-locker-room_23-2150885817.jpg", imageAlt: "Clean and modern gym changing rooms and shower facilities."},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sportive-woman-dark-neon-lights_23-2147752852.jpg",
|
||||
imageAlt: "Personal trainer assisting a client during a workout session.",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sportive-woman-dark-neon-lights_23-2147752852.jpg", imageAlt: "Personal trainer assisting a client during a workout session."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -114,53 +85,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "feature-1",
|
||||
title: "Pase Totalmente Libre",
|
||||
author: "Beneficio #1",
|
||||
description: "Vení las veces y horas que quieras durante tu plan. Tu acceso es ilimitado.",
|
||||
tags: [
|
||||
"Flexibilidad",
|
||||
"Ilimitado",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pie-chart-front-side_187299-39655.jpg",
|
||||
imageAlt: "Icon representing unlimited access",
|
||||
},
|
||||
id: "feature-1", title: "Pase Totalmente Libre", author: "Beneficio #1", description: "Vení las veces y horas que quieras durante tu plan. Tu acceso es ilimitado.", tags: [
|
||||
"Flexibilidad", "Ilimitado"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pie-chart-front-side_187299-39655.jpg", imageAlt: "Icon representing unlimited access"},
|
||||
{
|
||||
id: "feature-2",
|
||||
title: "Abierto 24 Horas",
|
||||
author: "Beneficio #2",
|
||||
description: "Entrená de madrugada, de noche o feriados. El gimnasio se adapta a tu vida, no al revés.",
|
||||
tags: [
|
||||
"Comodidad",
|
||||
"Siempre Abierto",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/modern-fitness-label-collection_23-2147790326.jpg",
|
||||
imageAlt: "Icon representing 24-hour availability",
|
||||
},
|
||||
id: "feature-2", title: "Abierto 24 Horas", author: "Beneficio #2", description: "Entrená de madrugada, de noche o feriados. El gimnasio se adapta a tu vida, no al revés.", tags: [
|
||||
"Comodidad", "Siempre Abierto"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/modern-fitness-label-collection_23-2147790326.jpg", imageAlt: "Icon representing 24-hour availability"},
|
||||
{
|
||||
id: "feature-3",
|
||||
title: "Comodidad Total",
|
||||
author: "Beneficio #3",
|
||||
description: "Contamos con vestuarios y duchas impecables para que sigas con tu día después de entrenar.",
|
||||
tags: [
|
||||
"Servicios",
|
||||
"Higiene",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/feminine-beauty-icon-set_1262-7641.jpg",
|
||||
imageAlt: "Icon representing clean changing rooms and showers",
|
||||
},
|
||||
id: "feature-3", title: "Comodidad Total", author: "Beneficio #3", description: "Contamos con vestuarios y duchas impecables para que sigas con tu día después de entrenar.", tags: [
|
||||
"Servicios", "Higiene"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/feminine-beauty-icon-set_1262-7641.jpg", imageAlt: "Icon representing clean changing rooms and showers"},
|
||||
{
|
||||
id: "feature-4",
|
||||
title: "Comunidad y Respeto",
|
||||
author: "Beneficio #4",
|
||||
description: "Un ambiente súper cuidado donde la prioridad es entrenar en serio con la mejor música.",
|
||||
tags: [
|
||||
"Ambiente",
|
||||
"Bienestar",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diversity-concept-with-hands_23-2149176196.jpg",
|
||||
imageAlt: "Icon representing community and respect",
|
||||
},
|
||||
id: "feature-4", title: "Comunidad y Respeto", author: "Beneficio #4", description: "Un ambiente súper cuidado donde la prioridad es entrenar en serio con la mejor música.", tags: [
|
||||
"Ambiente", "Bienestar"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diversity-concept-with-hands_23-2149176196.jpg", imageAlt: "Icon representing community and respect"},
|
||||
]}
|
||||
title="La Experiencia Sport Fitness"
|
||||
description="Descubrí por qué somos la elección premium para tu entrenamiento."
|
||||
@@ -173,40 +112,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "activity-1",
|
||||
title: "🏋🏻 Musculación",
|
||||
content: "Profesores de 07:00 a 23:00 (Domingos sin profes). Turno Mañana: Lucas (07:00 a 15:00). Turno Tarde: Álvaro (15:00 a 23:00).",
|
||||
},
|
||||
id: "activity-1", title: "🏋🏻 Musculación", content: "Profesores de 07:00 a 23:00 (Domingos sin profes). Turno Mañana: Lucas (07:00 a 15:00). Turno Tarde: Álvaro (15:00 a 23:00)."},
|
||||
{
|
||||
id: "activity-2",
|
||||
title: "🏃🏻♂️ Funcional",
|
||||
content: "Lunes y Jueves a las 09:30 y 18:00 HS.",
|
||||
},
|
||||
id: "activity-2", title: "🏃🏻♂️ Funcional", content: "Lunes y Jueves a las 09:30 y 18:00 HS."},
|
||||
{
|
||||
id: "activity-3",
|
||||
title: "💃🏻 Ritmos Latinos",
|
||||
content: "Lunes y Miércoles de 17:00 a 18:00 HS.",
|
||||
},
|
||||
id: "activity-3", title: "💃🏻 Ritmos Latinos", content: "Lunes y Miércoles de 17:00 a 18:00 HS."},
|
||||
{
|
||||
id: "activity-4",
|
||||
title: "🥊 Boxeo",
|
||||
content: "Lunes, Miércoles y Viernes de 19:00 a 20:00 HS y 20:00 a 21:00 HS.",
|
||||
},
|
||||
id: "activity-4", title: "🥊 Boxeo", content: "Lunes, Miércoles y Viernes de 19:00 a 20:00 HS y 20:00 a 21:00 HS."},
|
||||
{
|
||||
id: "activity-5",
|
||||
title: "🧘🏻♂️ Zona Media",
|
||||
content: "Martes y Viernes a las 09:30 y 18:00 HS.",
|
||||
},
|
||||
id: "activity-5", title: "🧘🏻♂️ Zona Media", content: "Martes y Viernes a las 09:30 y 18:00 HS."},
|
||||
{
|
||||
id: "activity-6",
|
||||
title: "🤸🏻♀️ Stretching",
|
||||
content: "Miércoles 09:30 y 18:00 HS | Martes y Jueves 10:30 a 11:30 HS.",
|
||||
},
|
||||
id: "activity-6", title: "🤸🏻♀️ Stretching", content: "Miércoles 09:30 y 18:00 HS | Martes y Jueves 10:30 a 11:30 HS."},
|
||||
{
|
||||
id: "activity-7",
|
||||
title: "🚴🏻♀️ Spinning",
|
||||
content: "Martes 19:00 a 20:00 HS | Jueves 19:00 a 20:00 y 20:00 a 21:00 HS.",
|
||||
},
|
||||
id: "activity-7", title: "🚴🏻♀️ Spinning", content: "Martes 19:00 a 20:00 HS | Jueves 19:00 a 20:00 y 20:00 a 21:00 HS."},
|
||||
]}
|
||||
title="Actividades y Horarios"
|
||||
description="Descubre nuestra amplia variedad de clases y los horarios flexibles que se adaptan a tu ritmo."
|
||||
@@ -221,56 +139,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "pase-diario",
|
||||
name: "PASE DIARIO",
|
||||
price: "$25.000",
|
||||
features: [
|
||||
"Acceso por 24hs",
|
||||
"Uso de equipamiento",
|
||||
"Vestuarios y duchas",
|
||||
],
|
||||
id: "pase-diario", name: "PASE DIARIO", price: "$25.000", features: [
|
||||
"Acceso por 24hs", "Uso de equipamiento", "Vestuarios y duchas"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Comprar Pase",
|
||||
href: "https://wa.link/600lwf",
|
||||
},
|
||||
text: "Comprar Pase", href: "https://wa.link/600lwf"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "plan-mensual",
|
||||
name: "PLAN MENSUAL",
|
||||
price: "Efectivo: $65.000 / Transferencia: $70.000",
|
||||
features: [
|
||||
"Acceso 24/7 ilimitado",
|
||||
"Máquinas premium",
|
||||
"Clases grupales incluidas",
|
||||
"Vestuarios y duchas",
|
||||
],
|
||||
id: "plan-mensual", name: "PLAN MENSUAL", price: "Efectivo: $65.000 / Transferencia: $70.000", features: [
|
||||
"Acceso 24/7 ilimitado", "Máquinas premium", "Clases grupales incluidas", "Vestuarios y duchas"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Elegir Plan Mensual",
|
||||
href: "https://wa.link/600lwf",
|
||||
},
|
||||
text: "Elegir Plan Mensual", href: "https://wa.link/600lwf"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "plan-trimestral",
|
||||
badge: "Más Conveniente",
|
||||
badgeIcon: Sparkles,
|
||||
name: "PLAN TRIMESTRAL",
|
||||
price: "Efectivo: $180.000 / Transferencia: $195.000",
|
||||
features: [
|
||||
"Acceso 24/7 ilimitado",
|
||||
"Máquinas premium",
|
||||
"Clases grupales incluidas",
|
||||
"Vestuarios y duchas",
|
||||
"Ahorro significativo",
|
||||
],
|
||||
id: "plan-trimestral", badge: "Más Conveniente", badgeIcon: Sparkles,
|
||||
name: "PLAN TRIMESTRAL", price: "Efectivo: $180.000 / Transferencia: $195.000", features: [
|
||||
"Acceso 24/7 ilimitado", "Máquinas premium", "Clases grupales incluidas", "Vestuarios y duchas", "Ahorro significativo"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Elegir Plan Trimestral",
|
||||
href: "https://wa.link/600lwf",
|
||||
},
|
||||
text: "Elegir Plan Trimestral", href: "https://wa.link/600lwf"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -285,50 +175,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1",
|
||||
title: "¡El Mejor Lugar!",
|
||||
quote: "Lejos el mejor lugar. Tremendas máquinas, ambiente súper respetuoso. ¡Increíble la calidad!",
|
||||
name: "Leandro T.",
|
||||
role: "Socio Activo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-black-african-american-woman-black-leggins-fitness-outfit-pink-background_285396-10845.jpg",
|
||||
imageAlt: "Foto de Leandro T.",
|
||||
},
|
||||
id: "testimonial-1", title: "¡El Mejor Lugar!", quote: "Lejos el mejor lugar. Tremendas máquinas, ambiente súper respetuoso. ¡Increíble la calidad!", name: "Leandro T.", role: "Socio Activo", imageSrc: "http://img.b2bpic.net/free-photo/attractive-black-african-american-woman-black-leggins-fitness-outfit-pink-background_285396-10845.jpg", imageAlt: "Foto de Leandro T."},
|
||||
{
|
||||
id: "testimonial-2",
|
||||
title: "Funciona 365 24x7",
|
||||
quote: "Funciona 365 24x7. Lugar amplio, muy bien equipado y excelente música. El mejor gym de Argentina.",
|
||||
name: "Ruben R.",
|
||||
role: "Socio Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-designer_171337-15575.jpg",
|
||||
imageAlt: "Foto de Ruben R.",
|
||||
},
|
||||
id: "testimonial-2", title: "Funciona 365 24x7", quote: "Funciona 365 24x7. Lugar amplio, muy bien equipado y excelente música. El mejor gym de Argentina.", name: "Ruben R.", role: "Socio Premium", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-designer_171337-15575.jpg", imageAlt: "Foto de Ruben R."},
|
||||
{
|
||||
id: "testimonial-3",
|
||||
title: "Energía Pura",
|
||||
quote: "Lugar perfecto para romperse entero y salir hecho una bestia de ahí.",
|
||||
name: "Tomás E.",
|
||||
role: "Socio Intenso",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aggressive-young-pretty-sporty-girl-wearing-headband-wristbands-clenching-fists-isolated-crimson-wall_141793-112669.jpg",
|
||||
imageAlt: "Foto de Tomás E.",
|
||||
},
|
||||
id: "testimonial-3", title: "Energía Pura", quote: "Lugar perfecto para romperse entero y salir hecho una bestia de ahí.", name: "Tomás E.", role: "Socio Intenso", imageSrc: "http://img.b2bpic.net/free-photo/aggressive-young-pretty-sporty-girl-wearing-headband-wristbands-clenching-fists-isolated-crimson-wall_141793-112669.jpg", imageAlt: "Foto de Tomás E."},
|
||||
{
|
||||
id: "testimonial-4",
|
||||
title: "Ambiente Motivador",
|
||||
quote: "Desde que me uní a Sport Fitness, mi motivación y resultados han mejorado drásticamente. ¡Un lugar fantástico para entrenar!",
|
||||
name: "Carolina S.",
|
||||
role: "Socia Entrenando",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fitness-woman-doing-squats-gym_1303-13914.jpg",
|
||||
imageAlt: "Foto de Carolina S.",
|
||||
},
|
||||
id: "testimonial-4", title: "Ambiente Motivador", quote: "Desde que me uní a Sport Fitness, mi motivación y resultados han mejorado drásticamente. ¡Un lugar fantástico para entrenar!", name: "Carolina S.", role: "Socia Entrenando", imageSrc: "http://img.b2bpic.net/free-photo/fitness-woman-doing-squats-gym_1303-13914.jpg", imageAlt: "Foto de Carolina S."},
|
||||
{
|
||||
id: "testimonial-5",
|
||||
title: "Profesionales al Nivel",
|
||||
quote: "La calidad de los profesores y la variedad de actividades son excelentes. Siempre hay alguien dispuesto a ayudarte.",
|
||||
name: "Martín G.",
|
||||
role: "Socio Constante",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/muscular-bodybuilder-guy-sitting-chair-doing-exercises-with-dumbell-grey-background_613910-15402.jpg",
|
||||
imageAlt: "Foto de Martín G.",
|
||||
},
|
||||
id: "testimonial-5", title: "Profesionales al Nivel", quote: "La calidad de los profesores y la variedad de actividades son excelentes. Siempre hay alguien dispuesto a ayudarte.", name: "Martín G.", role: "Socio Constante", imageSrc: "http://img.b2bpic.net/free-photo/muscular-bodybuilder-guy-sitting-chair-doing-exercises-with-dumbell-grey-background_613910-15402.jpg", imageAlt: "Foto de Martín G."},
|
||||
]}
|
||||
title="Lo que dicen nuestros Socios"
|
||||
description="La voz de quienes ya forman parte de la familia Sport Fitness."
|
||||
@@ -339,8 +194,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contacto"
|
||||
title="Encontranos en Ituzaingó"
|
||||
description="Estamos en Av. Santa Rosa 2330, entre Verdum y Colectora, Ituzaingó. ¡Visitá nuestro gimnasio premium!"
|
||||
@@ -360,27 +214,21 @@ export default function LandingPage() {
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ptsj8l"
|
||||
logoAlt="SPORT FITNESS Logo"
|
||||
logoText="SPORT FITNESS"
|
||||
copyrightText="© 2024 SPORT FITNESS. Todos los derechos reservados."
|
||||
copyrightText="© 2024 SPORT FITNESS. Av. Santa Rosa 2330, Ituzaingó. Todos los derechos reservados."
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Phone,
|
||||
href: "https://wa.link/600lwf",
|
||||
ariaLabel: "WhatsApp",
|
||||
},
|
||||
href: "https://wa.link/600lwf", ariaLabel: "WhatsApp"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://www.instagram.com/sportfitness.ituzaingo/",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "https://www.instagram.com/sportfitness.ituzaingo/", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "#", ariaLabel: "Facebook"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user