UNPKG

1.34 kBJavaScriptView Raw
1export default {
2 header: 'BUZZZZZZZZZ',
3 headerLabel: 'What\'s the buzz?',
4 quotes: [
5 {
6 id: 'new_york_times',
7 quote: '“Materials and details are thoughtful, and the clothes are wildly cute.”',
8 name: 'The New York Times'
9 },
10 {
11 id: 'today_show',
12 quote: '“The clothing is so stylish and so affordable...and the softest quality.”',
13 name: 'Today Show'
14 },
15 {
16 id: 'people_magazine',
17 quote: '“They\'ll be at the top of their playground game with these clothes.”',
18 name: 'People Magazine'
19 },
20 {
21 id: 'tech_crunch',
22 quote: '“Rockets of Awesome is a total no brainer.”',
23 name: 'Tech Crunch'
24 },
25 {
26 id: 'fast_company',
27 quote: '“Shopping for kids’ clothes can be fun.”',
28 name: 'Fast Company'
29 },
30 {
31 id: 'parents_magazine',
32 quote: '“You can’t buy these clothes in stores.”',
33 name: 'Parent\'s Magazine'
34 },
35 {
36 id: 'la_times',
37 quote: '“Obsessively kid friendly.”',
38 name: 'The L.A. Times'
39 },
40 {
41 id: 'new_york_post',
42 quote: '“The witty graphics, throwback bombers and metallic-accented tutus from this fashion-forward label are all about encouraging kids \'to be their authentic selves.\'',
43 name: 'The New York Post'
44 }
45 ],
46}