Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -59,15 +59,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "María García", handle: "Miembro desde 2024", testimonial: "Maquinaria impoluta y ambiente increíble. Me siento como en casa.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-middle-aged-man-with-beard-hairstyle-dressed-elegant-blue-suit-textured-dark-background-studio_613910-19853.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-middle-aged-man-with-beard-hairstyle-dressed-elegant-blue-suit-textured-dark-background-studio_613910-19853.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Carlos López", handle: "Entrenador Personal", testimonial: "De los mejores gimnasios de Palma. Equipamiento de élite.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-studio_23-2150275677.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-studio_23-2150275677.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Sofia Martínez", handle: "Miembro Sauna", testimonial: "La zona de spa y recuperación es espectacular. Experiencia 5 estrellas.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-train-station_23-2148877806.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-train-station_23-2148877806.jpg?_wi=1"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -135,13 +135,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "Maquinaria impoluta", quote: "El nivel de limpieza y el estado del equipamiento es impecable. Es el mejor gimnasio de Palma sin duda.", name: "María García", role: "Miembro Regular", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-middle-aged-man-with-beard-hairstyle-dressed-elegant-blue-suit-textured-dark-background-studio_613910-19853.jpg", imageAlt: "María García"
|
||||
id: "1", title: "Maquinaria impoluta", quote: "El nivel de limpieza y el estado del equipamiento es impecable. Es el mejor gimnasio de Palma sin duda.", name: "María García", role: "Miembro Regular", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-middle-aged-man-with-beard-hairstyle-dressed-elegant-blue-suit-textured-dark-background-studio_613910-19853.jpg?_wi=2", imageAlt: "María García"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Ambiente increíble", quote: "De los mejores gimnasios de Palma. El ambiente es acogedor y la comunidad es muy supportiva.", name: "Carlos López", role: "Entrenador Personal", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-studio_23-2150275677.jpg", imageAlt: "Carlos López"
|
||||
id: "2", title: "Ambiente increíble", quote: "De los mejores gimnasios de Palma. El ambiente es acogedor y la comunidad es muy supportiva.", name: "Carlos López", role: "Entrenador Personal", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-studio_23-2150275677.jpg?_wi=2", imageAlt: "Carlos López"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Recuperación de élite", quote: "La zona de sauna y baño frío es espectacular. Recuperación como en los mejores spas.", name: "Sofia Martínez", role: "Atleta", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-train-station_23-2148877806.jpg", imageAlt: "Sofia Martínez"
|
||||
id: "3", title: "Recuperación de élite", quote: "La zona de sauna y baño frío es espectacular. Recuperación como en los mejores spas.", name: "Sofia Martínez", role: "Atleta", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-train-station_23-2148877806.jpg?_wi=2", imageAlt: "Sofia Martínez"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Comunidad inclusiva", quote: "Es un espacio seguro y acogedor. Me siento parte de una comunidad real, no solo de un gimnasio.", name: "Alex Fernández", role: "Miembro Comunidad", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-businessman-black-wall_176420-3460.jpg", imageAlt: "Alex Fernández"
|
||||
|
||||
Reference in New Issue
Block a user