From b17fc2d6e07f9af7cd0cf7e5d64fa044d7eeac51 Mon Sep 17 00:00:00 2001 From: Derek Cooper Date: Tue, 24 Feb 2026 22:44:04 -0800 Subject: [PATCH] Fixed Heritage Bar and Kitchen Menu --- 2025-restaurants.json | 39 ++++++++++++++++++++++++++++++++++++--- 1 file changed, 36 insertions(+), 3 deletions(-) diff --git a/2025-restaurants.json b/2025-restaurants.json index 11bcc97..f1995a2 100644 --- a/2025-restaurants.json +++ b/2025-restaurants.json @@ -2521,13 +2521,46 @@ "phone": "(509) 863-9235", "courses": { "First Course": [ - + { + "name": "Fried Pickles", + "desc": "Hand-breaded fried pickle spears served with a housemade honey mustard dressing V" + }, + { + "name": "Panzanella Salad", + "desc": "A quick-pickled cucumber, red onion and tomato salad topped with our fresh-made seasoned croutons V V+ Add fresh mozzarella $2" + }, + { + "name": "Pizza Bagels!", + "desc": "Mini bagels with house red sauce, fresh mozzarella and prosciutto. Baked to perfection and topped with fresh basil" + } ], "Second Course": [ - + { + "name": "Impossible Meatball Sub", + "desc": "Impossible Italian meatballs smothered in a family recipe marinara. Topped with vegan mozzarella cheese and fresh basil on a sub roll “Anything is possible!” – Kevin Garnett V V+" + }, + { + "name": "Cajun Cheesesteak", + "desc": "Thin-sliced beef, house-blended Cajun seasoning, creole mayo, onions and peppers topped with melty cheese on a sub roll" + }, + { + "name": "Muffins and Sauce", + "desc": "A King family favorite. Fresh-made mini biscuits in a slow roasted pork gravy" + } ], "Third Course": [ - + { + "name": "Tap Beer", + "desc": "Choose from one of our eight local beers on tap V V+" + }, + { + "name": "Deep Fried Banana", + "desc": "Battered and deep fried banana bites tossed in cinnamon and sugar. Served with a caramel dip V" + }, + { + "name": "Heritage Ice Cream Cake", + "desc": "Locally made ice cream layered on a cookie crust V" + } ] } }