From 5d70a6416b5498d86dc6b822ee9e7b2bb26d7424 Mon Sep 17 00:00:00 2001 From: Derek Cooper Date: Tue, 24 Feb 2026 23:23:08 -0800 Subject: [PATCH] Fixed Purgatory Menu --- 2025-restaurants.json | 39 ++++++++++++++++++++++++++++++++++++--- 1 file changed, 36 insertions(+), 3 deletions(-) diff --git a/2025-restaurants.json b/2025-restaurants.json index 0fd64e3..ed6857e 100644 --- a/2025-restaurants.json +++ b/2025-restaurants.json @@ -4673,13 +4673,46 @@ "phone": "(509) 290-6518", "courses": { "First Course": [ - + { + "name": "Roasted Goat Cheese with Blueberries and Honey", + "desc": "Roasted goat cheese with blueberries and honey, served with toasted baguette" + }, + { + "name": "Pretzel Sticks", + "desc": "Pretzel sticks served with beer cheese or beer mustard. Add both beer cheese and beer mustard for $2" + }, + { + "name": "Chicken Pot Pie Croquettes", + "desc": "Savory filling of chicken, onions, carrots and peas together with a rich bechamel sauce and encrusted in seasoned bread crumbs" + } ], "Second Course": [ - + { + "name": "Grilled Chicken Sandwich", + "desc": "Marinated grilled chicken breast, jalapeƱos, lettuce, tomato, onion, sriracha aioli, jack cheese served on ciabatta" + }, + { + "name": "Pork Belly Tacos", + "desc": "Flour tortillas, cabbage, green onion, pickled red onion, house Peruvian green sauce, sour cream and cilantro" + }, + { + "name": "Whiskey Crusted Baby Back Ribs", + "desc": "Slow smoked baby back ribs, hand rubbed with our house seasoning, served with our house barbecue sauce on the side " + } ], "Third Course": [ - + { + "name": "Bourbon Caramel Sauce Cheesecake", + "desc": "House-made bourbon caramel sauce served over New York-style cheesecake with toasted pecans" + }, + { + "name": "Southern Whiskey Bread Pudding", + "desc": "Southern-style bread pudding with a whiskey caramel sauce and maple candied bacon topping with toasted pecans" + }, + { + "name": "Lemon Blueberry Layered Cake", + "desc": "Sweet lemon blueberry layered cake with a cream cheese frosting" + } ] } }