From c4bd35ef04edadf5020f3addd7e68e9bc9b5e88f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 02:10:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eaaac25..d30a0b5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,16 +88,16 @@ export default function LandingPage() { textboxLayout="default" features={[ { - title: "Proteínas", description: "Whey protein, caseína y proteína vegana de las mejores marcas — desde $1,299", imageSrc: "http://img.b2bpic.net/free-photo/bananas-is-good-way-healthy-carbs_329181-7978.jpg", imageAlt: "protein category whey protein fitness supplies", button: { text: "Ver Proteínas", href: "#consultation" } + title: "Proteínas", description: "Whey protein, caseína y proteína vegana de las mejores marcas", imageSrc: "http://img.b2bpic.net/free-photo/bananas-is-good-way-healthy-carbs_329181-7978.jpg", imageAlt: "protein category whey protein fitness supplies", button: { text: "Ver Proteínas", href: "#consultation" } }, { - title: "Pre-Entrenamientos", description: "Energía, enfoque y resistencia para maximizar tu sesión — Pre-entrenos premium desde $899", imageSrc: "http://img.b2bpic.net/free-photo/refreshment-gym_1098-16161.jpg?_wi=3", imageAlt: "preworkout category energy supplements gym", button: { text: "Ver Pre-Entrenamientos", href: "#consultation" } + title: "Pre-Entrenamientos", description: "Energía, enfoque y resistencia para maximizar tu sesión", imageSrc: "http://img.b2bpic.net/free-photo/refreshment-gym_1098-16161.jpg?_wi=3", imageAlt: "preworkout category energy supplements gym", button: { text: "Ver Pre-Entrenamientos", href: "#consultation" } }, { - title: "Vitaminas y Minerales", description: "Salud integral con multivitamínicos y suplementos premium — Refuerza tu inmunidad desde $599", imageSrc: "http://img.b2bpic.net/free-photo/immunity-boosting-food-healthy-lifestyle_23-2149211528.jpg", imageAlt: "vitamins category health supplements nutrition", button: { text: "Ver Vitaminas", href: "#consultation" } + title: "Vitaminas y Minerales", description: "Salud integral con multivitamínicos y suplementos premium", imageSrc: "http://img.b2bpic.net/free-photo/immunity-boosting-food-healthy-lifestyle_23-2149211528.jpg", imageAlt: "vitamins category health supplements nutrition", button: { text: "Ver Vitaminas", href: "#consultation" } }, { - title: "Ganadores de Peso", description: "Calorías de calidad para ganar masa muscular de forma efectiva — Ganadores de marcas líderes desde $1,599", imageSrc: "http://img.b2bpic.net/free-photo/physical-activity-stats-around-person_23-2150163367.jpg", imageAlt: "weight gainer category mass nutrition gym", button: { text: "Ver Ganadores", href: "#consultation" } + title: "Ganadores de Peso", description: "Calorías de calidad para ganar masa muscular de forma efectiva", imageSrc: "http://img.b2bpic.net/free-photo/physical-activity-stats-around-person_23-2150163367.jpg", imageAlt: "weight gainer category mass nutrition gym", button: { text: "Ver Ganadores", href: "#consultation" } } ]} gridVariant="two-columns-alternating-heights" @@ -129,7 +129,7 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} useInvertedBackground={false} inputPlaceholder="Tu correo electrónico" - buttonText="Sí, Enviar Mi Objetivo" + buttonText="Recibir Recomendación" termsText="Nos comprometemos a responder en menos de 2 horas. Tu privacidad es importante para nosotros." /> -- 2.49.1