|
|
|
|
@@ -7,7 +7,7 @@ import ContactText from '@/components/sections/contact/ContactText';
|
|
|
|
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
|
|
|
|
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
|
|
|
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
|
|
|
|
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
|
|
|
|
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
|
|
|
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
|
|
|
|
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
|
|
|
|
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
|
|
|
|
@@ -32,69 +32,37 @@ export default function LandingPage() {
|
|
|
|
|
<NavbarStyleFullscreen
|
|
|
|
|
navItems={[
|
|
|
|
|
{
|
|
|
|
|
name: "Inicio",
|
|
|
|
|
id: "hero",
|
|
|
|
|
},
|
|
|
|
|
name: "Inicio", id: "hero"},
|
|
|
|
|
{
|
|
|
|
|
name: "Nosotros",
|
|
|
|
|
id: "about",
|
|
|
|
|
},
|
|
|
|
|
name: "Nosotros", id: "about"},
|
|
|
|
|
{
|
|
|
|
|
name: "Servicios",
|
|
|
|
|
id: "features",
|
|
|
|
|
},
|
|
|
|
|
name: "Servicios", id: "features"},
|
|
|
|
|
{
|
|
|
|
|
name: "Precios",
|
|
|
|
|
id: "pricing",
|
|
|
|
|
},
|
|
|
|
|
name: "Precios", id: "pricing"},
|
|
|
|
|
{
|
|
|
|
|
name: "Contacto",
|
|
|
|
|
id: "contact",
|
|
|
|
|
},
|
|
|
|
|
name: "Contacto", id: "contact"},
|
|
|
|
|
]}
|
|
|
|
|
brandName="Brillando Corazones"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
<HeroOverlay
|
|
|
|
|
<HeroBillboardGallery
|
|
|
|
|
title="Brillando Corazones: Guiando tu luz interior"
|
|
|
|
|
description="Transformamos vidas a través de acompañamiento emocional y servicios de bienestar personalizados."
|
|
|
|
|
background={{ variant: "sparkles-gradient" }}
|
|
|
|
|
buttons={[
|
|
|
|
|
{
|
|
|
|
|
text: "Conoce nuestros servicios",
|
|
|
|
|
href: "#features",
|
|
|
|
|
},
|
|
|
|
|
text: "Conoce nuestros servicios", href: "#features"},
|
|
|
|
|
{
|
|
|
|
|
text: "Agenda tu cita",
|
|
|
|
|
href: "#contact",
|
|
|
|
|
},
|
|
|
|
|
text: "Agenda tu cita", href: "#contact"},
|
|
|
|
|
]}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/renaissance-portrait-woman-as-sun-goddess_23-2151345958.jpg"
|
|
|
|
|
imageAlt="Mujer en paz meditando"
|
|
|
|
|
avatars={[
|
|
|
|
|
{
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/editorial-enchanted-realm_23-2151948072.jpg",
|
|
|
|
|
alt: "Editorial enchanted realm",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/male-model-posing-outdoors_23-2148872337.jpg",
|
|
|
|
|
alt: "Male model posing outdoors",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/portrait-woman-with-her-hairs-face_23-2147907165.jpg",
|
|
|
|
|
alt: "Portrait of woman with her hairs on face",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/portrait-woman-wearing-futuristic-superhero-suit_23-2150944600.jpg",
|
|
|
|
|
alt: "Portrait of woman wearing futuristic superhero suit",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/low-angle-view-smiling-girl-standing-tree-sunlight_23-2148163883.jpg",
|
|
|
|
|
alt: "Low angle view of a smiling girl standing under the tree in sunlight",
|
|
|
|
|
},
|
|
|
|
|
mediaItems={[
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/renaissance-portrait-woman-as-sun-goddess_23-2151345958.jpg", imageAlt: "Mujer en paz meditando" },
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/editorial-enchanted-realm_23-2151948072.jpg", imageAlt: "Editorial enchanted realm" },
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/male-model-posing-outdoors_23-2148872337.jpg", imageAlt: "Male model posing outdoors" }
|
|
|
|
|
]}
|
|
|
|
|
avatarText="Únete a nuestra comunidad"
|
|
|
|
|
mediaAnimation="blur-reveal"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -105,19 +73,13 @@ export default function LandingPage() {
|
|
|
|
|
metrics={[
|
|
|
|
|
{
|
|
|
|
|
icon: Heart,
|
|
|
|
|
label: "Vidas transformadas",
|
|
|
|
|
value: "500+",
|
|
|
|
|
},
|
|
|
|
|
label: "Vidas transformadas", value: "500+"},
|
|
|
|
|
{
|
|
|
|
|
icon: Award,
|
|
|
|
|
label: "Años de experiencia",
|
|
|
|
|
value: "10+",
|
|
|
|
|
},
|
|
|
|
|
label: "Años de experiencia", value: "10+"},
|
|
|
|
|
{
|
|
|
|
|
icon: Smile,
|
|
|
|
|
label: "Clientes satisfechos",
|
|
|
|
|
value: "98%",
|
|
|
|
|
},
|
|
|
|
|
label: "Clientes satisfechos", value: "98%"},
|
|
|
|
|
]}
|
|
|
|
|
metricsAnimation="slide-up"
|
|
|
|
|
/>
|
|
|
|
|
@@ -130,20 +92,11 @@ export default function LandingPage() {
|
|
|
|
|
description="Ofrecemos herramientas diseñadas para tu crecimiento personal y sanación."
|
|
|
|
|
accordionItems={[
|
|
|
|
|
{
|
|
|
|
|
id: "1",
|
|
|
|
|
title: "Terapia Emocional",
|
|
|
|
|
content: "Sesiones individuales para sanar el corazón.",
|
|
|
|
|
},
|
|
|
|
|
id: "1", title: "Terapia Emocional", content: "Sesiones individuales para sanar el corazón."},
|
|
|
|
|
{
|
|
|
|
|
id: "2",
|
|
|
|
|
title: "Coaching de Vida",
|
|
|
|
|
content: "Planea tu futuro con propósito.",
|
|
|
|
|
},
|
|
|
|
|
id: "2", title: "Coaching de Vida", content: "Planea tu futuro con propósito."},
|
|
|
|
|
{
|
|
|
|
|
id: "3",
|
|
|
|
|
title: "Talleres de Bienestar",
|
|
|
|
|
content: "Aprendizaje grupal y crecimiento compartido.",
|
|
|
|
|
},
|
|
|
|
|
id: "3", title: "Talleres de Bienestar", content: "Aprendizaje grupal y crecimiento compartido."},
|
|
|
|
|
]}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/smiley-woman-posing-outdooors_23-2148613032.jpg"
|
|
|
|
|
mediaAnimation="blur-reveal"
|
|
|
|
|
@@ -158,45 +111,20 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
testimonials={[
|
|
|
|
|
{
|
|
|
|
|
id: "1",
|
|
|
|
|
name: "Ana García",
|
|
|
|
|
handle: "@ana_g",
|
|
|
|
|
testimonial: "Brillando Corazones cambió mi perspectiva de vida.",
|
|
|
|
|
rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/brunette-model-posing_23-2148135937.jpg",
|
|
|
|
|
},
|
|
|
|
|
id: "1", name: "Ana García", handle: "@ana_g", testimonial: "Brillando Corazones cambió mi perspectiva de vida.", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/brunette-model-posing_23-2148135937.jpg"},
|
|
|
|
|
{
|
|
|
|
|
id: "2",
|
|
|
|
|
name: "Luis Pérez",
|
|
|
|
|
handle: "@luis_p",
|
|
|
|
|
testimonial: "Excelente acompañamiento y profesionalismo.",
|
|
|
|
|
rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-smiling-with-copy-space_23-2148435784.jpg",
|
|
|
|
|
},
|
|
|
|
|
id: "2", name: "Luis Pérez", handle: "@luis_p", testimonial: "Excelente acompañamiento y profesionalismo.", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-smiling-with-copy-space_23-2148435784.jpg"},
|
|
|
|
|
{
|
|
|
|
|
id: "3",
|
|
|
|
|
name: "María José",
|
|
|
|
|
handle: "@mj_coach",
|
|
|
|
|
testimonial: "Una experiencia transformadora.",
|
|
|
|
|
rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/serious-buisness-woman-talking-phone_23-2148317291.jpg",
|
|
|
|
|
},
|
|
|
|
|
id: "3", name: "María José", handle: "@mj_coach", testimonial: "Una experiencia transformadora.", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/serious-buisness-woman-talking-phone_23-2148317291.jpg"},
|
|
|
|
|
{
|
|
|
|
|
id: "4",
|
|
|
|
|
name: "Pedro López",
|
|
|
|
|
handle: "@pedro_l",
|
|
|
|
|
testimonial: "Me sentí escuchado y apoyado en todo momento.",
|
|
|
|
|
rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-man-posing_23-2148911847.jpg",
|
|
|
|
|
},
|
|
|
|
|
id: "4", name: "Pedro López", handle: "@pedro_l", testimonial: "Me sentí escuchado y apoyado en todo momento.", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-man-posing_23-2148911847.jpg"},
|
|
|
|
|
{
|
|
|
|
|
id: "5",
|
|
|
|
|
name: "Sofía Díaz",
|
|
|
|
|
handle: "@sofia_d",
|
|
|
|
|
testimonial: "Gracias por guiarme hacia mi interior.",
|
|
|
|
|
rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-girl-posing_23-2148720192.jpg",
|
|
|
|
|
},
|
|
|
|
|
id: "5", name: "Sofía Díaz", handle: "@sofia_d", testimonial: "Gracias por guiarme hacia mi interior.", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-girl-posing_23-2148720192.jpg"},
|
|
|
|
|
]}
|
|
|
|
|
showRating={true}
|
|
|
|
|
title="Testimonios de luz"
|
|
|
|
|
@@ -211,37 +139,20 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
plans={[
|
|
|
|
|
{
|
|
|
|
|
id: "1",
|
|
|
|
|
badge: "Básico",
|
|
|
|
|
price: "$50",
|
|
|
|
|
subtitle: "Sesión única",
|
|
|
|
|
buttons: [
|
|
|
|
|
id: "1", badge: "Básico", price: "$50", subtitle: "Sesión única", buttons: [
|
|
|
|
|
{
|
|
|
|
|
text: "Comprar",
|
|
|
|
|
href: "#contact",
|
|
|
|
|
},
|
|
|
|
|
text: "Comprar", href: "#contact"},
|
|
|
|
|
],
|
|
|
|
|
features: [
|
|
|
|
|
"Sesión 1:1",
|
|
|
|
|
"Apoyo inicial",
|
|
|
|
|
],
|
|
|
|
|
"Sesión 1:1", "Apoyo inicial"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2",
|
|
|
|
|
badge: "Premium",
|
|
|
|
|
price: "$200",
|
|
|
|
|
subtitle: "Paquete mensual",
|
|
|
|
|
buttons: [
|
|
|
|
|
id: "2", badge: "Premium", price: "$200", subtitle: "Paquete mensual", buttons: [
|
|
|
|
|
{
|
|
|
|
|
text: "Comprar",
|
|
|
|
|
href: "#contact",
|
|
|
|
|
},
|
|
|
|
|
text: "Comprar", href: "#contact"},
|
|
|
|
|
],
|
|
|
|
|
features: [
|
|
|
|
|
"4 Sesiones",
|
|
|
|
|
"Soporte diario",
|
|
|
|
|
"Material de apoyo",
|
|
|
|
|
],
|
|
|
|
|
"4 Sesiones", "Soporte diario", "Material de apoyo"],
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
title="Planes de Bienestar"
|
|
|
|
|
@@ -255,20 +166,11 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
faqs={[
|
|
|
|
|
{
|
|
|
|
|
id: "1",
|
|
|
|
|
title: "¿Cómo empiezo?",
|
|
|
|
|
content: "Contáctanos y agenda tu primera sesión gratuita.",
|
|
|
|
|
},
|
|
|
|
|
id: "1", title: "¿Cómo empiezo?", content: "Contáctanos y agenda tu primera sesión gratuita."},
|
|
|
|
|
{
|
|
|
|
|
id: "2",
|
|
|
|
|
title: "¿Es presencial?",
|
|
|
|
|
content: "Ofrecemos ambas modalidades según tu necesidad.",
|
|
|
|
|
},
|
|
|
|
|
id: "2", title: "¿Es presencial?", content: "Ofrecemos ambas modalidades según tu necesidad."},
|
|
|
|
|
{
|
|
|
|
|
id: "3",
|
|
|
|
|
title: "¿Tienen paquetes?",
|
|
|
|
|
content: "Sí, tenemos opciones para acompañamiento continuo.",
|
|
|
|
|
},
|
|
|
|
|
id: "3", title: "¿Tienen paquetes?", content: "Sí, tenemos opciones para acompañamiento continuo."},
|
|
|
|
|
]}
|
|
|
|
|
title="Preguntas frecuentes"
|
|
|
|
|
faqsAnimation="blur-reveal"
|
|
|
|
|
@@ -280,14 +182,11 @@ export default function LandingPage() {
|
|
|
|
|
<ContactText
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
background={{
|
|
|
|
|
variant: "canvas-reveal",
|
|
|
|
|
}}
|
|
|
|
|
variant: "canvas-reveal"}}
|
|
|
|
|
text="Empieza hoy mismo a brillar con más fuerza. Estamos listos para acompañarte en tu proceso."
|
|
|
|
|
buttons={[
|
|
|
|
|
{
|
|
|
|
|
text: "Escríbenos por WhatsApp",
|
|
|
|
|
href: "https://wa.me/tu-numero",
|
|
|
|
|
},
|
|
|
|
|
text: "Escríbenos por WhatsApp", href: "https://wa.me/tu-numero"},
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -296,13 +195,9 @@ export default function LandingPage() {
|
|
|
|
|
<FooterLogoReveal
|
|
|
|
|
logoText="Brillando Corazones"
|
|
|
|
|
leftLink={{
|
|
|
|
|
text: "Privacidad",
|
|
|
|
|
href: "#",
|
|
|
|
|
}}
|
|
|
|
|
text: "Privacidad", href: "#"}}
|
|
|
|
|
rightLink={{
|
|
|
|
|
text: "Contacto",
|
|
|
|
|
href: "#contact",
|
|
|
|
|
}}
|
|
|
|
|
text: "Contacto", href: "#contact"}}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
|