Update src/app/page.tsx
This commit is contained in:
@@ -46,11 +46,11 @@ export default function LandingPage() {
|
||||
title="Domina el Arte del Taekwondo"
|
||||
description="Desarrolla disciplina, fuerza y confianza en nuestra academia líder. Clases para todas las edades y niveles."
|
||||
testimonials={[
|
||||
{ name: "Elena Martínez", handle: "@elena_m", testimonial: "¡Excelente escuela! Mis hijos han ganado muchísima confianza desde que empezaron.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/male-martial-arts-instructor-training-with-female-trainee-practice-hall_23-2148845927.jpg" },
|
||||
{ name: "Carlos Ruíz", handle: "@carlos_r", testimonial: "El entrenamiento es muy profesional y los maestros son expertos.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-asian-man-practising-taekwondo_52683-101641.jpg" },
|
||||
{ name: "Laura S.", handle: "@laura_s", testimonial: "He mejorado mi forma física y técnica de forma impresionante.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-practicing-taekwondo_23-2150260432.jpg" },
|
||||
{ name: "Jorge V.", handle: "@jorge_v", testimonial: "La mejor academia de la ciudad, un ambiente muy positivo.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/little-boy-dressed-white-kimono-with-vr-glasses-his-head_613910-18.jpg" },
|
||||
{ name: "Sofía T.", handle: "@sofia_t", testimonial: "Un lugar increíble donde se respira respeto y disciplina.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-cute-girl-helmet-her-beautiful-female-boxing-trainer-are-posing-photographer-ring_613910-13052.jpg" },
|
||||
{ name: "Elena Martínez", handle: "@elena_m", testimonial: "¡Excelente escuela! Mis hijos han ganado muchísima confianza desde que empezaron.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/male-martial-arts-instructor-training-with-female-trainee-practice-hall_23-2148845927.jpg?_wi=1" },
|
||||
{ name: "Carlos Ruíz", handle: "@carlos_r", testimonial: "El entrenamiento es muy profesional y los maestros son expertos.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-asian-man-practising-taekwondo_52683-101641.jpg?_wi=1" },
|
||||
{ name: "Laura S.", handle: "@laura_s", testimonial: "He mejorado mi forma física y técnica de forma impresionante.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-practicing-taekwondo_23-2150260432.jpg?_wi=1" },
|
||||
{ name: "Jorge V.", handle: "@jorge_v", testimonial: "La mejor academia de la ciudad, un ambiente muy positivo.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/little-boy-dressed-white-kimono-with-vr-glasses-his-head_613910-18.jpg?_wi=1" },
|
||||
{ name: "Sofía T.", handle: "@sofia_t", testimonial: "Un lugar increíble donde se respira respeto y disciplina.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-cute-girl-helmet-her-beautiful-female-boxing-trainer-are-posing-photographer-ring_613910-13052.jpg?_wi=1" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-kids-training-gym_23-2150930328.jpg"
|
||||
showBlur={true}
|
||||
@@ -70,7 +70,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Nuestra Filosofía"
|
||||
description="Más que un deporte, el Taekwondo es un camino de vida. Fomentamos el respeto, la integridad y el autocontrol en cada uno de nuestros estudiantes, creando una comunidad unida."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mom-daughter-are-doing-yoga_1153-4860.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mom-daughter-are-doing-yoga_1153-4860.jpg?_wi=1"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -114,11 +114,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
description="Lo que dicen nuestros alumnos sobre nuestra academia."
|
||||
testimonials={[
|
||||
{ id: "1", name: "Elena Martínez", role: "Madre", company: "Cliente", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/male-martial-arts-instructor-training-with-female-trainee-practice-hall_23-2148845927.jpg" },
|
||||
{ id: "2", name: "Carlos Ruíz", role: "Estudiante", company: "Cliente", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-asian-man-practising-taekwondo_52683-101641.jpg" },
|
||||
{ id: "3", name: "Laura S.", role: "Atleta", company: "Cliente", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-practicing-taekwondo_23-2150260432.jpg" },
|
||||
{ id: "4", name: "Jorge V.", role: "Estudiante", company: "Cliente", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/little-boy-dressed-white-kimono-with-vr-glasses-his-head_613910-18.jpg" },
|
||||
{ id: "5", name: "Sofía T.", role: "Madre", company: "Cliente", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-cute-girl-helmet-her-beautiful-female-boxing-trainer-are-posing-photographer-ring_613910-13052.jpg" },
|
||||
{ id: "1", name: "Elena Martínez", role: "Madre", company: "Cliente", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/male-martial-arts-instructor-training-with-female-trainee-practice-hall_23-2148845927.jpg?_wi=2" },
|
||||
{ id: "2", name: "Carlos Ruíz", role: "Estudiante", company: "Cliente", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-asian-man-practising-taekwondo_52683-101641.jpg?_wi=2" },
|
||||
{ id: "3", name: "Laura S.", role: "Atleta", company: "Cliente", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-practicing-taekwondo_23-2150260432.jpg?_wi=2" },
|
||||
{ id: "4", name: "Jorge V.", role: "Estudiante", company: "Cliente", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/little-boy-dressed-white-kimono-with-vr-glasses-his-head_613910-18.jpg?_wi=2" },
|
||||
{ id: "5", name: "Sofía T.", role: "Madre", company: "Cliente", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-cute-girl-helmet-her-beautiful-female-boxing-trainer-are-posing-photographer-ring_613910-13052.jpg?_wi=2" },
|
||||
]}
|
||||
title="Opiniones de la Comunidad"
|
||||
/>
|
||||
@@ -151,7 +151,7 @@ export default function LandingPage() {
|
||||
title="Preguntas Frecuentes"
|
||||
faqsAnimation="slide-up"
|
||||
description="Resolvemos tus dudas sobre nuestras clases y metodología."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mom-daughter-are-doing-yoga_1153-4860.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mom-daughter-are-doing-yoga_1153-4860.jpg?_wi=2"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user