@props([ 'settings', ])
blank($settings->hero_image_path), 'md:h-[calc(100dvh-5rem)]' => filled($settings->hero_image_path), ]) data-chapter="hero" data-motion="page-open" > @if (filled($settings->hero_image_path))
@if (filled($settings->hero_eyebrow))

{{ $settings->hero_eyebrow }}

@endif

{{ $settings->hero_title ?: 'Celebrações com propósito' }}

@if (filled($settings->hero_subtitle))

{{ $settings->hero_subtitle }}

@endif @if (filled($settings->hero_note))

{{ $settings->hero_note }}

@endif
@else
@if (filled($settings->hero_eyebrow))

{{ $settings->hero_eyebrow }}

@endif

{{ $settings->hero_title ?: 'Celebrações com propósito' }}

@if (filled($settings->hero_subtitle))

{{ $settings->hero_subtitle }}

@endif @if (filled($settings->hero_note))

{{ $settings->hero_note }}

@endif
@endif