From 8b7c8e9e85d66409c04ed00cb058678a1da1185b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 05:15:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0e01d2f..9a36dfe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -177,15 +177,15 @@ export default function LandingPage() { { id: "p1", name: "Programa de Fuerza Total", price: "$60/mes", imageSrc: "http://img.b2bpic.net/free-photo/athlete-gym-swings-triceps-with-barbell-sports-lifestyle_169016-61178.jpg", imageAlt: "Hombre levantando pesas"}, { - id: "p2", name: "Reto de Cardio Extremo", price: "$55/mes", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-taking-selfies-gym_23-2148419819.jpg", alt: "Mujer corriendo en cinta"}, + id: "p2", name: "Reto de Cardio Extremo", price: "$55/mes", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-taking-selfies-gym_23-2148419819.jpg", imageAlt: "Mujer corriendo en cinta"}, { - id: "p3", name: "Bienestar en Yoga y Meditación", price: "$45/mes", imageSrc: "http://img.b2bpic.net/free-photo/trainer-assisting-group-people-with-stretching-exercise_1170-236.jpg", alt: "Grupo de personas haciendo yoga"}, + id: "p3", name: "Bienestar en Yoga y Meditación", price: "$45/mes", imageSrc: "http://img.b2bpic.net/free-photo/trainer-assisting-group-people-with-stretching-exercise_1170-236.jpg", imageAlt: "Grupo de personas haciendo yoga"}, { - id: "p4", name: "Guía de Nutrición Personal", price: "$70/mes", imageSrc: "http://img.b2bpic.net/free-photo/training-concept-with-slate_23-2147692056.jpg", alt: "Comida saludable en una mesa"}, + id: "p4", name: "Guía de Nutrición Personal", price: "$70/mes", imageSrc: "http://img.b2bpic.net/free-photo/training-concept-with-slate_23-2147692056.jpg", imageAlt: "Comida saludable en una mesa"}, { - id: "p5", name: "CrossFit Challenge", price: "$65/mes", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-white-rope-gym_651396-760.jpg", alt: "Persona haciendo entrenamiento CrossFit"}, + id: "p5", name: "CrossFit Challenge", price: "$65/mes", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-white-rope-gym_651396-760.jpg", imageAlt: "Persona haciendo entrenamiento CrossFit"}, { - id: "p6", name: "Pilates Reformer", price: "$50/mes", imageSrc: "http://img.b2bpic.net/free-photo/friends-training-gym_23-2150772251.jpg", alt: "Mujer haciendo pilates en máquina"}, + id: "p6", name: "Pilates Reformer", price: "$50/mes", imageSrc: "http://img.b2bpic.net/free-photo/friends-training-gym_23-2150772251.jpg", imageAlt: "Mujer haciendo pilates en máquina"}, ]} title="Alcanza Tus Metas Más Rápido" description="Desde entrenamiento de fuerza hasta clases de yoga, tenemos el programa ideal para ti." @@ -307,7 +307,6 @@ export default function LandingPage() {