Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-04 17:45:24 +00:00

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
]}
enableKpiAnimation={true}
buttons={[{ text: "Comienza hoy", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/father-son-cooking-together_23-2148215320.jpg"
imageSrc="http://img.b2bpic.net/free-photo/father-son-cooking-together_23-2148215320.jpg?_wi=1"
imageAlt="Nutricionista profesional"
mediaAnimation="slide-up"
avatars={[
@@ -81,7 +81,7 @@ export default function LandingPage() {
description="Entiendo que cada persona es un mundo. Por eso, mi método no se basa en restricciones, sino en educación y hábitos que perduran en el tiempo."
subdescription="Nutricionista clínica colegiada, especializada en cambio de composición corporal y salud metabólica."
icon={UserCheck}
imageSrc="http://img.b2bpic.net/free-photo/sport-equipment-healthy-food_23-2147829399.jpg"
imageSrc="http://img.b2bpic.net/free-photo/sport-equipment-healthy-food_23-2147829399.jpg?_wi=1"
mediaAnimation="slide-up"
/>
</div>
@@ -93,16 +93,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Evaluación Inicial", description: "Analizamos tus hábitos, metas y estado de salud actual mediante una sesión de diagnóstico profundo.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/father-son-cooking-together_23-2148215320.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/sport-equipment-healthy-food_23-2147829399.jpg" }
title: "Evaluación Inicial", description: "Analizamos tus hábitos, metas y estado de salud actual mediante una sesión de diagnóstico profundo.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/father-son-cooking-together_23-2148215320.jpg?_wi=2" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/sport-equipment-healthy-food_23-2147829399.jpg?_wi=2" }
},
{
title: "Plan Personalizado", description: "Diseño de un plan nutricional flexible, basado en tus gustos, presupuesto y ritmo de vida diario.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/father-son-cooking-together_23-2148215320.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/sport-equipment-healthy-food_23-2147829399.jpg" }
title: "Plan Personalizado", description: "Diseño de un plan nutricional flexible, basado en tus gustos, presupuesto y ritmo de vida diario.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/father-son-cooking-together_23-2148215320.jpg?_wi=3" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/sport-equipment-healthy-food_23-2147829399.jpg?_wi=3" }
},
{
title: "Seguimiento Continuo", description: "Ajustes mensuales según tu evolución, control de resultados y soporte directo por nuestra app.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/father-son-cooking-together_23-2148215320.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/sport-equipment-healthy-food_23-2147829399.jpg" }
title: "Seguimiento Continuo", description: "Ajustes mensuales según tu evolución, control de resultados y soporte directo por nuestra app.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/father-son-cooking-together_23-2148215320.jpg?_wi=4" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/sport-equipment-healthy-food_23-2147829399.jpg?_wi=4" }
},
]}
showStepNumbers={true}