Update src/app/apparel/page.tsx
This commit is contained in:
@@ -79,22 +79,27 @@ export default function ApparelPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explorar Toda la Ropa", href: "/apparel"},
|
||||
text: "Explorar Toda la Ropa", href: "/apparel"
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "BeFocus Gear", name: "Camiseta de Entrenamiento Premium", price: "$39.99", rating: 5,
|
||||
reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/dreaming-beautiful-girl-black-sportswear-stay-isolated-white_231208-2846.jpg", imageAlt: "Camiseta de gimnasio de alto rendimiento"},
|
||||
reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/dreaming-beautiful-girl-black-sportswear-stay-isolated-white_231208-2846.jpg", imageAlt: "Camiseta de gimnasio de alto rendimiento"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "BeFocus Wear", name: "Pantalón Corto de Entrenamiento", price: "$49.99", rating: 5,
|
||||
reviewCount: "1.7k", imageSrc: "http://img.b2bpic.net/free-photo/full-length-shot-sporty-young-woman-dressed-tracksuit-carries-rolled-karemat-holds-bottle-water-poses-agains-modern-building-going-have-cardio-training-prepares-morning-workout_273609-57724.jpg", imageAlt: "Pantalones cortos deportivos de calidad"},
|
||||
reviewCount: "1.7k", imageSrc: "http://img.b2bpic.net/free-photo/full-length-shot-sporty-young-woman-dressed-tracksuit-carries-rolled-karemat-holds-bottle-water-poses-agains-modern-building-going-have-cardio-training-prepares-morning-workout_273609-57724.jpg", imageAlt: "Pantalones cortos deportivos de calidad"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "BeFocus Athletic", name: "Zapatillas de Entrenamiento", price: "$129.99", rating: 5,
|
||||
reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/modern-sport-composition-with-gym-elements_23-2147915649.jpg", imageAlt: "Zapatillas de entrenamiento profesional"},
|
||||
reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/modern-sport-composition-with-gym-elements_23-2147915649.jpg", imageAlt: "Zapatillas de entrenamiento profesional"
|
||||
},
|
||||
{
|
||||
id: "4", brand: "BeFocus Pro", name: "Sudadera de Entrenamiento", price: "$69.99", rating: 5,
|
||||
reviewCount: "1.3k", imageSrc: "http://img.b2bpic.net/free-photo/dreaming-beautiful-girl-black-sportswear-stay-isolated-white_231208-2846.jpg", imageAlt: "Sudadera deportiva premium"},
|
||||
reviewCount: "1.3k", imageSrc: "http://img.b2bpic.net/free-photo/dreaming-beautiful-girl-black-sportswear-stay-isolated-white_231208-2846.jpg", imageAlt: "Sudadera deportiva premium"
|
||||
},
|
||||
]}
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
animationType="slide-up"
|
||||
@@ -112,22 +117,27 @@ export default function ApparelPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver Todas las Categorías", href: "/apparel"},
|
||||
text: "Ver Todas las Categorías", href: "/apparel"
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Camisetas y Tops", tags: ["Ropa", "Básico"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dreaming-beautiful-girl-black-sportswear-stay-isolated-white_231208-2846.jpg", imageAlt: "Colección de camisetas deportivas"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dreaming-beautiful-girl-black-sportswear-stay-isolated-white_231208-2846.jpg", imageAlt: "Colección de camisetas deportivas"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Pantalones y Shorts", tags: ["Pantalones", "Entrenamiento"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-length-shot-sporty-young-woman-dressed-tracksuit-carries-rolled-karemat-holds-bottle-water-poses-agains-modern-building-going-have-cardio-training-prepares-morning-workout_273609-57724.jpg", imageAlt: "Pantalones deportivos y shorts"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-length-shot-sporty-young-woman-dressed-tracksuit-carries-rolled-karemat-holds-bottle-water-poses-agains-modern-building-going-have-cardio-training-prepares-morning-workout_273609-57724.jpg", imageAlt: "Pantalones deportivos y shorts"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Calzado Deportivo", tags: ["Zapatos", "Rendimiento"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-sport-composition-with-gym-elements_23-2147915649.jpg", imageAlt: "Zapatillas de entrenamiento"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-sport-composition-with-gym-elements_23-2147915649.jpg", imageAlt: "Zapatillas de entrenamiento"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Accesorios y Complementos", tags: ["Accesorios", "Equipo"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dreaming-beautiful-girl-black-sportswear-stay-isolated-white_231208-2846.jpg", imageAlt: "Accesorios deportivos premium"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dreaming-beautiful-girl-black-sportswear-stay-isolated-white_231208-2846.jpg", imageAlt: "Accesorios deportivos premium"
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -143,9 +153,11 @@ export default function ApparelPage() {
|
||||
tagIcon={Handshake}
|
||||
tagAnimation="slide-up"
|
||||
names=[
|
||||
"BeFocus Pro", "Fitness Elite", "Nutrition Lab", "Athletic Gear", "Performance Plus", "Training Force", "Recovery Science", "Energy Max"]
|
||||
"BeFocus Pro", "Fitness Elite", "Nutrition Lab", "Athletic Gear", "Performance Plus", "Training Force", "Recovery Science", "Energy Max"
|
||||
]
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/personal-trainer-badges-template-design_23-2149434462.jpg", "http://img.b2bpic.net/free-vector/typography-logo-template_23-2150529526.jpg", "http://img.b2bpic.net/free-vector/personal-trainer-logo-design-template_742173-29658.jpg", "http://img.b2bpic.net/free-vector/variety-sport-badges-retro-style_23-2147520382.jpg", "http://img.b2bpic.net/free-vector/collection-logos-health-industry_23-2147691914.jpg", "http://img.b2bpic.net/free-vector/abstract-labor-day-labels-collection_23-2147546664.jpg", "http://img.b2bpic.net/free-vector/collection-logos-health-industry_23-2147691914.jpg", "http://img.b2bpic.net/free-vector/retro-fitness-background-green-color_23-2147535300.jpg"]}
|
||||
"http://img.b2bpic.net/free-vector/personal-trainer-badges-template-design_23-2149434462.jpg", "http://img.b2bpic.net/free-vector/typography-logo-template_23-2150529526.jpg", "http://img.b2bpic.net/free-vector/personal-trainer-logo-design-template_742173-29658.jpg", "http://img.b2bpic.net/free-vector/variety-sport-badges-retro-style_23-2147520382.jpg", "http://img.b2bpic.net/free-vector/collection-logos-health-industry_23-2147691914.jpg", "http://img.b2bpic.net/free-vector/abstract-labor-day-labels-collection_23-2147546664.jpg", "http://img.b2bpic.net/free-vector/collection-logos-health-industry_23-2147691914.jpg", "http://img.b2bpic.net/free-vector/retro-fitness-background-green-color_23-2147535300.jpg"
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
speed={40}
|
||||
|
||||
Reference in New Issue
Block a user