Merge version_2 into main #2
@@ -73,15 +73,15 @@ export default function Page() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "YourStore", name: "Premium Collection Item", price: "$49.99", rating: 5,
|
||||
reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/woman-placing-stacked-flowering-pots-shelf_23-2147948294.jpg?_wi=1", imageAlt: "Premium retail product"
|
||||
reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/woman-placing-stacked-flowering-pots-shelf_23-2147948294.jpg?_wi=1", imageAlt: "Premium retail product", onProductClick: () => window.open('https://yourstore.com/product/1', '_blank')
|
||||
},
|
||||
{
|
||||
id: "2", brand: "YourStore", name: "Bestseller Product", price: "$39.99", rating: 5,
|
||||
reviewCount: "245", imageSrc: "http://img.b2bpic.net/free-photo/new-white-childi-h-clothes-hanging-big-store_7502-4284.jpg?_wi=1", imageAlt: "Popular store item"
|
||||
reviewCount: "245", imageSrc: "http://img.b2bpic.net/free-photo/new-white-childi-h-clothes-hanging-big-store_7502-4284.jpg?_wi=1", imageAlt: "Popular store item", onProductClick: () => window.open('https://yourstore.com/product/2', '_blank')
|
||||
},
|
||||
{
|
||||
id: "3", brand: "YourStore", name: "Customer Favorite", price: "$59.99", rating: 5,
|
||||
reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-photo/composition-black-friday-elements-black-background_23-2148665517.jpg", imageAlt: "Customer favorite product"
|
||||
reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-photo/composition-black-friday-elements-black-background_23-2148665517.jpg", imageAlt: "Customer favorite product", onProductClick: () => window.open('https://yourstore.com/product/3', '_blank')
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user