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