menu.json•2.67 kB
[
  {
    "title": "Mozzarella Sticks",
    "price": 8,
    "description": "Crispy fried mozzarella sticks served with marinara sauce."
  },
  {
    "title": "Chicken Wings",
    "price": 10,
    "description": "Crispy fried chicken wings tossed in your choice of sauce."
  },
  {
    "title": "Nachos",
    "price": 12,
    "description": "Crispy tortilla chips topped with melted cheese, chili, sour cream, and salsa."
  },
  {
    "title": "Onion Rings",
    "price": 7,
    "description": "Crispy fried onion rings served with ranch dressing."
  },
  {
    "title": "French Fries",
    "price": 5,
    "description": "Crispy fried french fries."
  },
  {
    "title": "Mashed Potatoes",
    "price": 6,
    "description": "Creamy mashed potatoes."
  },
  {
    "title": "Coleslaw",
    "price": 4,
    "description": "Homemade coleslaw."
  },
  {
    "title": "Classic Cheeseburger",
    "price": 12,
    "description": "A juicy beef patty topped with melted American cheese, lettuce, tomato, and onion on a toasted bun."
  },
  {
    "title": "Bacon Cheeseburger",
    "price": 14,
    "description": "A classic cheeseburger with the addition of crispy bacon."
  },
  {
    "title": "Mushroom Swiss Burger",
    "price": 15,
    "description": "A beef patty topped with sautéed mushrooms, melted Swiss cheese, and a creamy horseradish sauce."
  },
  {
    "title": "Chicken Sandwich",
    "price": 13,
    "description": "A crispy chicken breast on a toasted bun with lettuce, tomato, and your choice of sauce."
  },
  {
    "title": "Pulled Pork Sandwich",
    "price": 14,
    "description": "Slow-cooked pulled pork on a toasted bun with coleslaw and barbecue sauce."
  },
  {
    "title": "Reuben Sandwich",
    "price": 15,
    "description": "Thinly sliced corned beef, Swiss cheese, sauerkraut, and Thousand Island dressing on rye bread."
  },
  {
    "title": "House Salad",
    "price": 8,
    "description": "Mixed greens with your choice of dressing."
  },
  {
    "title": "Caesar Salad",
    "price": 9,
    "description": "Romaine lettuce with croutons, Parmesan cheese, and Caesar dressing."
  },
  {
    "title": "Greek Salad",
    "price": 10,
    "description": "Mixed greens with feta cheese, olives, tomatoes, cucumbers, and red onions."
  },
  {
    "title": "Chocolate Lava Cake",
    "price": 8,
    "description": "A warm, gooey chocolate cake with a molten chocolate center."
  },
  {
    "title": "Apple Pie",
    "price": 7,
    "description": "A classic apple pie with a flaky crust and warm apple filling."
  },
  {
    "title": "Cheesecake",
    "price": 8,
    "description": "A creamy cheesecake with a graham cracker crust."
  }
]