From a67cf834a8a6367b3bab8e39f22794e82a2bf565 Mon Sep 17 00:00:00 2001 From: Marius Obert Date: Mon, 14 Oct 2024 11:17:19 +0200 Subject: [PATCH] update menu options --- src/config/menus.ts | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/src/config/menus.ts b/src/config/menus.ts index 68db97e..5349feb 100644 --- a/src/config/menus.ts +++ b/src/config/menus.ts @@ -66,11 +66,21 @@ export default { title: "Latte Macchiato", description: "Milk marked with espresso", }, + { + shortTitle: "Caffè Latte", + title: "Caffè Latte", + description: "Espresso with steamed milk", + }, { shortTitle: "Cappuccino", title: "Cappuccino", description: "Espresso with steamed milk", }, + { + shortTitle: "British Breakfast Tea", + title: "British Breakfast Tea", + description: "Blend of black teas", + } { shortTitle: "Espresso Macchiato", title: "Espresso Macchiato", @@ -102,11 +112,26 @@ export default { title: "Herbal Tea", description: "Classic, diverse, hot beverage infused with leaves", }, + { + shortTitle: "Apple Chamomile", + title: "Apple Chamomile", + description: "Apple and chamomile tea", + }, + { + shortTitle: "Earl Grey", + title: "Earl Grey", + description: "Blend of black tea scented with oil of bergamot", + } { shortTitle: "Chai", title: "Chai", description: "Spiced tea with milk", }, + { + shortTitle: "Chocolate", + title: "Hot Chocolate", + description: "Hot cocoa", + } ], modifiers: ["Milk", "Soy Milk", "Almond Milk", "Oat Milk", "Coconut Milk", "Rice Milk"], },