Merge version_1 into main #1
143
src/app/page.tsx
143
src/app/page.tsx
@@ -16,31 +16,28 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="icon-arrow"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Inicio", id: "hero"},
|
||||
{
|
||||
name: "Nuestro Viaje",
|
||||
id: "about",
|
||||
},
|
||||
name: "Nuestro Viaje", id: "about"},
|
||||
{
|
||||
name: "Bienestar",
|
||||
id: "features",
|
||||
},
|
||||
name: "Bienestar", id: "features"},
|
||||
{
|
||||
name: "Comunidad",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Comunidad", id: "testimonials"},
|
||||
{
|
||||
name: "Preguntas",
|
||||
id: "faq",
|
||||
},
|
||||
name: "Preguntas", id: "faq"},
|
||||
]}
|
||||
brandName="Bienestar 40+"
|
||||
/>
|
||||
@@ -52,35 +49,15 @@ export default function LandingPage() {
|
||||
description="Un espacio dedicado a abrazar los cambios, la sabiduría y la nueva estética de la mujer que transita la premenopausia."
|
||||
buttons={[
|
||||
{
|
||||
text: "Comienza el Viaje",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Comienza el Viaje", href: "#about"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-enjoying-cup-coffee_23-2148937755.jpg",
|
||||
imageAlt: "Mujer madura",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slim-beautiful-woman-silhouette-doing-sports-morning-park-doing-yoga_285396-4315.jpg",
|
||||
imageAlt: "Relajación",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-senior-woman-wearing-shapewear_23-2149956341.jpg",
|
||||
imageAlt: "Sabiduría",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-mature-woman-enjoying-good-coffee-balcony_329181-15454.jpg",
|
||||
imageAlt: "Lectura",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-old-woman-yoga-mat_23-2148861067.jpg",
|
||||
imageAlt: "Yoga",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-white-suit-studio_1303-20665.jpg",
|
||||
imageAlt: "Elegancia",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-enjoying-cup-coffee_23-2148937755.jpg", imageAlt: "mujer madura feliz estilo vida" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/slim-beautiful-woman-silhouette-doing-sports-morning-park-doing-yoga_285396-4315.jpg", imageAlt: "mujer 40 años relajación meditación" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-senior-woman-wearing-shapewear_23-2149956341.jpg", imageAlt: "retratos mujeres maduras seguras" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-mature-woman-enjoying-good-coffee-balcony_329181-15454.jpg", imageAlt: "mujer 40 años lectura café" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-old-woman-yoga-mat_23-2148861067.jpg", imageAlt: "mujer activa 40 años yoga" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-white-suit-studio_1303-20665.jpg", imageAlt: "mujer sofisticada 40 años" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -90,9 +67,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Nuestros Valores"
|
||||
description={[
|
||||
"Creemos que la premenopausia no es un final, sino un nuevo comienzo. Nuestra estética celebra la madurez y la plenitud de la vida.",
|
||||
"Abogamos por el amor propio, el equilibrio hormonal natural y la construcción de comunidades donde cada sentimiento sea validado.",
|
||||
]}
|
||||
"Creemos que la premenopausia no es un final, sino un nuevo comienzo. Nuestra estética celebra la madurez y la plenitud de la vida.", "Abogamos por el amor propio, el equilibrio hormonal natural y la construcción de comunidades donde cada sentimiento sea validado."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -103,34 +78,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
label: "Mental",
|
||||
title: "Equilibrio Emocional",
|
||||
items: [
|
||||
"Gestión del estrés",
|
||||
"Mindfulness",
|
||||
"Apoyo en cambios",
|
||||
],
|
||||
id: "f1", label: "Mental", title: "Equilibrio Emocional", items: [
|
||||
"Gestión del estrés", "Mindfulness", "Apoyo en cambios"],
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
label: "Físico",
|
||||
title: "Salud Natural",
|
||||
items: [
|
||||
"Nutrición consciente",
|
||||
"Movimiento suave",
|
||||
"Sueño reparador",
|
||||
],
|
||||
id: "f2", label: "Físico", title: "Salud Natural", items: [
|
||||
"Nutrición consciente", "Movimiento suave", "Sueño reparador"],
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
label: "Estética",
|
||||
title: "Nueva Imagen",
|
||||
items: [
|
||||
"Cuidado de la piel",
|
||||
"Moda consciente",
|
||||
"Confianza plena",
|
||||
],
|
||||
id: "f3", label: "Estética", title: "Nueva Imagen", items: [
|
||||
"Cuidado de la piel", "Moda consciente", "Confianza plena"],
|
||||
},
|
||||
]}
|
||||
title="Pilares de Bienestar"
|
||||
@@ -145,26 +102,11 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Elena M."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-adult-woman-lingerie_23-2149179697.jpg",
|
||||
alt: "Elena",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-stylish-woman-talking-phone-outdoors_23-2148777577.jpg",
|
||||
alt: "Ana",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-woman-sweater-sitting-sandy-sea-shore_23-2148020109.jpg",
|
||||
alt: "Lucía",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/tranquil-woman-with-grey-hair-doing-yoga-park-female-model-sportive-clothes-exercising-mat-cloudy-day-sport-hobby-health-concept_74855-25598.jpg",
|
||||
alt: "Sofía",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-adult-woman-lingerie_23-2149179697.jpg",
|
||||
alt: "Maria",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-adult-woman-lingerie_23-2149179697.jpg", alt: "retrato mujer feliz 40 años" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiley-stylish-woman-talking-phone-outdoors_23-2148777577.jpg", alt: "mujer elegante 40 plus" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-woman-sweater-sitting-sandy-sea-shore_23-2148020109.jpg", alt: "mujer serena bienestar 40" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/tranquil-woman-with-grey-hair-doing-yoga-park-female-model-sportive-clothes-exercising-mat-cloudy-day-sport-hobby-health-concept_74855-25598.jpg", alt: "mujer 40 años equilibrada" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-adult-woman-lingerie_23-2149179697.jpg", alt: "retrato mujer feliz 40 años" }
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -177,20 +119,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "¿Cuándo comienza la premenopausia?",
|
||||
content: "Suele ocurrir unos años antes de la menopausia, generalmente en los 40s.",
|
||||
},
|
||||
id: "q1", title: "¿Cuándo comienza la premenopausia?", content: "Suele ocurrir unos años antes de la menopausia, generalmente en los 40s."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "¿Cómo cuidar la piel a los 40?",
|
||||
content: "Priorizando hidratación y protección solar, celebrando las líneas de expresión.",
|
||||
},
|
||||
id: "q2", title: "¿Cómo cuidar la piel a los 40?", content: "Priorizando hidratación y protección solar, celebrando las líneas de expresión."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "¿Es normal sentir cambios de humor?",
|
||||
content: "Sí, las fluctuaciones hormonales impactan el estado de ánimo, es parte natural del proceso.",
|
||||
},
|
||||
id: "q3", title: "¿Es normal sentir cambios de humor?", content: "Sí, las fluctuaciones hormonales impactan el estado de ánimo, es parte natural del proceso."},
|
||||
]}
|
||||
title="Preguntas Frecuentes"
|
||||
description="Resolvemos tus dudas sobre esta etapa de transformación."
|
||||
@@ -202,13 +135,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Bienestar 40+"
|
||||
leftLink={{
|
||||
text: "Privacidad",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacidad", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Contacto",
|
||||
href: "mailto:hola@bienestar40.com",
|
||||
}}
|
||||
text: "Contacto", href: "mailto:hola@bienestar40.com"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user