59 lines
885 B
JavaScript
59 lines
885 B
JavaScript
const funkos = [
|
|
{
|
|
title: 'Age of Ultron Wanda',
|
|
img: 'aouwanda',
|
|
price: 50,
|
|
description: 'bob',
|
|
rank: 1
|
|
},
|
|
{
|
|
title: 'Anti Venom',
|
|
img: 'antivenom',
|
|
price: 50,
|
|
description: 'bob',
|
|
rank: 1
|
|
},
|
|
{
|
|
title: 'Integrated Spiderman Suit',
|
|
img: 'spidey',
|
|
price: 50,
|
|
description: 'bob',
|
|
rank: 1
|
|
},
|
|
{
|
|
title: 'Halloween Wanda',
|
|
img: 'halwanda',
|
|
price: 50,
|
|
description: 'bob',
|
|
rank: 1
|
|
},
|
|
{
|
|
title: 'The Scarlet Witch',
|
|
img: 'floatwanda',
|
|
price: 50,
|
|
description: 'bob',
|
|
rank: 1
|
|
},
|
|
{
|
|
title: 'Kate Bishop and Lucky the Dog',
|
|
img: 'katebishop',
|
|
price: 50,
|
|
description: 'bob',
|
|
rank: 1
|
|
},
|
|
{
|
|
title: 'Yelena',
|
|
img: 'yelena',
|
|
price: 50,
|
|
description: 'bob',
|
|
rank: 1
|
|
},
|
|
{
|
|
title: 'Civil War Wanda',
|
|
img: 'cwwanda',
|
|
price: 50,
|
|
description: 'bob',
|
|
rank: 1
|
|
}
|
|
];
|