1 Commits

Author SHA1 Message Date
ab5254a4bf Update src/app/page.tsx 2026-05-10 17:30:22 +00:00

View File

@@ -30,26 +30,13 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ { name: "Inicio", id: "inicio" },
name: "Inicio", { name: "Sobre Nosotros", id: "sobre-nosotros" },
id: "inicio", { name: "Características", id: "features" },
}, { name: "Trayectoria", id: "metrics" },
{ { name: "Reseñas", id: "reseñas" },
name: "Sobre Nosotros", { name: "FAQ", id: "faq" },
id: "sobre-nosotros", { name: "Contacto", id: "contacto" },
},
{
name: "Reseñas",
id: "reseñas",
},
{
name: "Ubicación",
id: "ubicacion",
},
{
name: "Contacto",
id: "contacto",
},
]} ]}
brandName="El Camaleón" brandName="El Camaleón"
/> />
@@ -59,12 +46,7 @@ export default function LandingPage() {
<HeroLogo <HeroLogo
logoText="El Camaleón" logoText="El Camaleón"
description="Tu club social cannábico premium en Las Palmas de Gran Canaria. Un espacio acogedor, profesional y discreto para disfrutar en comunidad." description="Tu club social cannábico premium en Las Palmas de Gran Canaria. Un espacio acogedor, profesional y discreto para disfrutar en comunidad."
buttons={[ buttons={[{ text: "Únete Ahora", href: "#contacto" }]}
{
text: "Únete Ahora",
href: "#contacto",
},
]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/modern-interior-design-office_181624-21578.jpg" imageSrc="http://img.b2bpic.net/free-photo/modern-interior-design-office_181624-21578.jpg"
/> />
@@ -77,18 +59,9 @@ export default function LandingPage() {
title="Sobre Nuestro Club" title="Sobre Nuestro Club"
description="Somos un club social cannábico dedicado a proporcionar un entorno profesional, seguro y acogedor para nuestros socios. Nuestra prioridad es la discreción, el respeto y la calidad en cada detalle." description="Somos un club social cannábico dedicado a proporcionar un entorno profesional, seguro y acogedor para nuestros socios. Nuestra prioridad es la discreción, el respeto y la calidad en cada detalle."
bulletPoints={[ bulletPoints={[
{ { title: "Entorno Seguro", description: "Un espacio diseñado para la privacidad y la tranquilidad de todos nuestros socios." },
title: "Entorno Seguro", { title: "Calidad Premium", description: "Nos comprometemos a ofrecer los mejores estándares en nuestras instalaciones." },
description: "Un espacio diseñado para la privacidad y la tranquilidad de todos nuestros socios.", { title: "Comunidad", description: "Un club enfocado en la convivencia, el respeto y el intercambio cultural entre miembros." },
},
{
title: "Calidad Premium",
description: "Nos comprometemos a ofrecer los mejores estándares en nuestras instalaciones.",
},
{
title: "Comunidad",
description: "Un club enfocado en la convivencia, el respeto y el intercambio cultural entre miembros.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/abstract-futuristic-school-classroom_23-2150892674.jpg" imageSrc="http://img.b2bpic.net/free-photo/abstract-futuristic-school-classroom_23-2150892674.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -101,27 +74,9 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ { id: "f1", title: "Privacidad Absoluta", subtitle: "Discreción garantizada", category: "Seguridad", value: "100%" },
id: "f1", { id: "f2", title: "Trato Profesional", subtitle: "Personal capacitado", category: "Servicio", value: "24/7" },
title: "Privacidad Absoluta", { id: "f3", title: "Excelencia", subtitle: "Solo socios seleccionados", category: "Calidad", value: "Top" },
subtitle: "Discreción garantizada",
category: "Seguridad",
value: "100%",
},
{
id: "f2",
title: "Trato Profesional",
subtitle: "Personal capacitado",
category: "Servicio",
value: "24/7",
},
{
id: "f3",
title: "Excelencia",
subtitle: "Solo socios seleccionados",
category: "Calidad",
value: "Top",
},
]} ]}
title="Nuestros Pilares" title="Nuestros Pilares"
description="Lo que nos hace un club social referente en Las Palmas." description="Lo que nos hace un club social referente en Las Palmas."
@@ -135,21 +90,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ { id: "m1", value: "5+", description: "Años de experiencia" },
id: "m1", { id: "m2", value: "200+", description: "Socios activos" },
value: "5+", { id: "m3", value: "4.2", description: "Valoración media" },
description: "Años de experiencia",
},
{
id: "m2",
value: "200+",
description: "Socios activos",
},
{
id: "m3",
value: "4.2",
description: "Valoración media",
},
]} ]}
title="Nuestra Trayectoria" title="Nuestra Trayectoria"
description="Más que un club, somos una comunidad en constante crecimiento." description="Más que un club, somos una comunidad en constante crecimiento."
@@ -162,46 +105,11 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ { id: "t1", name: "Paulo Andrés", handle: "@paulo", testimonial: "Excelente lugar, muy buena atención.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg" },
id: "t1", { id: "t2", name: "Aimen Ben", handle: "@aimen", testimonial: "Buen sitio, gente simpática y buena decoración.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg" },
name: "Paulo Andrés", { id: "t3", name: "Ana García", handle: "@ana", testimonial: "Un ambiente muy tranquilo y acogedor.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-young-man-looking-camera_23-2148281688.jpg" },
handle: "@paulo", { id: "t4", name: "Luis Ramos", handle: "@luis", testimonial: "Se siente la profesionalidad desde que entras.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-redhead-woman-smiling-confident-standing-park_839833-33715.jpg" },
testimonial: "Excelente lugar, muy buena atención.", { id: "t5", name: "María José", handle: "@maria", testimonial: "Un oasis en medio de la ciudad.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/good-looking-woman-dressed-with-black-pullover-posing-playground-sunlight_291650-18.jpg" },
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg",
},
{
id: "t2",
name: "Aimen Ben",
handle: "@aimen",
testimonial: "Buen sitio, gente simpática y buena decoración.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg",
},
{
id: "t3",
name: "Ana García",
handle: "@ana",
testimonial: "Un ambiente muy tranquilo y acogedor.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-young-man-looking-camera_23-2148281688.jpg",
},
{
id: "t4",
name: "Luis Ramos",
handle: "@luis",
testimonial: "Se siente la profesionalidad desde que entras.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-redhead-woman-smiling-confident-standing-park_839833-33715.jpg",
},
{
id: "t5",
name: "María José",
handle: "@maria",
testimonial: "Un oasis en medio de la ciudad.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/good-looking-woman-dressed-with-black-pullover-posing-playground-sunlight_291650-18.jpg",
},
]} ]}
showRating={true} showRating={true}
title="Lo que dicen nuestros socios" title="Lo que dicen nuestros socios"
@@ -214,21 +122,9 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ { id: "faq1", title: "¿Cómo puedo hacerme socio?", content: "Para ser socio es necesario contactarnos directamente en nuestro local de Ángel Guimerá, 8." },
id: "faq1", { id: "faq2", title: "¿Cuáles son los requisitos?", content: "Ser mayor de edad y cumplir con la normativa interna vigente de nuestra asociación." },
title: "¿Cómo puedo hacerme socio?", { id: "faq3", title: "¿Cuál es el horario?", content: "Estamos abiertos todos los días hasta las 22:00 horas." },
content: "Para ser socio es necesario contactarnos directamente en nuestro local de Ángel Guimerá, 8.",
},
{
id: "faq2",
title: "¿Cuáles son los requisitos?",
content: "Ser mayor de edad y cumplir con la normativa interna vigente de nuestra asociación.",
},
{
id: "faq3",
title: "¿Cuál es el horario?",
content: "Estamos abiertos todos los días hasta las 22:00 horas.",
},
]} ]}
title="Preguntas Frecuentes" title="Preguntas Frecuentes"
description="Resolvemos tus dudas sobre nuestra asociación." description="Resolvemos tus dudas sobre nuestra asociación."
@@ -239,54 +135,19 @@ export default function LandingPage() {
<div id="contacto" data-section="contacto"> <div id="contacto" data-section="contacto">
<ContactCTA <ContactCTA
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{ variant: "sparkles-gradient" }}
variant: "sparkles-gradient",
}}
tag="Contacto" tag="Contacto"
title="Visítanos en Las Palmas" title="Visítanos en Las Palmas"
description="Estamos en C. Ángel Guimerá, 8. ¡Ven a conocernos y solicita tu inscripción!" description="Estamos en C. Ángel Guimerá, 8. ¡Ven a conocernos y solicita tu inscripción!"
buttons={[ buttons={[{ text: "Cómo llegar", href: "https://www.google.com/maps" }]}
{
text: "Cómo llegar",
href: "https://www.google.com/maps",
},
]}
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBase <FooterBase
columns={[ columns={[
{ { title: "Enlaces", items: [{ label: "Inicio", href: "#inicio" }, { label: "Sobre Nosotros", href: "#sobre-nosotros" }, { label: "Contacto", href: "#contacto" }] },
title: "Enlaces", { title: "Legal", items: [{ label: "Privacidad", href: "#" }, { label: "Términos", href: "#" }] },
items: [
{
label: "Inicio",
href: "#inicio",
},
{
label: "Sobre Nosotros",
href: "#sobre-nosotros",
},
{
label: "Contacto",
href: "#contacto",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacidad",
href: "#",
},
{
label: "Términos",
href: "#",
},
],
},
]} ]}
logoText="El Camaleón" logoText="El Camaleón"
copyrightText="© 2024 El Camaleón. Club Social Privado." copyrightText="© 2024 El Camaleón. Club Social Privado."
@@ -295,4 +156,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }