@php $items = collect([ [ 'title' => 'Financing', 'description' => 'Our financing options', 'href' => route('financing'), ], [ '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' => 'Pool School', 'description' => 'Learn how to maintain your pool', 'href' => route('pool-school.index'), ], [ 'title' => 'Elevated Living', 'description' => 'Read our lifestyle blog', 'href' => route('blog.index'), ], [ 'title' => 'Careers', 'description' => 'Join our team', 'href' => route('careers.index'), ], [ 'title' => 'Contact', 'description' => 'Talk to us', 'href' => route('contact'), ], ]); @endphp