@props([
'href' => null,
'variant' => 'dark',
'stacked' => false,
'tagline' => false,
])
@php
$tag = $href ? 'a' : 'div';
$classes = trim('ck-brand-lockup ck-brand-'.$variant.' '.($stacked ? 'ck-brand-stacked' : '').' '.$attributes->get('class'));
@endphp
<{{ $tag }}
@if ($href) href="{{ $href }}" @endif
{{ $attributes->except('class')->merge(['class' => $classes]) }}
>
CK
Court Kulture
PICKLEBALL CLUB
@if ($tagline)
PLAY DEEPER. LIVE BETTER.
@endif
{{ $tag }}>