@props([ 'title', 'meta', 'icon', 'color' => 'primary', 'points' => 0, 'startUrl' => null, ]) @php $colorMap = [ 'primary' => ['bg' => 'bg-primary-soft', 'ink' => 'text-primary-ink'], 'rose' => ['bg' => 'bg-rose-soft', 'ink' => 'text-rose-ink'], 'violet' => ['bg' => 'bg-violet-soft', 'ink' => 'text-violet-ink'], 'green' => ['bg' => 'bg-green-soft', 'ink' => 'text-green-ink'], 'amber' => ['bg' => 'bg-amber-soft', 'ink' => 'text-amber-ink'], ]; $c = $colorMap[$color] ?? $colorMap['primary']; @endphp