b2in/resources/views/livewire/web/components/sections/final-commitment.blade.php
2025-10-20 17:50:35 +02:00

16 lines
531 B
PHP

<section class="section-padding text-center">
<div class="container-narrow">
<h2 class="text-section-title text-foreground leading-tight mb-8">
{!! $content['title'] !!}
</h2>
<div class="flex justify-center mb-8">
<div class="w-16 h-px bg-secondary"></div>
</div>
<p class="text-large text-muted-foreground">
{{ $content['author'] }} <br />
<span class="text-sm">{{ $content['author_title'] }}</span>
</p>
</div>
</section>