Update src/app/page.tsx
This commit is contained in:
288
src/app/page.tsx
288
src/app/page.tsx
@@ -33,114 +33,68 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Inicio", id: "#hero"},
|
||||
{
|
||||
name: "Acerca de",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Acerca de", id: "#about"},
|
||||
{
|
||||
name: "Servicios",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Servicios", id: "#features"},
|
||||
{
|
||||
name: "Salones",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Salones", id: "#products"},
|
||||
{
|
||||
name: "Opiniones",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Opiniones", id: "#testimonials"},
|
||||
{
|
||||
name: "Preguntas Frecuentes",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "Preguntas Frecuentes", id: "#faq"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contacto", id: "#contact"},
|
||||
]}
|
||||
brandName="Las Palmeras"
|
||||
button={{
|
||||
text: "Reservar Ahora",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Reservar Ahora", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Centro de Eventos Las Palmeras"
|
||||
description="Tu lugar ideal para eventos inolvidables en Rancagua. Experiencias excepcionales con un servicio de alta calidad."
|
||||
tag="Eventos & Celebraciones"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Descubre Nuestros Espacios",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Descubre Nuestros Espacios", href: "#products"},
|
||||
{
|
||||
text: "Contáctanos",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contáctanos", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/miami-bayside-landscape_23-2151636408.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/miami-bayside-landscape_23-2151636408.jpg"
|
||||
imageAlt="Salón principal de eventos Las Palmeras"
|
||||
mediaAnimation="opacity"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg",
|
||||
alt: "Invitada Satisfecha",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", alt: "Invitada Satisfecha"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg",
|
||||
alt: "Organizador de Eventos",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg", alt: "Organizador de Eventos"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-talking-phone_23-2149235740.jpg",
|
||||
alt: "Cliente Empresarial",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-talking-phone_23-2149235740.jpg", alt: "Cliente Empresarial"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-goodlooking-tender-friendly-pretty-middleaged-30s-woman-extend-arm-hold-camera-hand-smiling-broadly-taking-selfie-photographing-record-videomessage-calling-husband_176420-51274.jpg",
|
||||
alt: "Novia Feliz",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-goodlooking-tender-friendly-pretty-middleaged-30s-woman-extend-arm-hold-camera-hand-smiling-broadly-taking-selfie-photographing-record-videomessage-calling-husband_176420-51274.jpg", alt: "Novia Feliz"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg",
|
||||
alt: "Invitado Especial",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg", alt: "Invitado Especial"},
|
||||
]}
|
||||
avatarText="+1000 Eventos Exitosos"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/jewel-fountain-singapore-night_1150-18048.jpg",
|
||||
alt: "Iluminación Ambiental",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/jewel-fountain-singapore-night_1150-18048.jpg", alt: "Iluminación Ambiental"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/dreamy-interior-mall_23-2151591394.jpg",
|
||||
alt: "Decoración Floral",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/dreamy-interior-mall_23-2151591394.jpg", alt: "Decoración Floral"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/cozy-streets-small-town-south-spain_72229-532.jpg",
|
||||
alt: "Mobiliario Elegante",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/cozy-streets-small-town-south-spain_72229-532.jpg", alt: "Mobiliario Elegante"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-picture-pathway-surrounded-by-palm-trees-sunlight-rio-de-janeiro_181624-11952.jpg",
|
||||
alt: "Zona de Bienvenida",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/vertical-picture-pathway-surrounded-by-palm-trees-sunlight-rio-de-janeiro_181624-11952.jpg", alt: "Zona de Bienvenida"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/code-icon-front-side_187299-39421.jpg",
|
||||
alt: "Escenario Configurado",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/code-icon-front-side_187299-39421.jpg", alt: "Escenario Configurado"},
|
||||
]}
|
||||
marqueeSpeed={40}
|
||||
showMarqueeCard={true}
|
||||
@@ -151,7 +105,6 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={true}
|
||||
title="Más de 20 años creando momentos memorables en Rancagua"
|
||||
description="Centro de Eventos Las Palmeras es el recinto líder para eventos en Rancagua, O'Higgins. Nos destacamos por nuestra atención de alta calidad, colaboradores profesionales y un ambiente cálido que transforma cada celebración en un recuerdo inolvidable. Desde grandes congresos hasta íntimas celebraciones, nuestros salones están diseñados para adaptarse a tus necesidades."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -161,57 +114,26 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Amplio Estacionamiento",
|
||||
description: "Capacidad segura para todos tus invitados.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Car,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bridal-bouquets-from-white-peonies-tender-violet-eustomas_8353-10489.jpg",
|
||||
imageAlt: "elegant banquet setup tables",
|
||||
title: "Amplio Estacionamiento", description: "Capacidad segura para todos tus invitados.", bentoComponent: "reveal-icon", icon: Car,
|
||||
},
|
||||
{
|
||||
title: "Salones Versátiles",
|
||||
description: "Espacios adaptables para cualquier tamaño o tipo de evento.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Grid,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/miami-bayside-landscape_23-2151636408.jpg?_wi=2",
|
||||
imageAlt: "elegant banquet setup tables",
|
||||
title: "Salones Versátiles", description: "Espacios adaptables para cualquier tamaño o tipo de evento.", bentoComponent: "reveal-icon", icon: Grid,
|
||||
},
|
||||
{
|
||||
title: "Catering Personalizado",
|
||||
description: "Opciones gastronómicas para deleitar a cada paladar.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Utensils,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bicycle-road-sign-top-view_23-2148242169.jpg",
|
||||
imageAlt: "elegant banquet setup tables",
|
||||
title: "Catering Personalizado", description: "Opciones gastronómicas para deleitar a cada paladar.", bentoComponent: "reveal-icon", icon: Utensils,
|
||||
},
|
||||
{
|
||||
title: "Equipo Profesional",
|
||||
description: "Colaboradores expertos dedicados a tu satisfacción.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Users,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-airport-waiting-hall_1232-4321.jpg",
|
||||
imageAlt: "elegant banquet setup tables",
|
||||
title: "Equipo Profesional", description: "Colaboradores expertos dedicados a tu satisfacción.", bentoComponent: "reveal-icon", icon: Users,
|
||||
},
|
||||
{
|
||||
title: "Tecnología de Vanguardia",
|
||||
description: "Equipos audiovisuales para presentaciones impecables.",
|
||||
bentoComponent: "media-stack",
|
||||
items: [
|
||||
title: "Tecnología de Vanguardia", description: "Equipos audiovisuales para presentaciones impecables.", bentoComponent: "media-stack", items: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-fish-rolls-canape-with-red-caviar-served-plates_132075-13060.jpg",
|
||||
imageAlt: "Setup for a banquet",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-fish-rolls-canape-with-red-caviar-served-plates_132075-13060.jpg", imageAlt: "Setup for a banquet"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/enterprise-staff-hosting-brief-session-after-hours-with-mockup-screen-team-exchanging-insight_482257-136192.jpg",
|
||||
imageAlt: "Modern conference room",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/enterprise-staff-hosting-brief-session-after-hours-with-mockup-screen-team-exchanging-insight_482257-136192.jpg", imageAlt: "Modern conference room"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rustic-deck-with-patio-furniture-vegetation_23-2150698394.jpg",
|
||||
imageAlt: "Outdoor garden event space",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rustic-deck-with-patio-furniture-vegetation_23-2150698394.jpg", imageAlt: "Outdoor garden event space"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288217.jpg",
|
||||
imageAlt: "elegant banquet setup tables",
|
||||
},
|
||||
]}
|
||||
title="Nuestros Servicios Exclusivos para Tu Evento"
|
||||
@@ -227,47 +149,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "salon-grand",
|
||||
name: "Salón Gran Evento",
|
||||
price: "Capacidad: 300 personas",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-loungers-health-spa-with-no-people-copy-space_637285-6704.jpg",
|
||||
imageAlt: "Gran Salón de Eventos",
|
||||
},
|
||||
id: "salon-grand", name: "Salón Gran Evento", price: "Capacidad: 300 personas", imageSrc: "http://img.b2bpic.net/free-photo/cozy-loungers-health-spa-with-no-people-copy-space_637285-6704.jpg", imageAlt: "Gran Salón de Eventos"},
|
||||
{
|
||||
id: "salon-ejecutivo",
|
||||
name: "Salón Ejecutivo",
|
||||
price: "Capacidad: 50 personas",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-with-laptop-office_23-2148017051.jpg",
|
||||
imageAlt: "Salón para Reuniones Ejecutivas",
|
||||
},
|
||||
id: "salon-ejecutivo", name: "Salón Ejecutivo", price: "Capacidad: 50 personas", imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-with-laptop-office_23-2148017051.jpg", imageAlt: "Salón para Reuniones Ejecutivas"},
|
||||
{
|
||||
id: "salon-jardin",
|
||||
name: "Salón Jardín Exterior",
|
||||
price: "Capacidad: 150 personas",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/enchanted-outdoor-theater_23-2151949843.jpg",
|
||||
imageAlt: "Salón con Acceso a Jardín",
|
||||
},
|
||||
id: "salon-jardin", name: "Salón Jardín Exterior", price: "Capacidad: 150 personas", imageSrc: "http://img.b2bpic.net/free-photo/enchanted-outdoor-theater_23-2151949843.jpg", imageAlt: "Salón con Acceso a Jardín"},
|
||||
{
|
||||
id: "salon-celebracion",
|
||||
name: "Salón Celebración",
|
||||
price: "Capacidad: 100 personas",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/birthday-party-items-cupcake_23-2149023542.jpg",
|
||||
imageAlt: "Salón para Fiestas y Celebraciones",
|
||||
},
|
||||
id: "salon-celebracion", name: "Salón Celebración", price: "Capacidad: 100 personas", imageSrc: "http://img.b2bpic.net/free-photo/birthday-party-items-cupcake_23-2149023542.jpg", imageAlt: "Salón para Fiestas y Celebraciones"},
|
||||
{
|
||||
id: "salon-conferencia",
|
||||
name: "Salón Conferencia",
|
||||
price: "Capacidad: 80 personas",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sport-stadium_1127-2131.jpg",
|
||||
imageAlt: "Salón de Conferencias",
|
||||
},
|
||||
id: "salon-conferencia", name: "Salón Conferencia", price: "Capacidad: 80 personas", imageSrc: "http://img.b2bpic.net/free-photo/sport-stadium_1127-2131.jpg", imageAlt: "Salón de Conferencias"},
|
||||
{
|
||||
id: "salon-vip",
|
||||
name: "Salón VIP",
|
||||
price: "Capacidad: 20 personas",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wonderful-wedding-table-amazing-restaurant_8353-9875.jpg",
|
||||
imageAlt: "Salón VIP Exclusivo",
|
||||
},
|
||||
id: "salon-vip", name: "Salón VIP", price: "Capacidad: 20 personas", imageSrc: "http://img.b2bpic.net/free-photo/wonderful-wedding-table-amazing-restaurant_8353-9875.jpg", imageAlt: "Salón VIP Exclusivo"},
|
||||
]}
|
||||
title="Salones Versátiles para Cada Ocasión"
|
||||
description="Explora nuestros diversos salones, ideales para conferencias, matrimonios, fiestas de cumpleaños y eventos corporativos. Cada espacio está diseñado para la perfección."
|
||||
@@ -282,25 +174,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "rating",
|
||||
value: "4.5 / 5",
|
||||
description: "Calificación Promedio de Clientes",
|
||||
},
|
||||
id: "rating", value: "4.5 / 5", description: "Calificación Promedio de Clientes"},
|
||||
{
|
||||
id: "reviews",
|
||||
value: "+500",
|
||||
description: "Opiniones de Clientes Satisfechos",
|
||||
},
|
||||
id: "reviews", value: "+500", description: "Opiniones de Clientes Satisfechos"},
|
||||
{
|
||||
id: "years",
|
||||
value: "+20",
|
||||
description: "Años de Experiencia en Eventos",
|
||||
},
|
||||
id: "years", value: "+20", description: "Años de Experiencia en Eventos"},
|
||||
{
|
||||
id: "events",
|
||||
value: "+1000",
|
||||
description: "Eventos Exitosos Realizados",
|
||||
},
|
||||
id: "events", value: "+1000", description: "Eventos Exitosos Realizados"},
|
||||
]}
|
||||
title="Nuestra Trayectoria Habla Por Sí Misma"
|
||||
description="Estamos orgullosos de la confianza y satisfacción que nuestros clientes depositan en nosotros, reflejado en nuestra trayectoria de excelencia."
|
||||
@@ -315,25 +195,15 @@ export default function LandingPage() {
|
||||
author="Nuestros Valiosos Clientes"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-woman-doing-thumbs-up_23-2148628939.jpg",
|
||||
alt: "Sarah Johnson",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-woman-doing-thumbs-up_23-2148628939.jpg", alt: "Sarah Johnson"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/glad-man-showing-okay-gesture-approval-sign-giving-positive-reply-against-orange-background-attractive-guy-asserting-everything-is-ok-colorful-background_574295-6132.jpg",
|
||||
alt: "Michael Chen",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/glad-man-showing-okay-gesture-approval-sign-giving-positive-reply-against-orange-background-attractive-guy-asserting-everything-is-ok-colorful-background_574295-6132.jpg", alt: "Michael Chen"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-shot-attractive-dark-skinned-girl-looks-joyfully_273609-28709.jpg",
|
||||
alt: "Emily Rodriguez",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-shot-attractive-dark-skinned-girl-looks-joyfully_273609-28709.jpg", alt: "Emily Rodriguez"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg",
|
||||
alt: "David Kim",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg", alt: "David Kim"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-woman-using-tablet-celebrating-success-outdoor-cafe_1262-18867.jpg",
|
||||
alt: "Laura Garcia",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-woman-using-tablet-celebrating-success-outdoor-cafe_1262-18867.jpg", alt: "Laura Garcia"},
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -346,25 +216,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "¿Cuál es la capacidad máxima de sus salones?",
|
||||
content: "Ofrecemos salones con capacidades que van desde 20 hasta 300 personas, adaptándonos a la escala de tu evento.",
|
||||
},
|
||||
id: "faq-1", title: "¿Cuál es la capacidad máxima de sus salones?", content: "Ofrecemos salones con capacidades que van desde 20 hasta 300 personas, adaptándonos a la escala de tu evento."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "¿Ofrecen servicios de catering propio?",
|
||||
content: "Sí, contamos con un equipo de catering interno que puede diseñar menús personalizados para cualquier tipo de evento y preferencia dietética.",
|
||||
},
|
||||
id: "faq-2", title: "¿Ofrecen servicios de catering propio?", content: "Sí, contamos con un equipo de catering interno que puede diseñar menús personalizados para cualquier tipo de evento y preferencia dietética."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "¿Puedo visitar los salones antes de reservar?",
|
||||
content: "Absolutamente. Te invitamos a programar una visita guiada para conocer nuestras instalaciones y discutir tus necesidades con nuestro equipo.",
|
||||
},
|
||||
id: "faq-3", title: "¿Puedo visitar los salones antes de reservar?", content: "Absolutamente. Te invitamos a programar una visita guiada para conocer nuestras instalaciones y discutir tus necesidades con nuestro equipo."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "¿Cuentan con estacionamiento para los invitados?",
|
||||
content: "Sí, disponemos de un amplio estacionamiento privado y seguro para la comodidad de todos tus invitados.",
|
||||
},
|
||||
id: "faq-4", title: "¿Cuentan con estacionamiento para los invitados?", content: "Sí, disponemos de un amplio estacionamiento privado y seguro para la comodidad de todos tus invitados."},
|
||||
]}
|
||||
title="¿Tienes Preguntas? Te Respondemos."
|
||||
description="Encuentra respuestas a las preguntas más frecuentes sobre la reserva y organización de eventos en Centro de Eventos Las Palmeras."
|
||||
@@ -376,18 +234,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Listo para planificar tu próximo evento? Contáctanos hoy mismo y haz realidad tus ideas."
|
||||
buttons={[
|
||||
{
|
||||
text: "Llámanos Ahora",
|
||||
href: "tel:+56722251262",
|
||||
},
|
||||
text: "Llámanos Ahora", href: "tel:+56722251262"},
|
||||
{
|
||||
text: "Envíanos un Mensaje",
|
||||
href: "mailto:info@centroeventoslaspalmeras.cl",
|
||||
},
|
||||
text: "Envíanos un Mensaje", href: "mailto:info@centroeventoslaspalmeras.cl"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -396,46 +249,29 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Empresa",
|
||||
items: [
|
||||
title: "Empresa", items: [
|
||||
{
|
||||
label: "Acerca de Nosotros",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Acerca de Nosotros", href: "#about"},
|
||||
{
|
||||
label: "Nuestros Servicios",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Nuestros Servicios", href: "#features"},
|
||||
{
|
||||
label: "Salones",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Salones", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Ayuda",
|
||||
items: [
|
||||
title: "Ayuda", items: [
|
||||
{
|
||||
label: "Preguntas Frecuentes",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "Preguntas Frecuentes", href: "#faq"},
|
||||
{
|
||||
label: "Contacto",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contacto", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Política de Privacidad",
|
||||
href: "#",
|
||||
},
|
||||
label: "Política de Privacidad", href: "#"},
|
||||
{
|
||||
label: "Términos de Servicio",
|
||||
href: "#",
|
||||
},
|
||||
label: "Términos de Servicio", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user