Merge version_1 into main #1
@@ -53,12 +53,12 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
carouselItems={[
|
||||
{ id: "carousel-1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEPHHr1GqdbStzTS4bfLBeMK4N/uploaded-1774051272345-j2u8bmyn.png", imageAlt: "GYM ZONA FIT - Gimnasio de Fuerza" },
|
||||
{ id: "carousel-2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEPHHr1GqdbStzTS4bfLBeMK4N/uploaded-1774051272345-9qf4p5ad.png", imageAlt: "Bodybuilder Gold" },
|
||||
{ id: "carousel-3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEPHHr1GqdbStzTS4bfLBeMK4N/uploaded-1774051272345-j2u8bmyn.png", imageAlt: "GYM ZONA FIT - Gimnasio de Fuerza" },
|
||||
{ id: "carousel-4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEPHHr1GqdbStzTS4bfLBeMK4N/uploaded-1774051272345-9qf4p5ad.png", imageAlt: "Bodybuilder Gold" },
|
||||
{ id: "carousel-5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEPHHr1GqdbStzTS4bfLBeMK4N/uploaded-1774051272345-j2u8bmyn.png", imageAlt: "GYM ZONA FIT - Gimnasio de Fuerza" },
|
||||
{ id: "carousel-6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEPHHr1GqdbStzTS4bfLBeMK4N/uploaded-1774051272345-9qf4p5ad.png", imageAlt: "Bodybuilder Gold" }
|
||||
{ id: "carousel-1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEPHHr1GqdbStzTS4bfLBeMK4N/uploaded-1774051272345-j2u8bmyn.png?_wi=1", imageAlt: "GYM ZONA FIT - Gimnasio de Fuerza" },
|
||||
{ id: "carousel-2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEPHHr1GqdbStzTS4bfLBeMK4N/uploaded-1774051272345-9qf4p5ad.png?_wi=1", imageAlt: "Bodybuilder Gold" },
|
||||
{ id: "carousel-3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEPHHr1GqdbStzTS4bfLBeMK4N/uploaded-1774051272345-j2u8bmyn.png?_wi=2", imageAlt: "GYM ZONA FIT - Gimnasio de Fuerza" },
|
||||
{ id: "carousel-4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEPHHr1GqdbStzTS4bfLBeMK4N/uploaded-1774051272345-9qf4p5ad.png?_wi=2", imageAlt: "Bodybuilder Gold" },
|
||||
{ id: "carousel-5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEPHHr1GqdbStzTS4bfLBeMK4N/uploaded-1774051272345-j2u8bmyn.png?_wi=3", imageAlt: "GYM ZONA FIT - Gimnasio de Fuerza" },
|
||||
{ id: "carousel-6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEPHHr1GqdbStzTS4bfLBeMK4N/uploaded-1774051272345-9qf4p5ad.png?_wi=3", imageAlt: "Bodybuilder Gold" }
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={5000}
|
||||
@@ -94,8 +94,8 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Pesas Libres Premium", description: "Conjunto completo de mancuernas, barras olímpicas y discos de la más alta calidad para maximizar tu potencial.", icon: Dumbbell,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/white-fitness-badge-set_23-2147792278.jpg", imageAlt: "dumbbell weight training icon" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fitness-equipment_53876-16560.jpg", imageAlt: "weight rack gym equipment" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/white-fitness-badge-set_23-2147792278.jpg?_wi=1", imageAlt: "dumbbell weight training icon" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fitness-equipment_53876-16560.jpg?_wi=1", imageAlt: "weight rack gym equipment" }
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -108,8 +108,8 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Clases Grupales de Fuerza", description: "Sesiones grupales de levantamiento de pesas y entrenamiento de fuerza con instrucción profesional.", icon: Users,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fitness-equipment_53876-16560.jpg", imageAlt: "weight rack gym equipment" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/white-fitness-badge-set_23-2147792278.jpg", imageAlt: "dumbbell weight training icon" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fitness-equipment_53876-16560.jpg?_wi=2", imageAlt: "weight rack gym equipment" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/white-fitness-badge-set_23-2147792278.jpg?_wi=2", imageAlt: "dumbbell weight training icon" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user