Update src/app/page.tsx
This commit is contained in:
@@ -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() {
|
||||
<div id="contacto" data-section="contacto">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
tag="Contáctanos"
|
||||
title="Empieza Tu Viaje Fitness"
|
||||
description="Déjanos tus datos y te ayudaremos a encontrar el plan perfecto para ti."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-pilates-reformer-class-exercising-their-bodies_23-2150858031.jpg"
|
||||
|
||||
Reference in New Issue
Block a user