@props(['eyebrow' => null, 'title', 'copy' => null, 'align' => 'left'])
class(['section-heading', 'text-center mx-auto' => $align === 'center']) }} data-reveal> @if($eyebrow)

{{ $eyebrow }}

@endif

{{ $title }}

@if($copy)

{{ $copy }}

@endif