10 lines
252 B
PHP
10 lines
252 B
PHP
@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>
|