Añadidos mas productos y arreglados bugs menores

This commit is contained in:
2021-11-09 23:09:51 -03:00
parent 42d820a7a3
commit 8e59499f0c
5 changed files with 40 additions and 5 deletions

View File

@@ -49,6 +49,29 @@ const traerProductosDeAPI = async () => {
price: 3.5,
img: './img/postobon-pina.jpg',
category: 'bebidas'
},
product8: {
name: 'Asado',
price: 15,
img: './img/Asado.jpg',
category: 'comidas'
},
product9: {
name: "Medialunas Dulces",
price: 2,
img: './img/Medialunas dulces.jpg',
category: 'REPOSTERÍA Y PANADERÍA'
},
product10: {
name: 'Papas fritas congeladas',
price: 5,
img: './img/Papas fritas congeladas.jpg',
category: 'refrigerados'
}
}
}