document.getElementById('tickets').scrollIntoView({ behavior: 'smooth', block: 'start' }))"
:class="{ 'text-white border-blue-500': activeTab === 'tickets', 'text-gray-400 border-transparent': activeTab !== 'tickets' }"
class="tab-link border-b-2 px-3 py-2 font-medium hover:text-white">
Tickets
document.getElementById('about').scrollIntoView({ behavior: 'smooth', block: 'start' }))"
:class="{ 'text-white border-blue-500': activeTab === 'about', 'text-gray-400 border-transparent': activeTab !== 'about' }"
class="tab-link border-b-2 px-3 py-2 font-medium hover:text-white">
Über
Community