export const bestSellingItem = [
{
id: 1,
img: "img_13",
tag: "hot",
title: "Quilted Gilet With Hood",
price: 17.99,
ratings: (
<>
>
),
},
{
id: 2,
img: "img_14",
tag: "best seller",
title: " Jogers with Black strip",
price: 80.99,
ratings: (
<>
>
),
},
{
id: 3,
img: "img_15",
tag: "trending",
title: "Rolex Gold Watch",
price: 217.99,
ratings: (
<>
>
),
},
{
id: 4,
img: "img_16",
tag: "hot",
title: "Men’s Nike T-Shirt",
price: 23.99,
ratings: (
<>
>
),
},
{
id: 5,
img: "img_14",
tag: "best sellter",
title: "Quilted Gilet With Hood",
price: 17.99,
ratings: (
<>
>
),
},
];
export const topItemContent = [
{
id: 6,
img: "img_08",
tag: "hot",
title: "Quilted Gilet With Hood",
price: 17.99,
ratings: (
<>
>
),
},
{
id: 7,
img: "img_09",
tag: "best seller",
title: " Jogers with Black strip",
price: 80.99,
ratings: (
<>
>
),
},
{
id: 8,
img: "img_10",
tag: "trending",
title: "Rolex Gold Watch",
price: 217.99,
ratings: (
<>
>
),
},
{
id: 9,
img: "img_11",
tag: "hot",
title: "Men’s Nike T-Shirt",
price: 23.99,
ratings: (
<>
>
),
},
{
id: 10,
img: "img_12",
tag: "best sellter",
title: "Quilted Gilet With Hood",
price: 17.99,
ratings: (
<>
>
),
},
];
export const productData = [
...bestSellingItem,
...topItemContent
]