{
  "sections": [
    {
      "id": "appetizers",
      "title": "Appetizers",
      "description": "Start your meal with shareable favorites, crispy bites, and house-made starters.",
      "items": [
        {
          "name": "Mozzarella Sticks",
          "description": "Golden fried mozzarella served with marinara sauce.",
          "image": "mozzarella-sticks.jpg",
          "price": {
            "regular": "$8.99"
          },
          "nutrition": {
            "calories": "620"
          },
          "allergens": ["Dairy", "Gluten"],
          "tags": ["Shareable", "Fried"]
        }
      ]
    },
    {
      "id": "burgers",
      "title": "Burgers",
      "description": "Fresh burgers served hot with classic toppings and sides.",
      "items": [
        {
          "name": "Classic Cheeseburger",
          "description": "Beef patty, American cheese, lettuce, tomato, onion, and pickles.",
          "image": "classic-cheeseburger.jpg",
          "price": {
            "regular": "$12.99"
          },
          "nutrition": {
            "calories": "850"
          },
          "allergens": ["Dairy", "Gluten"],
          "tags": ["Popular"]
        }
      ]
    }
  ]
}