@props([
'title',
'description',
])
<div class="flex w-full flex-col text-center">
<flux:heading size="xl" class="text-body">{{ $title }}</flux:heading>
<flux:subheading class="text-body/70">{{ $description }}</flux:subheading>
</div>