{% set page_group = "admin" %} {% include 'components/head.html' %}
{% include 'components/nav-account.html' %}
{% include 'components/alerts.html' %} {# ================================================================ PREMIUM SCHEDULING - Marketing Page (Spec 035) Shows when store does not have active premium subscription. ================================================================ #} {# Hero Section #} {% include 'premium/partials/hero-section.html' %} {# Feature Grid #} {% include 'premium/partials/feature-grid.html' %} {# Pricing Section #} {% include 'premium/partials/pricing-section.html' %} {# CTA Section #} {% include 'premium/partials/cta-section.html' %}
{% include 'components/footer.html' %}