@php $socialIcons = [ [ 'id' => '01', 'href' => '#', 'text' => 'Linkedin', 'icon' => '', ], [ 'id' => '01', 'href' => '#', 'text' => 'twitter', 'icon' => '', ], [ 'id' => '01', 'href' => '#', 'text' => 'Facebook', 'icon' => '', ], ]; $footerItems = [ [ 'id' => '01', 'group' => 'Navigation', 'items' => [ [ 'id' => '01', 'href' => '/about-us', 'text' => 'About Us', ], [ 'id' => '02', 'href' => '/services', 'text' => 'Services', ], [ 'id' => '03', 'href' => '/contact-us', 'text' => 'Contact Us', ], [ 'id' => '04', 'text' => 'Our Approach', 'href' => '/our-approach', ], ], ], [ 'id' => '02', 'group' => 'About Us', 'items' => [ [ 'id' => '01', 'href' => '/about-us#who-we-are', 'text' => 'Who we are', ], [ 'id' => '02', 'href' => '/about-us#core-values', 'text' => 'Our core values', ], [ 'id' => '03', 'href' => '/about-us#mission-vision', 'text' => 'Our mission', ], ], ], [ 'id' => '03', 'group' => 'Resources', 'items' => [ [ 'id' => '01', 'href' => '/contact-us', 'text' => 'Get In touch', ], [ 'id' => '02', 'href' => '#faqs', 'text' => 'Faqs', ], ], ], ]; @endphp