@props([ 'navigation' => null, 'brand' => null, ]) @php $themeKey = config('app.theme', 'presseportale'); $brand = $brand ?? config('domains.domains.' . $themeKey . '.brand', [ 'name' => 'presse', 'accent' => 'portale', 'tagline_short' => 'Publisher · Hub', ]); $brandTagline = $brand['tagline_short'] ?? 'Publisher · Hub'; $navigation = $navigation ?? [ ['label' => 'Tarife', 'href' => '#tarife'], ['label' => 'So funktioniert es', 'href' => '#funktion'], ['label' => 'Plattform-Familie', 'href' => '#familie'], ['label' => 'FAQ', 'href' => '#faq'], ['label' => 'Dokumentation', 'href' => '#'], ]; @endphp
{{ $brandTagline }}