@php $items = collect([ [ 'title' => 'About Us', 'description' => 'Who we are', 'href' => route('about'), ], [ 'title' => 'Reviews', 'description' => 'What clients are saying', 'href' => route('reviews'), ], [ 'title' => 'Warranty', 'description' => 'Our project protection plan', 'href' => route('warranty'), ], /* [ 'title' => 'Services Areas', 'description' => 'Where we serve', 'href' => route('services.areas'), ], */ [ 'title' => 'Elevated Living', 'description' => 'Read our lifestyle blog', 'href' => route('blog.index'), ], [ 'title' => 'Careers', 'description' => 'Join our team', 'href' => route('careers.index'), 'class' => 'nav-item__career-about-menu', ], ]); @endphp