@rocketsofawesome/mirage
Version:
[Live Demo of the Pattern Library](https://rocketsofawesome.github.io/mirage/)
20 lines (19 loc) • 499 B
JavaScript
export default {
quotes: [
{
id: 'stephanie',
quote: '“Great colors, super soft fabric...styles you can’t find anywhere else!” - Stephanie',
name: 'Stephanie'
},
{
id: 'hollie',
quote: '“The cutest and most unique clothes! Obsessed!” - Hollie',
name: 'Hollie'
},
{
id: 'allison',
quote: '“All of the designs are unique and thoughtful. Wish they made mom clothes too!” - Allison',
name: 'Allison'
}
],
}