Obanana_test/app/constants/product.js

124 lines
2.7 KiB
JavaScript
Raw Normal View History

2023-09-26 14:33:01 +08:00
export const products = [
{
img: "https://dynamic.zacdn.com/UwpOxCDuIyVkaiTKDr--O58nQig=/filters:quality(70):format(webp)/https://static-ph.zacdn.com/p/playboy-bunny-3082-3012861-1.jpg",
name: "Highly Fragrant Jasmine Green Tea No. 3 500g",
price: 200,
min: 20,
per: "pieces",
sold: 340,
promo: 30,
rate: 4.2,
raterTotal: 200,
shopId: "TecNic Inc.",
},
{
img: "https://i.ebayimg.com/images/g/SG0AAOSwLP1hEPrn/s-l1200.webp",
name: "product 1",
price: 200,
min: 20,
per: "pieces",
sold: 340,
rate: 4.2,
raterTotal: 10,
shopId: "Obanana",
},
{
img: "https://cf.shopee.ph/file/f0775aeac92f8aecdf44dad06505694d",
name: "product 1",
price: 200,
min: 20,
per: "pieces",
sold: 340,
shopId: "TecNic Inc.",
},
{
img: "https://cf.shopee.ph/file/31526e8a4bec6cc3fab6ffb3b2d944a7",
name: "product 1",
price: 200,
min: 20,
per: "pieces",
sold: 340,
rate: 4.2,
raterTotal: 200,
shopId: "Gugol Corp.",
},
{
img: "https://i.ebayimg.com/images/g/ihcAAOSwYYpjFfYl/s-l400.jpg",
name: "product 1",
price: 200,
min: 20,
per: "pieces",
sold: 340,
promo: 80,
rate: 4.8,
raterTotal: 20,
shopId: "TecNic Inc.",
},
{
img: "https://cdn.thewirecutter.com/wp-content/media/2022/09/backpacks-2048px.jpg",
name: "product 1",
price: 200,
min: 20,
per: "pieces",
sold: 340,
shopId: "Riz Shop",
},
{
img: "https://lzd-img-global.slatic.net/g/p/e0cae61475925b413e5d63d665d88b6f.jpg_720x720q80.jpg",
name: "product 1 lorem ipsum d wem jbwugwb uwfiwdgdsufwbf",
price: 200,
min: 20,
per: "pieces",
sold: 340,
shopId: "Gugol Corp.",
},
{
img: "https://img.freepik.com/premium-psd/thumbler-mockup_419809-150.jpg",
name: "product 1",
price: 200,
min: 20,
per: "pieces",
sold: 340,
rate: 4.2,
raterTotal: 200,
shopId: "TecNic Inc.",
},
{
img: "https://i.ebayimg.com/images/g/SG0AAOSwLP1hEPrn/s-l1200.webp",
name: "product 1",
price: 200,
min: 20,
per: "pieces",
sold: 340,
shopId: "San Gig Shop",
},
{
img: "https://cf.shopee.ph/file/38b14cd1219c7f3cd87fe386595b53cd",
name: "product 1",
price: 200,
min: 20,
per: "pieces",
sold: 340,
shopId: "TecNic Inc.",
},
{
img: "https://lzd-img-global.slatic.net/g/p/e0cae61475925b413e5d63d665d88b6f.jpg_720x720q80.jpg",
name: "product 1",
price: 200,
min: 20,
per: "pieces",
sold: 340,
shopId: "TecNic Inc.",
},
{
img: "https://i.ebayimg.com/images/g/ihcAAOSwYYpjFfYl/s-l400.jpg",
name: "product 1",
price: 200,
min: 20,
per: "pieces",
sold: 340,
shopId: "Riz Shop",
},
];