@props([
'brand' => null,
'logo' => null,
'brandUrl' => '/',
'items' => [],
'containerClass' => 'container max-w-7xl mx-auto px-4 py-3 min-h-[81px]',
'logoClass' => 'max-h-[60px] object-contain',
'languageSwitch' => true,
'languageOptions' => [
['code' => 'th', 'name' => 'TH', 'icon' => 'frontend:img/icon/th.svg'],
['code' => 'en', 'name' => 'EN', 'icon' => 'frontend:img/icon/en.svg']
],
'currentLang' => 'th',
])