|
|
|
|
@@ -87,15 +87,15 @@ export default function HomePage() {
|
|
|
|
|
<ProductCardFour
|
|
|
|
|
products={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", name: "Classic Cotton T-Shirt", price: "$49.99", variant: "White, Black, Navy • 5 Colors", imageSrc:
|
|
|
|
|
id: "1", name: "Classic Cotton T-Shirt", price: "$49.99", variant: "White, Black, Navy • In Stock", imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/young-african-american-woman-with-dark-curly-hair-sunglasses-tshirt-pretty-woman-with-blond-hair-shirt-dreamily-looking-camera-while-spending-time-together_574295-5031.jpg?_wi=1", imageAlt: "Classic cotton t-shirt", isFavorited: false,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", name: "Slim Fit Denim Jeans", price: "$89.99", variant: "Dark Blue • 3 Sizes", imageSrc:
|
|
|
|
|
id: "2", name: "Slim Fit Denim Jeans", price: "$89.99", variant: "Dark Blue • In Stock", imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/blue-jeans-fabric-details_150588-48.jpg?_wi=1", imageAlt: "Slim fit denim jeans", isFavorited: false,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", name: "Premium Leather Jacket", price: "$199.99", variant: "Black • Limited Edition", imageSrc:
|
|
|
|
|
id: "3", name: "Premium Leather Jacket", price: "$199.99", variant: "Black • Limited Edition, In Stock", imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/young-woman-demonstrating-upper-cloths_1303-24480.jpg?_wi=1", imageAlt: "Premium leather jacket", isFavorited: false,
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
@@ -207,4 +207,4 @@ export default function HomePage() {
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|