diff --git a/src/app/page.tsx b/src/app/page.tsx index 790158b..c3b061f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,16 +31,13 @@ export default function LandingPage() { @@ -48,56 +45,18 @@ export default function LandingPage() { @@ -105,18 +64,14 @@ export default function LandingPage() { @@ -127,21 +82,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} metrics={[ - { - id: "m1", value: "2x", title: "Problemas cognitivos", items: [ - "En adultos menores de 40 años, se han duplicado en una década."], - }, - { - id: "m2", value: "152M", title: "Casos de demencia", items: [ - "Previsión global para 2050. Hoy son 57 millones."], - }, - { - id: "m3", value: "45%", title: "Prevenibles", items: [ - "Casos que pueden evitarse con una dieta mental saludable."], - }, + { id: "m1", value: "2x", title: "Problemas cognitivos", items: ["Prevalencia duplicada en la última década en adultos jóvenes."] }, + { id: "m2", value: "45%", title: "Casos prevenibles", items: ["Impacto directo de una dieta mental saludable en tu salud a largo plazo."] }, ]} - title="Datos que importan" - description="La ciencia respalda la necesidad de una dieta mental equilibrada." + title="Datos reales, impacto real" + description="La ciencia es clara: proteger tu bienestar cognitivo es urgente." /> @@ -151,23 +96,13 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - id: "f1", title: "Focus Time", subtitle: "Concentración profunda", category: "Nutriente", value: "01"}, - { - id: "f2", title: "Play Time", subtitle: "Espontaneidad creativa", category: "Nutriente", value: "02"}, - { - id: "f3", title: "Connecting Time", subtitle: "Conexión humana", category: "Nutriente", value: "03"}, - { - id: "f4", title: "Physical Time", subtitle: "Movimiento corporal", category: "Nutriente", value: "04"}, - { - id: "f5", title: "Time In", subtitle: "Reflexión interna", category: "Nutriente", value: "05"}, - { - id: "f6", title: "Down Time", subtitle: "Descanso total", category: "Nutriente", value: "06"}, - { - id: "f7", title: "Sleep Time", subtitle: "Reparación", category: "Nutriente", value: "07"}, + { id: "f1", title: "Focus Time", subtitle: "Profundidad y foco", category: "Nutriente", value: "01" }, + { id: "f2", title: "Play Time", subtitle: "Creatividad sin límites", category: "Nutriente", value: "02" }, + { id: "f3", title: "Connecting Time", subtitle: "Conexión humana real", category: "Nutriente", value: "03" }, + { id: "f5", title: "Time In", subtitle: "Autoconciencia", category: "Nutriente", value: "05" }, ]} - title="Los 7 nutrientes mentales" - description="El modelo Healthy Mind Platter del Dr. Dan Siegel define lo que tu cerebro necesita." + title="Diseña tu dieta mental" + description="Entiende qué nutrientes le faltan a tu día a día." /> @@ -175,10 +110,9 @@ export default function LandingPage() { @@ -188,19 +122,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "t1", name: "Ana M.", role: "Directora de Marketing", testimonial: "Llevaba tiempo sintiéndome agotada. Entendí que nunca daba permiso a mi cerebro para descansar.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-woman_329181-13486.jpg"}, - { - id: "t2", name: "Carlos R.", role: "Ingeniero", testimonial: "Hago el mismo trabajo en la mitad del tiempo con el doble de profundidad.", imageSrc: "http://img.b2bpic.net/free-photo/serious-man-with-tablet-computer_74855-3700.jpg"}, - { - id: "t3", name: "Elena S.", role: "Emprendedora", testimonial: "El módulo de Time In me permitió recuperar el foco que creía perdido para siempre.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg"}, - { - id: "t4", name: "Jorge V.", role: "Diseñador", testimonial: "La IA me ayudó a sistematizar mi 'Play Time' sin culpa.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-technician-data-center-managing-infrastructure_482257-115349.jpg"}, - { - id: "t5", name: "Lucía P.", role: "Doctora", testimonial: "La ciencia detrás es impecable. Un cambio total en cómo gestiono mi jornada.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-executive-wearing-blue-suit_1139-190.jpg"}, + { id: "t1", name: "Ana M.", role: "Directora", testimonial: "Increíble metodología. Recuperé el equilibrio mental.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-woman_329181-13486.jpg" }, + { id: "t2", name: "Carlos R.", role: "Ingeniero", testimonial: "IA integrada en mi rutina diaria. Productividad por las nubes.", imageSrc: "http://img.b2bpic.net/free-photo/serious-man-with-tablet-computer_74855-3700.jpg" }, ]} - title="Resultados reales" - description="Lo que dicen nuestros primeros alumnos sobre su transformación." + title="Historias de transformación" + description="Únete a personas que ya han optimizado su salud cognitiva." /> @@ -208,18 +134,12 @@ export default function LandingPage() { @@ -227,32 +147,25 @@ export default function LandingPage() {
); -} \ No newline at end of file +} diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index a7f8f0c..fd0a85a 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; - --foreground: #120a00e6; - --primary-cta: #E34400; + --background: #f5faff; + --card: #f1f8ff; + --foreground: #001122; + --primary-cta: #15479c; --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; + --secondary-cta: #ffffff; --secondary-cta-text: #120a00e6; - --accent: #e2e2e2; - --background-accent: #E34400; + --accent: #a8cce8; + --background-accent: #7ba3cf; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);