Update src/app/page.tsx
This commit is contained in:
199
src/app/page.tsx
199
src/app/page.tsx
@@ -30,26 +30,13 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "inicio",
|
||||
},
|
||||
{
|
||||
name: "Sobre Nosotros",
|
||||
id: "sobre-nosotros",
|
||||
},
|
||||
{
|
||||
name: "Reseñas",
|
||||
id: "reseñas",
|
||||
},
|
||||
{
|
||||
name: "Ubicación",
|
||||
id: "ubicacion",
|
||||
},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contacto",
|
||||
},
|
||||
{ name: "Inicio", id: "inicio" },
|
||||
{ name: "Sobre Nosotros", id: "sobre-nosotros" },
|
||||
{ name: "Características", id: "features" },
|
||||
{ name: "Trayectoria", id: "metrics" },
|
||||
{ name: "Reseñas", id: "reseñas" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contacto", id: "contacto" },
|
||||
]}
|
||||
brandName="El Camaleón"
|
||||
/>
|
||||
@@ -59,12 +46,7 @@ export default function LandingPage() {
|
||||
<HeroLogo
|
||||
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."
|
||||
buttons={[
|
||||
{
|
||||
text: "Únete Ahora",
|
||||
href: "#contacto",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Únete Ahora", href: "#contacto" }]}
|
||||
buttonAnimation="slide-up"
|
||||
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"
|
||||
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={[
|
||||
{
|
||||
title: "Entorno Seguro",
|
||||
description: "Un espacio diseñado para la privacidad y la tranquilidad de todos nuestros socios.",
|
||||
},
|
||||
{
|
||||
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.",
|
||||
},
|
||||
{ title: "Entorno Seguro", description: "Un espacio diseñado para la privacidad y la tranquilidad de todos nuestros socios." },
|
||||
{ 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"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -101,27 +74,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Privacidad Absoluta",
|
||||
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",
|
||||
},
|
||||
{ id: "f1", title: "Privacidad Absoluta", 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"
|
||||
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"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "5+",
|
||||
description: "Años de experiencia",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "200+",
|
||||
description: "Socios activos",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "4.2",
|
||||
description: "Valoración media",
|
||||
},
|
||||
{ id: "m1", value: "5+", description: "Años de experiencia" },
|
||||
{ id: "m2", value: "200+", description: "Socios activos" },
|
||||
{ id: "m3", value: "4.2", description: "Valoración media" },
|
||||
]}
|
||||
title="Nuestra Trayectoria"
|
||||
description="Más que un club, somos una comunidad en constante crecimiento."
|
||||
@@ -162,46 +105,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
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: "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",
|
||||
},
|
||||
{ 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: "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}
|
||||
title="Lo que dicen nuestros socios"
|
||||
@@ -214,21 +122,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
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: "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.",
|
||||
},
|
||||
{ id: "faq1", title: "¿Cómo puedo hacerme socio?", 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"
|
||||
description="Resolvemos tus dudas sobre nuestra asociación."
|
||||
@@ -239,54 +135,19 @@ export default function LandingPage() {
|
||||
<div id="contacto" data-section="contacto">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Contacto"
|
||||
title="Visítanos en Las Palmas"
|
||||
description="Estamos en C. Ángel Guimerá, 8. ¡Ven a conocernos y solicita tu inscripción!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Cómo llegar",
|
||||
href: "https://www.google.com/maps",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Cómo llegar", href: "https://www.google.com/maps" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Enlaces",
|
||||
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: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Enlaces", 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"
|
||||
copyrightText="© 2024 El Camaleón. Club Social Privado."
|
||||
@@ -295,4 +156,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user