{{ partial:components.heading label="{title}" size="h4"
class="mb-8" }}
{{ if price }}
{{
partial:components.heading
label="{price}"
size="h4"
}}
{{ /if }}
{{ if duration }}
{{
partial:components.lead label="{duration}" size="lg"
color="light-gray" }}
{{ /if }}
{{ if description }}
{{
partial:components.lead
label="{description}"
size="lg"
class="mb-8 text-center"
}}
{{ /if }}
{{ features }}
-
{{ svg src="check" class="w-6 h-6 mr-3 fill-current text-accent-blue" }}
{{ title }}
{{ /features }}
{{ if toggle and label }}
{{
partial:components.button
size="{button_size}"
color="{button_variant ?? 'white'}"
}}
{{ /if }}