@php $currentYear = date('Y'); $quickServices = [ ['icon' => '🎯', 'label' => 'Recrutement'], ['icon' => '🤝', 'label' => 'Team Building'], ['icon' => '📈', 'label' => 'Conseil RH'], ['icon' => '🎓', 'label' => 'Formation'] ]; $footerSections = [ [ 'title' => 'Navigation', 'links' => [ ['label' => 'Accueil', 'path' => '/'], ['label' => 'À Propos', 'path' => '/about'], ['label' => 'Nos Services', 'path' => '/services'], ['label' => 'Contact', 'path' => '/contact'] ] ], [ 'title' => 'Expertise', 'links' => [ ['label' => 'Chasse de têtes', 'path' => '/recrutements'], ['label' => 'Séminaires', 'path' => '/seminaires'], ['label' => 'Audit RH', 'path' => '/conseils/rh'], ['label' => 'GPEC', 'path' => '/conseils/rh'] ] ] ]; $socialLinks = [ [ 'name' => 'LinkedIn', 'url' => 'https://www.linkedin.com/company/thera-rh/', 'color' => '#0077b5', 'icon' => 'M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z' ], [ 'name' => 'Facebook', 'url' => 'https://www.facebook.com/therarh/', 'color' => '#1877f2', 'icon' => 'M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z' ] ]; @endphp