{{ section.extra.title | default(value="Pre-order Your AIBox") }}

{{ section.extra.subtitle | default(value="Choose the box that's packed with the best features for your computing needs.") }}

{{ section.extra.subtitle2}}

{% for plan in section.extra.plans %}

{{ plan.name }} plan

{{ plan.description }}

${{ plan.price }}

Includes:

    {% for feature in plan.features %}
  • {% if not feature.included %}Not included:{% endif %} {{ feature.name }}
  • {% endfor %}

Rewards:

    {% for feature in plan.rewards %}
  • {% if not feature.included %}Not included:{% endif %} {{ feature.name }}
  • {% endfor %}
{% endfor %}