Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3cbf4de8f5 | |||
| c6f6d192db | |||
| 9931eb401b | |||
| dbadf1395a | |||
| e69451e29f | |||
| 9c567d284f | |||
| c951b144de |
@@ -87,15 +87,15 @@ export default function HomePage() {
|
|||||||
<ProductCardFour
|
<ProductCardFour
|
||||||
products={[
|
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,
|
"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,
|
"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,
|
"http://img.b2bpic.net/free-photo/young-woman-demonstrating-upper-cloths_1303-24480.jpg?_wi=1", imageAlt: "Premium leather jacket", isFavorited: false,
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user