example.indexMenuItems.json•1.9 kB
[
  {
    "title": "White Meat Crispy Chicken Wings",
    "description": "All-white meat chicken wings tossed in your choice of wing sauce. Choose from classic buffalo, honey bbq, garlic parmesan, or sweet & sour",
    "price": 12.0
  },
  {
    "title": "Cheese Fries",
    "description": "Fresh fries covered with melted cheddar cheese and bacon",
    "price": 8.0
  },
  {
    "title": "Reuben",
    "description": "Classic Reuben sandwich with corned beef, sauerkraut, Swiss cheese, and Thousand Island dressing on grilled rye bread.",
    "price": 12.0
  },
  {
    "title": "Grilled Chicken Club Wrap",
    "description": "Grilled chicken, bacon, lettuce, tomato, pickles, and cheddar cheese wrapped in a spinach tortilla, served with your choice of dressing",
    "price": 12.0
  },
  {
    "title": "Buffalo Chicken Sandwich",
    "description": "Fried chicken breast coated in your choice of wing sauce, topped with lettuce, tomato, onion, and pickles on a toasted brioche roll.",
    "price": 12.0
  },
  {
    "title": "Half Cuban Sandwich",
    "description": "Slow roasted pork butt, ham, Swiss, and yellow mustard on a toasted baguette",
    "price": 12.0
  },
  {
    "title": "The Albie Burger",
    "description": "Classic burger topped with bacon, provolone, banana peppers, and chipotle mayo",
    "price": 13.0
  },
  {
    "title": "57 Chevy Burger",
    "description": "Heaven burger with your choice of cheese",
    "price": 14.0
  },
  {
    "title": "Chicken Caesar Wrap",
    "description": "Tender grilled chicken, romaine lettuce, croutons, and Parmesan cheese tossed in a creamy Caesar dressing and wrapped in a spinach tortilla",
    "price": 10.0
  },
  {
    "title": "Kids Hot Dog",
    "description": "Kids under 12",
    "price": 5.0
  },
  {
    "title": "Chicken Fingers",
    "description": "Tender chicken strips, grilled or fried",
    "price": 8.0
  }
]