@include('partials.products.category-hero', ['hero' => $hero])
@include('partials.single-page-nav', array_merge($pageNav, ['variant' => 'top']))

{{ $category['label'] }} packages

@include('partials.products.offering-panel', [ 'tab' => ['id' => $category['catalog_key'], 'label' => $category['label']], 'catalog' => $catalog, 'isActive' => true, 'isStandalone' => true, ])
@include('partials.single-page-nav', array_merge($pageNav, ['variant' => 'next']))
@include('partials.home.cta')