@php $navLinks = [ ['label' => 'Services', 'route' => 'services.show'], ['label' => 'Pricing', 'route' => 'pricing.index'], ['label' => 'Blog', 'route' => 'blog.index'], ['label' => 'FAQ', 'route' => 'faq.index'], ['label' => 'About', 'route' => 'about'], ['label' => 'Contact', 'route' => 'contact.show'], ]; @endphp