Merge version_1 into main #1
196
src/app/page.tsx
196
src/app/page.tsx
@@ -29,96 +29,40 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Nosotros",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Servicios",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Testimonios",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Inicio", id: "hero" },
|
||||
{ name: "Nosotros", id: "about" },
|
||||
{ name: "Servicios", id: "features" },
|
||||
{ name: "Testimonios", id: "testimonials" },
|
||||
{ name: "Contacto", id: "contact" },
|
||||
]}
|
||||
brandName="Classic Gym Toluca"
|
||||
button={{ text: "Empieza hoy", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Entrena en serio en Classic Gym Toluca 💪🔥"
|
||||
description="Un gym completo, con ambiente motivador y atención cercana para que logres resultados reales — empieza hoy mismo."
|
||||
buttons={[
|
||||
{
|
||||
text: "Empieza hoy",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Empieza hoy", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bodybuilding-concept-with-barbell-gym_23-2147675166.jpg"
|
||||
imageAlt="Classic Gym Toluca training area"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-young-bodybuilder-holding-barbell-looking-away-dark-background_613910-19266.jpg",
|
||||
alt: "Miembro 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-single-20-cheerful-lifestyle_1301-739.jpg",
|
||||
alt: "Miembro 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/determined-sportswoman-holding-dumbbell-dark_23-2147752860.jpg",
|
||||
alt: "Miembro 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-training-gym-full-shot_23-2149517269.jpg",
|
||||
alt: "Miembro 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-handsome-sportsman-holds-hand-chin-dark-background_613910-19200.jpg",
|
||||
alt: "Miembro 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-handsome-young-bodybuilder-holding-barbell-looking-away-dark-background_613910-19266.jpg", alt: "Miembro 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-single-20-cheerful-lifestyle_1301-739.jpg", alt: "Miembro 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/determined-sportswoman-holding-dumbbell-dark_23-2147752860.jpg", alt: "Miembro 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/man-training-gym-full-shot_23-2149517269.jpg", alt: "Miembro 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-young-handsome-sportsman-holds-hand-chin-dark-background_613910-19200.jpg", alt: "Miembro 5" },
|
||||
]}
|
||||
avatarText="+500 miembros satisfechos"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Pesas Libres",
|
||||
icon: Activity,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Cardio",
|
||||
icon: Heart,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Entrenadores",
|
||||
icon: UserCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Nutrición",
|
||||
icon: Apple,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Resultados",
|
||||
icon: TrendingUp,
|
||||
},
|
||||
{ type: "text-icon", text: "Pesas Libres", icon: Activity },
|
||||
{ type: "text-icon", text: "Cardio", icon: Heart },
|
||||
{ type: "text-icon", text: "Entrenadores", icon: UserCheck },
|
||||
{ type: "text-icon", text: "Nutrición", icon: Apple },
|
||||
{ type: "text-icon", text: "Resultados", icon: TrendingUp },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -142,48 +86,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Área de pesas",
|
||||
subtitle: "Completa gama de equipo",
|
||||
category: "Instalaciones",
|
||||
value: "🏋️♂️",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Ambiente",
|
||||
subtitle: "Motivación pura para entrenar",
|
||||
category: "Experiencia",
|
||||
value: "🔥",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Higiene",
|
||||
subtitle: "Baños y regaderas impecables",
|
||||
category: "Comodidad",
|
||||
value: "🧼",
|
||||
},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Estudiantes",
|
||||
subtitle: "Promociones especiales",
|
||||
category: "Precios",
|
||||
value: "🎓",
|
||||
},
|
||||
{
|
||||
id: "f5",
|
||||
title: "Atención",
|
||||
subtitle: "Personalizada y cercana",
|
||||
category: "Servicio",
|
||||
value: "🤝",
|
||||
},
|
||||
{
|
||||
id: "f6",
|
||||
title: "Ubicación",
|
||||
subtitle: "Céntrica en Toluca",
|
||||
category: "Acceso",
|
||||
value: "📍",
|
||||
},
|
||||
{ id: "f1", title: "Área de pesas", subtitle: "Completa gama de equipo", category: "Instalaciones", value: "🏋️♂️" },
|
||||
{ id: "f2", title: "Ambiente", subtitle: "Motivación pura para entrenar", category: "Experiencia", value: "🔥" },
|
||||
{ id: "f3", title: "Higiene", subtitle: "Baños y regaderas impecables", category: "Comodidad", value: "🧼" },
|
||||
{ id: "f4", title: "Estudiantes", subtitle: "Promociones especiales", category: "Precios", value: "🎓" },
|
||||
{ id: "f5", title: "Atención", subtitle: "Personalizada y cercana", category: "Servicio", value: "🤝" },
|
||||
{ id: "f6", title: "Ubicación", subtitle: "Céntrica en Toluca", category: "Acceso", value: "📍" },
|
||||
]}
|
||||
title="Nuestros Servicios"
|
||||
description="Todo lo que necesitas para alcanzar tus objetivos de fitness."
|
||||
@@ -196,46 +104,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Juan Pérez",
|
||||
handle: "@juan",
|
||||
testimonial: "Excelente servicio, muy completo el equipo y tienen promociones para universitarios.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-bodybuilder-holding-barbell-looking-away-dark-background_613910-19266.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "María García",
|
||||
handle: "@maria",
|
||||
testimonial: "Muy buen lugar para entrenar, buen ambiente y el personal es muy amable.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-single-20-cheerful-lifestyle_1301-739.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Luis López",
|
||||
handle: "@luis",
|
||||
testimonial: "Un gym clásico, perfecto para los que realmente quieren entrenar en serio.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/determined-sportswoman-holding-dumbbell-dark_23-2147752860.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Ana Martínez",
|
||||
handle: "@ana",
|
||||
testimonial: "El mejor ambiente, me siento muy cómoda entrenando aquí cada día.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-training-gym-full-shot_23-2149517269.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Carlos Ruiz",
|
||||
handle: "@carlos",
|
||||
testimonial: "Totalmente recomendado, el equipo siempre está listo y el lugar muy limpio.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-sportsman-holds-hand-chin-dark-background_613910-19200.jpg",
|
||||
},
|
||||
{ id: "1", name: "Juan Pérez", handle: "@juan", testimonial: "Excelente servicio, muy completo el equipo y tienen promociones para universitarios.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-bodybuilder-holding-barbell-looking-away-dark-background_613910-19266.jpg" },
|
||||
{ id: "2", name: "María García", handle: "@maria", testimonial: "Muy buen lugar para entrenar, buen ambiente y el personal es muy amable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-single-20-cheerful-lifestyle_1301-739.jpg" },
|
||||
{ id: "3", name: "Luis López", handle: "@luis", testimonial: "Un gym clásico, perfecto para los que realmente quieren entrenar en serio.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/determined-sportswoman-holding-dumbbell-dark_23-2147752860.jpg" },
|
||||
{ id: "4", name: "Ana Martínez", handle: "@ana", testimonial: "El mejor ambiente, me siento muy cómoda entrenando aquí cada día.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-training-gym-full-shot_23-2149517269.jpg" },
|
||||
{ id: "5", name: "Carlos Ruiz", handle: "@carlos", testimonial: "Totalmente recomendado, el equipo siempre está listo y el lugar muy limpio.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-sportsman-holds-hand-chin-dark-background_613910-19200.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="Lo que dicen nuestros miembros"
|
||||
@@ -246,16 +119,9 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
text="📲 ¿Listo para empezar? Escríbenos por WhatsApp y pregunta por promociones y horarios. Contáctanos al 722 682 6343 y comienza hoy tu cambio."
|
||||
buttons={[
|
||||
{
|
||||
text: "WhatsApp: 722 682 6343",
|
||||
href: "https://wa.me/527226826343",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "WhatsApp: 722 682 6343", href: "https://wa.me/527226826343" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user