true,
'border-black text-black bg-white' => !isset($white) || !$white,
'border-white text-white bg-black' => isset($white) && $white
])
class="bg-white py-2 px-6 font-serif shadow-lg rounded-2xl border-2 border-black text-xs md:text-sm flex flex-col">
@foreach ($links ?? [] as $link)
{{ $link['label'] }}
@endforeach