@props([ 'settings', ])
@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
@if (filled($settings->default_og_image_path))
@endif