@php $navLinks = [ ['label' => __('footer.home'), 'href' => localized_route('home')], ['label' => __('footer.approach'), 'href' => localized_route('approach')], ['label' => __('footer.solutions'), 'href' => localized_route('solutions.performance-optimization')], ['label' => __('footer.products'), 'href' => localized_route('products.wasoria-box')], ['label' => __('footer.about'), 'href' => localized_route('about.team')], ['label' => __('footer.contact'), 'href' => localized_route('contact')], ]; @endphp