export const product1 = {
    id: '1',
    title: 'Coffe mug - Sin imagen',
    // img: './coffee-mug.png'
}

export const product2 = {
    id: '2',
    title: 'Coffe mug - Con imagen',
    img: './coffee-mug.png'
}