70 lines
2.3 KiB
JavaScript
70 lines
2.3 KiB
JavaScript
export const favorite = [
|
|
{
|
|
type: "products",
|
|
contents: [
|
|
{
|
|
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",
|
|
},
|
|
],
|
|
},
|
|
{
|
|
type: "vendors",
|
|
contents: [
|
|
{
|
|
logo: "https://dynamic.zacdn.com/UwpOxCDuIyVkaiTKDr--O58nQig=/filters:quality(70):format(webp)/https://static-ph.zacdn.com/p/playboy-bunny-3082-3012861-1.jpg",
|
|
name: "TecNic Inc.",
|
|
price: 200,
|
|
min: 20,
|
|
per: "pieces",
|
|
verified: true,
|
|
respoTime: 2,
|
|
tags: ["bag", "Jar", "Clothings"],
|
|
rate: 4.2,
|
|
raterTotal: 200,
|
|
images: [
|
|
"https://dynamic.zacdn.com/UwpOxCDuIyVkaiTKDr--O58nQig=/filters:quality(70):format(webp)/https://static-ph.zacdn.com/p/playboy-bunny-3082-3012861-1.jpg",
|
|
"https://i.ebayimg.com/images/g/SG0AAOSwLP1hEPrn/s-l1200.webp",
|
|
"https://cf.shopee.ph/file/f0775aeac92f8aecdf44dad06505694d",
|
|
],
|
|
},
|
|
{
|
|
logo: "https://dynamic.zacdn.com/UwpOxCDuIyVkaiTKDr--O58nQig=/filters:quality(70):format(webp)/https://static-ph.zacdn.com/p/playboy-bunny-3082-3012861-1.jpg",
|
|
name: "TecNic Inc.",
|
|
price: 200,
|
|
min: 20,
|
|
per: "pieces",
|
|
verified: true,
|
|
respoTime: 2,
|
|
tags: ["bag", "Jar", "Clothings"],
|
|
rate: 4.2,
|
|
raterTotal: 200,
|
|
images: [
|
|
"https://dynamic.zacdn.com/UwpOxCDuIyVkaiTKDr--O58nQig=/filters:quality(70):format(webp)/https://static-ph.zacdn.com/p/playboy-bunny-3082-3012861-1.jpg",
|
|
"https://i.ebayimg.com/images/g/SG0AAOSwLP1hEPrn/s-l1200.webp",
|
|
"https://cf.shopee.ph/file/f0775aeac92f8aecdf44dad06505694d",
|
|
],
|
|
},
|
|
],
|
|
},
|
|
];
|