Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-11 10:10:26 +00:00

View File

@@ -32,29 +32,17 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Inicio", name: "Inicio", id: "#hero"},
id: "#hero",
},
{ {
name: "Streetwear", name: "Streetwear", id: "#collections"},
id: "#collections",
},
{ {
name: "Fightwear", name: "Fightwear", id: "#collections"},
id: "#collections",
},
{ {
name: "Productos", name: "Productos", id: "#featured-products"},
id: "#featured-products",
},
{ {
name: "Comunidad", name: "Comunidad", id: "#community"},
id: "#community",
},
{ {
name: "Contacto", name: "Contacto", id: "#contact"},
id: "#contact",
},
]} ]}
logoSrc="http://img.b2bpic.net/free-vector/minimalist-fashion-typography-logo-template_742173-7469.jpg" logoSrc="http://img.b2bpic.net/free-vector/minimalist-fashion-typography-logo-template_742173-7469.jpg"
logoAlt="SAINTS DEN logo" logoAlt="SAINTS DEN logo"
@@ -67,34 +55,23 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitDualMedia <HeroSplitDualMedia
background={{ background={{
variant: "plain", variant: "plain"}}
}}
title="FORJADOS PARA LOS IMPARABLES" title="FORJADOS PARA LOS IMPARABLES"
description="Streetwear y equipamiento deportivo para quienes rechazan la mediocridad. Únete a la hermandad de los que entrenan y trabajan duro, buscando la grandeza." description="Streetwear y equipamiento deportivo para quienes rechazan la mediocridad. Únete a la hermandad de los que entrenan y trabajan duro, buscando la grandeza."
tag="SAINTS DEN | Dominio Absoluto" tag="SAINTS DEN | Dominio Absoluto"
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
{ {
text: "COMPRAR STREETWEAR", text: "COMPRAR STREETWEAR", href: "#collections"},
href: "#collections",
},
{ {
text: "COMPRAR FIGHTWEAR", text: "COMPRAR FIGHTWEAR", href: "#collections"},
href: "#collections",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
mediaItems={[ mediaItems={[
{ {
videoSrc: "http://img.b2bpic.net/free-photo/weight-training-workout-exercise-fitness-concept_53876-144313.jpg", videoSrc: "http://img.b2bpic.net/free-photo/weight-training-workout-exercise-fitness-concept_53876-144313.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-man-is-standing-ring-after-kickboxing-sparring_613910-13098.jpg", imageAlt: "Hombre entrenando intensamente en boxeo"},
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-man-is-standing-ring-after-kickboxing-sparring_613910-13098.jpg",
imageAlt: "Hombre entrenando intensamente en boxeo",
},
{ {
videoSrc: "http://img.b2bpic.net/free-photo/side-view-female-boxer-practicing-ring-with-trainer_23-2148426215.jpg", videoSrc: "http://img.b2bpic.net/free-photo/side-view-female-boxer-practicing-ring-with-trainer_23-2148426215.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-corner-box-ring_23-2148024339.jpg", imageAlt: "Atleta de deportes de combate en un entorno urbano"},
imageSrc: "http://img.b2bpic.net/free-photo/man-corner-box-ring_23-2148024339.jpg",
imageAlt: "Atleta de deportes de combate en un entorno urbano",
},
]} ]}
mediaAnimation="opacity" mediaAnimation="opacity"
rating={5} rating={5}
@@ -109,29 +86,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "metric-1", id: "metric-1", value: "150K+", title: "Clientes Satisfechos", description: "Una comunidad creciente que busca la grandeza.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-colleagues-with-thumbs-up_23-2149008930.jpg", imageAlt: "Grupo de clientes satisfechos"},
value: "150K+",
title: "Clientes Satisfechos",
description: "Una comunidad creciente que busca la grandeza.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-colleagues-with-thumbs-up_23-2149008930.jpg",
imageAlt: "Grupo de clientes satisfechos",
},
{ {
id: "metric-2", id: "metric-2", value: "4.9/5", title: "Valoración Media", description: "Productos de élite, respaldados por opiniones reales.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-silver-stars-background_23-2150160746.jpg", imageAlt: "Cinco estrellas de valoración"},
value: "4.9/5",
title: "Valoración Media",
description: "Productos de élite, respaldados por opiniones reales.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-silver-stars-background_23-2150160746.jpg",
imageAlt: "Cinco estrellas de valoración",
},
{ {
id: "metric-3", id: "metric-3", value: "Envío Seguro", title: "Protección Garantizada", description: "Tu compra y tus datos, 100% seguros con nosotros.", imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-throwing-parcel-air_23-2148579126.jpg", imageAlt: "Icono de seguridad de compra online"},
value: "Envío Seguro",
title: "Protección Garantizada",
description: "Tu compra y tus datos, 100% seguros con nosotros.",
imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-throwing-parcel-air_23-2148579126.jpg",
imageAlt: "Icono de seguridad de compra online",
},
]} ]}
title="La Excelencia Nos Define" title="La Excelencia Nos Define"
description="Cifras que demuestran nuestro compromiso con la calidad y la satisfacción del cliente." description="Cifras que demuestran nuestro compromiso con la calidad y la satisfacción del cliente."
@@ -147,53 +106,17 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "product-1", id: "product-1", name: "Hoodie Elite Performance", price: "€69.99", variant: "Negro | Tallas S-XXL", imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-male-getting-ready-exercise_23-2148531045.jpg", imageAlt: "Hoodie Elite Performance en negro"},
name: "Hoodie Elite Performance",
price: "€69.99",
variant: "Negro | Tallas S-XXL",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-male-getting-ready-exercise_23-2148531045.jpg",
imageAlt: "Hoodie Elite Performance en negro",
},
{ {
id: "product-2", id: "product-2", name: "Rashguard Apex Pro", price: "€49.99", variant: "Negro | Tallas S-XXL", imageSrc: "http://img.b2bpic.net/free-photo/woman-comfortable-sports-resting-leaned-against-wall-finished-workout-girl-gather-energy-concept_1153-4173.jpg", imageAlt: "Rashguard Apex Pro en negro"},
name: "Rashguard Apex Pro",
price: "€49.99",
variant: "Negro | Tallas S-XXL",
imageSrc: "http://img.b2bpic.net/free-photo/woman-comfortable-sports-resting-leaned-against-wall-finished-workout-girl-gather-energy-concept_1153-4173.jpg",
imageAlt: "Rashguard Apex Pro en negro",
},
{ {
id: "product-3", id: "product-3", name: "Camiseta Oversize Dominus", price: "€34.99", variant: "Blanco | Tallas S-XXL", imageSrc: "http://img.b2bpic.net/free-vector/damn-good-black-blue-retro-calligraphy_53876-99595.jpg", imageAlt: "Camiseta Oversize Dominus en blanco"},
name: "Camiseta Oversize Dominus",
price: "€34.99",
variant: "Blanco | Tallas S-XXL",
imageSrc: "http://img.b2bpic.net/free-vector/damn-good-black-blue-retro-calligraphy_53876-99595.jpg",
imageAlt: "Camiseta Oversize Dominus en blanco",
},
{ {
id: "product-4", id: "product-4", name: "Fight Shorts Warrior", price: "€59.99", variant: "Gris Oscuro | Tallas S-XL", imageSrc: "http://img.b2bpic.net/free-photo/front-view-shirtless-male-boxer_23-2148615119.jpg", imageAlt: "Fight Shorts Warrior en gris oscuro"},
name: "Fight Shorts Warrior",
price: "€59.99",
variant: "Gris Oscuro | Tallas S-XL",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-shirtless-male-boxer_23-2148615119.jpg",
imageAlt: "Fight Shorts Warrior en gris oscuro",
},
{ {
id: "product-5", id: "product-5", name: "Pantalones Deportivos Conqueror", price: "€54.99", variant: "Negro | Tallas S-XXL", imageSrc: "http://img.b2bpic.net/free-photo/young-sporty-woman-orange-sport-suit_1303-31740.jpg", imageAlt: "Pantalones Deportivos Conqueror en negro"},
name: "Pantalones Deportivos Conqueror",
price: "€54.99",
variant: "Negro | Tallas S-XXL",
imageSrc: "http://img.b2bpic.net/free-photo/young-sporty-woman-orange-sport-suit_1303-31740.jpg",
imageAlt: "Pantalones Deportivos Conqueror en negro",
},
{ {
id: "product-6", id: "product-6", name: "Gorra Discipline Snapback", price: "€29.99", variant: "Negro | Ajustable", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-green-eyes-wears-grey-sweater-hat-autumn-image-concept_633478-2606.jpg", imageAlt: "Gorra Discipline Snapback en negro"},
name: "Gorra Discipline Snapback",
price: "€29.99",
variant: "Negro | Ajustable",
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-green-eyes-wears-grey-sweater-hat-autumn-image-concept_633478-2606.jpg",
imageAlt: "Gorra Discipline Snapback en negro",
},
]} ]}
title="Más Vendidos" title="Más Vendidos"
description="Descubre el equipamiento favorito de nuestra comunidad de guerreros y emprendedores." description="Descubre el equipamiento favorito de nuestra comunidad de guerreros y emprendedores."
@@ -208,12 +131,9 @@ export default function LandingPage() {
title="ENTRA EN LA GUARIDA: Nuestra Filosofía" title="ENTRA EN LA GUARIDA: Nuestra Filosofía"
buttons={[ buttons={[
{ {
text: "DESCUBRE MÁS", text: "DESCUBRE MÁS", href: "#"},
href: "#",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
description="SAINTS DEN nació para quienes entienden que la grandeza no se hereda. Se construye.\n\nCada entrenamiento. Cada sacrificio. Cada objetivo cumplido. Nuestra ropa representa disciplina, ambición y la voluntad de convertirse en alguien extraordinario. Únete a una marca que te impulsa a superar tus límites y a destacar en cualquier ámbito de la vida."
/> />
</div> </div>
@@ -225,29 +145,13 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ {
title: "Streetwear Premium", title: "Streetwear Premium", description: "Diseños urbanos que combinan lujo, confort y una actitud imparable para tu día a día.", imageSrc: "http://img.b2bpic.net/free-photo/pink-hair-girl-avantgarde-style-wearing-sunglasses_114579-17766.jpg", imageAlt: "Colección Streetwear Premium"},
description: "Diseños urbanos que combinan lujo, confort y una actitud imparable para tu día a día.",
imageSrc: "http://img.b2bpic.net/free-photo/pink-hair-girl-avantgarde-style-wearing-sunglasses_114579-17766.jpg",
imageAlt: "Colección Streetwear Premium",
},
{ {
title: "Fightwear de Elite", title: "Fightwear de Elite", description: "Equipamiento técnico diseñado para la intensidad de los deportes de combate. Rinde al máximo, domina el ring.", imageSrc: "http://img.b2bpic.net/free-photo/people-playing-basketball_23-2149231787.jpg", imageAlt: "Colección Fightwear de Elite"},
description: "Equipamiento técnico diseñado para la intensidad de los deportes de combate. Rinde al máximo, domina el ring.",
imageSrc: "http://img.b2bpic.net/free-photo/people-playing-basketball_23-2149231787.jpg",
imageAlt: "Colección Fightwear de Elite",
},
{ {
title: "Rendimiento Deportivo", title: "Rendimiento Deportivo", description: "Ropa funcional para tus entrenamientos más exigentes, que te ayuda a superar cada límite.", imageSrc: "http://img.b2bpic.net/free-photo/athlete-looking-distance_23-2147618003.jpg", imageAlt: "Colección de Rendimiento Deportivo"},
description: "Ropa funcional para tus entrenamientos más exigentes, que te ayuda a superar cada límite.",
imageSrc: "http://img.b2bpic.net/free-photo/athlete-looking-distance_23-2147618003.jpg",
imageAlt: "Colección de Rendimiento Deportivo",
},
{ {
title: "Ediciones Limitadas", title: "Ediciones Limitadas", description: "Piezas exclusivas y drops únicos para quienes buscan destacar con estilo y exclusividad.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-smartphone_23-2149424937.jpg", imageAlt: "Colección de Ediciones Limitadas"},
description: "Piezas exclusivas y drops únicos para quienes buscan destacar con estilo y exclusividad.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-smartphone_23-2149424937.jpg",
imageAlt: "Colección de Ediciones Limitadas",
},
]} ]}
title="Nuestras Colecciones" title="Nuestras Colecciones"
description="Explora nuestras líneas exclusivas, diseñadas para rendimiento y estilo inquebrantables." description="Explora nuestras líneas exclusivas, diseñadas para rendimiento y estilo inquebrantables."
@@ -263,53 +167,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "featured-1", id: "featured-1", name: "Camiseta Oversize", price: "€34.99", variant: "Negro | Algodón", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-ready-sport_23-2148538344.jpg", imageAlt: "Camiseta Oversize negra"},
name: "Camiseta Oversize",
price: "€34.99",
variant: "Negro | Algodón",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-ready-sport_23-2148538344.jpg",
imageAlt: "Camiseta Oversize negra",
},
{ {
id: "featured-2", id: "featured-2", name: "Hoodie Performance", price: "€69.99", variant: "Gris Oscuro | Tech-Fleece", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-hoodie-having-her-eyes-closed_23-2148322452.jpg", imageAlt: "Hoodie Performance gris oscuro"},
name: "Hoodie Performance",
price: "€69.99",
variant: "Gris Oscuro | Tech-Fleece",
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-hoodie-having-her-eyes-closed_23-2148322452.jpg",
imageAlt: "Hoodie Performance gris oscuro",
},
{ {
id: "featured-3", id: "featured-3", name: "Rashguard Compresión", price: "€49.99", variant: "Plata | Tejido Anti-odor", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-boxer-training-gym_1303-17782.jpg", imageAlt: "Rashguard de compresión plata"},
name: "Rashguard Compresión",
price: "€49.99",
variant: "Plata | Tejido Anti-odor",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-boxer-training-gym_1303-17782.jpg",
imageAlt: "Rashguard de compresión plata",
},
{ {
id: "featured-4", id: "featured-4", name: "Fight Shorts Pro", price: "€59.99", variant: "Negro | Ultra-Ligero", imageSrc: "http://img.b2bpic.net/free-photo/shaved-head-shirtless-muscular-male-with-tattooed-body-dressed-sport-short-grey-background_613910-15658.jpg", imageAlt: "Fight Shorts Pro negro"},
name: "Fight Shorts Pro",
price: "€59.99",
variant: "Negro | Ultra-Ligero",
imageSrc: "http://img.b2bpic.net/free-photo/shaved-head-shirtless-muscular-male-with-tattooed-body-dressed-sport-short-grey-background_613910-15658.jpg",
imageAlt: "Fight Shorts Pro negro",
},
{ {
id: "featured-5", id: "featured-5", name: "Pantalones Chándal Elite", price: "€54.99", variant: "Negro | Confort", imageSrc: "http://img.b2bpic.net/free-photo/crop-people-warming-up_23-2147755602.jpg", imageAlt: "Pantalones de chándal Elite"},
name: "Pantalones Chándal Elite",
price: "€54.99",
variant: "Negro | Confort",
imageSrc: "http://img.b2bpic.net/free-photo/crop-people-warming-up_23-2147755602.jpg",
imageAlt: "Pantalones de chándal Elite",
},
{ {
id: "featured-6", id: "featured-6", name: "Gorra Fighter", price: "€29.99", variant: "Negro | Bordado 3D", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-baseball-player_23-2150885289.jpg", imageAlt: "Gorra Fighter negra"},
name: "Gorra Fighter",
price: "€29.99",
variant: "Negro | Bordado 3D",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-baseball-player_23-2150885289.jpg",
imageAlt: "Gorra Fighter negra",
},
]} ]}
title="Equipamiento Destacado" title="Equipamiento Destacado"
description="Selección de prendas esenciales para tu entrenamiento y estilo urbano." description="Selección de prendas esenciales para tu entrenamiento y estilo urbano."
@@ -324,33 +192,13 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
team={[ team={[
{ {
id: "team-1", id: "team-1", name: "Marco 'The Iron' Ruiz", role: "Atleta MMA / Embajador", imageSrc: "http://img.b2bpic.net/free-photo/isolated-studio-shot-furious-young-afrio-american-male-fighter-wearing-white-sleeveless-sports-shirt-black-boxing-bandages-looking-camera-with-fierce-look-while-working-out-gym_343059-375.jpg", imageAlt: "Marco 'The Iron' Ruiz"},
name: "Marco 'The Iron' Ruiz",
role: "Atleta MMA / Embajador",
imageSrc: "http://img.b2bpic.net/free-photo/isolated-studio-shot-furious-young-afrio-american-male-fighter-wearing-white-sleeveless-sports-shirt-black-boxing-bandages-looking-camera-with-fierce-look-while-working-out-gym_343059-375.jpg",
imageAlt: "Marco 'The Iron' Ruiz",
},
{ {
id: "team-2", id: "team-2", name: "Sofía 'Phoenix' Vega", role: "Boxeadora Profesional / Embajadora", imageSrc: "http://img.b2bpic.net/free-photo/portrait-experienced-female-boxer-boxing-gloves-activewear_613910-13196.jpg", imageAlt: "Sofía 'Phoenix' Vega"},
name: "Sofía 'Phoenix' Vega",
role: "Boxeadora Profesional / Embajadora",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-experienced-female-boxer-boxing-gloves-activewear_613910-13196.jpg",
imageAlt: "Sofía 'Phoenix' Vega",
},
{ {
id: "team-3", id: "team-3", name: "Leo 'The Professor' Kim", role: "Maestro BJJ / Emprendedor", imageSrc: "http://img.b2bpic.net/free-photo/single-handsome-muscular-black-man-with-shaved-head-folded-arms-cheerful-expression_343059-380.jpg", imageAlt: "Leo 'The Professor' Kim"},
name: "Leo 'The Professor' Kim",
role: "Maestro BJJ / Emprendedor",
imageSrc: "http://img.b2bpic.net/free-photo/single-handsome-muscular-black-man-with-shaved-head-folded-arms-cheerful-expression_343059-380.jpg",
imageAlt: "Leo 'The Professor' Kim",
},
{ {
id: "team-4", id: "team-4", name: "Elena 'Street Flow' Castro", role: "Influencer Streetwear / Atleta", imageSrc: "http://img.b2bpic.net/free-photo/lowangle-shot-handsome-stylish-spanish-man-posing-wall-background_181624-57127.jpg", imageAlt: "Elena 'Street Flow' Castro"},
name: "Elena 'Street Flow' Castro",
role: "Influencer Streetwear / Atleta",
imageSrc: "http://img.b2bpic.net/free-photo/lowangle-shot-handsome-stylish-spanish-man-posing-wall-background_181624-57127.jpg",
imageAlt: "Elena 'Street Flow' Castro",
},
]} ]}
title="PROBADO POR GUERREROS" title="PROBADO POR GUERREROS"
description="Conoce a los atletas, emprendedores y creadores de contenido que encarnan el espíritu de SAINTS DEN." description="Conoce a los atletas, emprendedores y creadores de contenido que encarnan el espíritu de SAINTS DEN."
@@ -366,73 +214,31 @@ export default function LandingPage() {
carouselMode="auto" carouselMode="auto"
testimonials={[ testimonials={[
{ {
id: "community-1", id: "community-1", name: "Carlos 'The Beast' Gómez", role: "Practicante de MMA", company: "Comunidad SAINTS DEN", rating: 5,
name: "Carlos 'The Beast' Gómez", imageSrc: "http://img.b2bpic.net/free-photo/fitnesswoman-doing-deadlift-using-barbell-gym_651396-1605.jpg", imageAlt: "Carlos 'The Beast' Gómez"},
role: "Practicante de MMA",
company: "Comunidad SAINTS DEN",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/fitnesswoman-doing-deadlift-using-barbell-gym_651396-1605.jpg",
imageAlt: "Carlos 'The Beast' Gómez",
},
{ {
id: "community-2", id: "community-2", name: "Ana 'Iron Will' Torres", role: "Entrenadora de Fitness", company: "Comunidad SAINTS DEN", rating: 5,
name: "Ana 'Iron Will' Torres", imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-with-hand-up-backyard_23-2147648617.jpg", imageAlt: "Ana 'Iron Will' Torres"},
role: "Entrenadora de Fitness",
company: "Comunidad SAINTS DEN",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-with-hand-up-backyard_23-2147648617.jpg",
imageAlt: "Ana 'Iron Will' Torres",
},
{ {
id: "community-3", id: "community-3", name: "David 'Urban Style' Soto", role: "Fan del Streetwear", company: "Comunidad SAINTS DEN", rating: 5,
name: "David 'Urban Style' Soto", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-attractive-woman-smiling-camera_197531-33861.jpg", imageAlt: "David 'Urban Style' Soto"},
role: "Fan del Streetwear",
company: "Comunidad SAINTS DEN",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-attractive-woman-smiling-camera_197531-33861.jpg",
imageAlt: "David 'Urban Style' Soto",
},
{ {
id: "community-4", id: "community-4", name: "Lucía 'The Visionary' Romero", role: "Emprendedora", company: "Comunidad SAINTS DEN", rating: 5,
name: "Lucía 'The Visionary' Romero", imageSrc: "http://img.b2bpic.net/free-photo/blonde-young-woman-reading-book-with-vase-table_23-2148066861.jpg", imageAlt: "Lucía 'The Visionary' Romero"},
role: "Emprendedora",
company: "Comunidad SAINTS DEN",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blonde-young-woman-reading-book-with-vase-table_23-2148066861.jpg",
imageAlt: "Lucía 'The Visionary' Romero",
},
{ {
id: "community-5", id: "community-5", name: "Javier 'Young Blood' Morales", role: "Atleta Joven", company: "Comunidad SAINTS DEN", rating: 5,
name: "Javier 'Young Blood' Morales", imageSrc: "http://img.b2bpic.net/free-photo/trans-man-working-out-gym_23-2149712788.jpg", imageAlt: "Javier 'Young Blood' Morales"},
role: "Atleta Joven",
company: "Comunidad SAINTS DEN",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/trans-man-working-out-gym_23-2149712788.jpg",
imageAlt: "Javier 'Young Blood' Morales",
},
{ {
id: "community-6", id: "community-6", name: "Roberto 'El Implacable' Díaz", role: "Coach de Boxeo", company: "Comunidad SAINTS DEN", rating: 5,
name: "Roberto 'El Implacable' Díaz", imageSrc: "http://img.b2bpic.net/free-photo/group-adult-women-together-gym_23-2148430245.jpg", imageAlt: "group of friends training together gym"},
role: "Coach de Boxeo",
company: "Comunidad SAINTS DEN",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/group-adult-women-together-gym_23-2148430245.jpg",
imageAlt: "group of friends training together gym",
},
]} ]}
kpiItems={[ kpiItems={[
{ {
value: "150K+", value: "150K+", label: "Miembros"},
label: "Miembros",
},
{ {
value: "20+", value: "20+", label: "Países"},
label: "Países",
},
{ {
value: "100%", value: "100%", label: "Actitud"},
label: "Actitud",
},
]} ]}
title="La Hermandad SAINTS DEN" title="La Hermandad SAINTS DEN"
description="No solo una marca, sino una comunidad de individuos que se esfuerzan por la grandeza. Escucha sus historias y sé parte del movimiento." description="No solo una marca, sino una comunidad de individuos que se esfuerzan por la grandeza. Escucha sus historias y sé parte del movimiento."
@@ -444,14 +250,11 @@ export default function LandingPage() {
<ContactText <ContactText
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
text="ÚNETE A LA HERMANDAD: Acceso Exclusivo y Descuentos" text="ÚNETE A LA HERMANDAD: Acceso Exclusivo y Descuentos"
buttons={[ buttons={[
{ {
text: "ÚNETE AHORA", text: "ÚNETE AHORA", href: "#"},
href: "#",
},
]} ]}
/> />
</div> </div>
@@ -463,66 +266,39 @@ export default function LandingPage() {
logoText="SAINTS DEN" logoText="SAINTS DEN"
columns={[ columns={[
{ {
title: "Compañía", title: "Compañía", items: [
items: [
{ {
label: "Sobre Nosotros", label: "Sobre Nosotros", href: "#brand-story"},
href: "#brand-story",
},
{ {
label: "Embajadores", label: "Embajadores", href: "#ambassadors"},
href: "#ambassadors",
},
{ {
label: "Comunidad", label: "Comunidad", href: "#community"},
href: "#community",
},
{ {
label: "Contacto", label: "Contacto", href: "#contact"},
href: "#contact",
},
], ],
}, },
{ {
title: "Soporte", title: "Soporte", items: [
items: [
{ {
label: "Preguntas Frecuentes", label: "Preguntas Frecuentes", href: "#"},
href: "#",
},
{ {
label: "Política de Envíos", label: "Política de Envíos", href: "#"},
href: "#",
},
{ {
label: "Cambios y Devoluciones", label: "Cambios y Devoluciones", href: "#"},
href: "#",
},
{ {
label: "Privacidad", label: "Privacidad", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Explorar", title: "Explorar", items: [
items: [
{ {
label: "Streetwear", label: "Streetwear", href: "#collections"},
href: "#collections",
},
{ {
label: "Fightwear", label: "Fightwear", href: "#collections"},
href: "#collections",
},
{ {
label: "Productos", label: "Productos", href: "#featured-products"},
href: "#featured-products",
},
{ {
label: "Nuevos Lanzamientos", label: "Nuevos Lanzamientos", href: "#collections"},
href: "#collections",
},
], ],
}, },
]} ]}