From 7931e4affe75913a582566c8fb52f66ba9cbc754 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 17:45:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b0cfe8c..41d89ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -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} -- 2.49.1