Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7c1de0b01f | |||
| 6ff66e1c86 | |||
| b359bf9651 |
@@ -95,17 +95,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Signature Hoodie", price: "69€", variant: "Black", imageSrc: "http://img.b2bpic.net/free-photo/modern-interracial-young-couple-wearing-sunglasses-looking-camera_23-2148151749.jpg"},
|
||||
id: "p1", name: "Signature Hoodie", price: "69€", variant: "Premium Material - Black", imageSrc: "http://img.b2bpic.net/free-photo/modern-interracial-young-couple-wearing-sunglasses-looking-camera_23-2148151749.jpg"},
|
||||
{
|
||||
id: "p2", name: "Urban Graphic Tee", price: "35€", variant: "White", imageSrc: "http://img.b2bpic.net/free-photo/asian-man-with-cancer-outside-front-view_23-2149870338.jpg"},
|
||||
id: "p2", name: "Urban Graphic Tee", price: "35€", variant: "Urban Exclusive - White", imageSrc: "http://img.b2bpic.net/free-photo/asian-man-with-cancer-outside-front-view_23-2149870338.jpg"},
|
||||
{
|
||||
id: "p3", name: "Essential Sweatshirt", price: "55€", variant: "Grey", imageSrc: "http://img.b2bpic.net/free-photo/young-people-urban-scene-with-k-pop-aesthetics_23-2149096940.jpg"},
|
||||
id: "p3", name: "Essential Sweatshirt", price: "55€", variant: "Premium Material - Grey", imageSrc: "http://img.b2bpic.net/free-photo/young-people-urban-scene-with-k-pop-aesthetics_23-2149096940.jpg"},
|
||||
{
|
||||
id: "p4", name: "Urban Windbreaker", price: "89€", variant: "Black", imageSrc: "http://img.b2bpic.net/free-vector/vector-vector-printed-design-screen-printing_29096-5236.jpg"},
|
||||
id: "p4", name: "Urban Windbreaker", price: "89€", variant: "Urban Exclusive - Black", imageSrc: "http://img.b2bpic.net/free-vector/vector-vector-printed-design-screen-printing_29096-5236.jpg"},
|
||||
{
|
||||
id: "p5", name: "Street Jogger", price: "65€", variant: "Olive", imageSrc: "http://img.b2bpic.net/free-photo/xx-with-risograph-effect-remixed-media_53876-128775.jpg"},
|
||||
id: "p5", name: "Street Jogger", price: "65€", variant: "Premium Material - Olive", imageSrc: "http://img.b2bpic.net/free-photo/xx-with-risograph-effect-remixed-media_53876-128775.jpg"},
|
||||
{
|
||||
id: "p6", name: "Oversized Tee", price: "40€", variant: "Blue", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-against-neon-background_89887-1138.jpg"},
|
||||
id: "p6", name: "Oversized Tee", price: "40€", variant: "Urban Exclusive - Blue", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-against-neon-background_89887-1138.jpg"},
|
||||
]}
|
||||
title="Colección Exclusiva"
|
||||
description="Nuestros diseños más recientes con calidad premium para un estilo urbano incomparable."
|
||||
@@ -238,4 +238,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user