UNPKG

499 BJavaScriptView Raw
1export default {
2 quotes: [
3 {
4 id: 'stephanie',
5 quote: '“Great colors, super soft fabric...styles you can’t find anywhere else!” - Stephanie',
6 name: 'Stephanie'
7 },
8 {
9 id: 'hollie',
10 quote: '“The cutest and most unique clothes! Obsessed!” - Hollie',
11 name: 'Hollie'
12 },
13 {
14 id: 'allison',
15 quote: '“All of the designs are unique and thoughtful. Wish they made mom clothes too!” - Allison',
16 name: 'Allison'
17 }
18 ],
19}