You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66 lines
1.0 KiB
JavaScript
66 lines
1.0 KiB
JavaScript
var _CollectionsList = {};
|
|
|
|
_CollectionsList.house_brands = [
|
|
'Kadima',
|
|
'Kapricci',
|
|
'BubbleGum',
|
|
'Primmera'
|
|
];
|
|
_CollectionsList.designer_brands = [
|
|
//'Kadima',
|
|
//'Kapricci',
|
|
//'BubbleGum',
|
|
//'Primmera',
|
|
'Adidas',
|
|
'Armani Exchange',
|
|
'Bvlgari',
|
|
'Burberry',
|
|
'Calvin Klein',
|
|
'Carolina Herrera',
|
|
'Carrera',
|
|
'Christian Dior',
|
|
'Coach',
|
|
'Converse',
|
|
'Diesel',
|
|
'Dolce Gabbana',
|
|
'Emporio Armani',
|
|
'Ermenegildo Zegna',
|
|
'Escada',
|
|
'Fendi',
|
|
'Fila',
|
|
'Furla',
|
|
'Gant',
|
|
'Giorgio Armani',
|
|
'Gucci',
|
|
'Guess',
|
|
'Harley Davidson',
|
|
'Hugo Boss',
|
|
'Just Cavalli',
|
|
'Kenneth Cole Reaction',
|
|
'Kenneth Cole New York',
|
|
'Lacoste',
|
|
'Michael Kors',
|
|
'Mont Blanc',
|
|
'Nike',
|
|
'Nina Ricci',
|
|
'Oakley',
|
|
'Persol',
|
|
'Prada',
|
|
'Prada Sport',
|
|
'Puma',
|
|
'Ray Ban',
|
|
'Roberto Cavalli',
|
|
'Salvatore Ferragamo',
|
|
'Silhouette',
|
|
'Skechers',
|
|
'Timberland',
|
|
'Tom Ford',
|
|
'Tommy Hilfiger',
|
|
'Tory Burch',
|
|
'Tous',
|
|
'Valentino',
|
|
'Versace',
|
|
'Vogue'
|
|
];
|
|
|
|
export default _CollectionsList; |