mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-13 23:56:47 +00:00
10 lines
213 B
PHP
10 lines
213 B
PHP
@props([
|
|
'title',
|
|
'description',
|
|
])
|
|
|
|
<div class="flex w-full flex-col text-center">
|
|
<flux:heading size="xl">{{ $title }}</flux:heading>
|
|
<flux:subheading>{{ $description }}</flux:subheading>
|
|
</div>
|