diff --git a/public/spirits/anis del mono sunrise.jpg b/public/spirits/anis del mono sunrise.jpg new file mode 100644 index 0000000..2ee1778 Binary files /dev/null and b/public/spirits/anis del mono sunrise.jpg differ diff --git a/public/spirits/brandy alexander.jpg b/public/spirits/brandy alexander.jpg new file mode 100644 index 0000000..01f9ccf Binary files /dev/null and b/public/spirits/brandy alexander.jpg differ diff --git a/public/spirits/negroni sbagliato.jpg b/public/spirits/negroni sbagliato.jpg new file mode 100644 index 0000000..fd01026 Binary files /dev/null and b/public/spirits/negroni sbagliato.jpg differ diff --git a/public/spirits/spritz select.jpg b/public/spirits/spritz select.jpg new file mode 100644 index 0000000..36060a6 Binary files /dev/null and b/public/spirits/spritz select.jpg differ diff --git a/src/data.json b/src/data.json index 3f8bae4..81b82e5 100644 --- a/src/data.json +++ b/src/data.json @@ -10,6 +10,11 @@ "brand": "Montenegro", "type": "amaro" }, + { + "name": "Anís del Mono", + "brand": "Anís del Mono", + "type": "anis" + }, { "name": "Aperitivo Select", "brand": "Select", @@ -60,6 +65,11 @@ "brand": "Don Julio", "type": "tequila" }, + { + "name": "Freixenet", + "brand": "Freixenet", + "type": "espumoso" + }, { "name": "Havana Club", "brand": "Havana Club", @@ -130,6 +140,11 @@ "brand": "Martini", "type": "vermut" }, + { + "name": "Mozart Dark", + "brand": "Mozart", + "type": "licor-cacao" + }, { "name": "Patrón", "brand": "Patrón", @@ -145,11 +160,6 @@ "brand": "Ruavieja", "type": "licor-hierbas" }, - { - "name": "Santa Teresa", - "brand": "Santa Teresa", - "type": "ron" - }, { "name": "Smirnoff", "brand": "Smirnoff", @@ -169,16 +179,6 @@ "name": "Vino Tinto", "brand": "vino", "type": "vino" - }, - { - "name": "Yzaguirre Blanco", - "brand": "Yzaguirre", - "type": "vermut" - }, - { - "name": "Yzaguirre Rojo", - "brand": "Yzaguirre", - "type": "vermut" } ], "recipes": [ @@ -206,6 +206,36 @@ ], "instructions": "Servir vermut y Campari con hielo y completar con soda. Decorar con naranja." }, + { + "name": "Anis del Mono Sunrise", + "ingredients": [ + { + "type": "anis", + "name": "Anís del Mono", + "amount": "50 ml", + "isAlcohol": true + }, + { + "type": "naranja", + "name": "Zumo de naranja", + "amount": "200 ml", + "isAlcohol": false + }, + { + "type": "granadina", + "name": "Granadina", + "amount": "15 ml", + "isAlcohol": false + }, + { + "type": "agua-azahar", + "name": "Agua de azahar", + "amount": "Pulverizar", + "isAlcohol": false + } + ], + "instructions": "Servir anís y zumo de naranja con hielo, añadir granadina lentamente para efecto sunrise, pulverizar agua de azahar y decorar con abanico de manzana." + }, { "name": "Aperol Spritz", "ingredients": [ @@ -1014,7 +1044,7 @@ "ingredients": [ { "type": "aperitivo", - "name": "Aperitivo Select", + "name": "Aperol", "amount": "60 ml", "isAlcohol": true },