{{ partial:components.heading label="{title}" size="h1" }}
{{ if has_description }}
{{ partial:components.lead label="{description}" size="lg" class="mt-8" }}
{{ /if }}
{{ if toggle and label }}
{{ partial:components.button size="{button_size}" color="{button_variant}" }}
{{ /if }}
{{
partial:components/picture
:image="hero_image"
class="object-contain w-full h-auto mx-auto max-h-[640px]"
sizes="(min-width: 200px) 35vw, 90vw"
}}