diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1a80be8..44fae08 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,26 +30,13 @@ export default function LandingPage() {
@@ -59,12 +46,7 @@ export default function LandingPage() {
@@ -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() {