@php $footerNavigation = [ [ 'title' => 'Navigate', 'links' => [ ['label' => 'Home', 'href' => route('home')], ['label' => 'About', 'href' => route('about')], ['label' => 'Categories', 'href' => route('home') . '#featured-categories'], ['label' => 'Products', 'href' => route('products')], ], ], [ 'title' => 'Product Focus', 'links' => [ ['label' => 'Skincare', 'href' => route('products') . '?category=skincare'], ['label' => 'Hybrid Beauty', 'href' => route('products') . '?category=personal-care'], ['label' => 'Sun Care', 'href' => route('products') . '?category=haircare'], ], ], [ 'title' => 'Approach', 'links' => [ ['label' => 'Shelf-ready systems', 'href' => route('about')], ['label' => 'Product range', 'href' => route('products')], ['label' => 'Process', 'href' => route('home')], ], ], ]; @endphp