'01', 'label' => __('Services', 'twentytwentyfive'), 'note' => __('Offers and formats', 'twentytwentyfive'), 'url' => get_permalink(get_page_by_path('services')) ?: home_url('/services/'), ], [ 'index' => '02', 'label' => __('About', 'twentytwentyfive'), 'note' => __('Approach and point of view', 'twentytwentyfive'), 'url' => get_permalink(get_page_by_path('about')) ?: home_url('/about/'), ], [ 'index' => '03', 'label' => __('Insights', 'twentytwentyfive'), 'note' => __('Articles and reflections', 'twentytwentyfive'), 'url' => get_permalink(get_page_by_path('blog')) ?: home_url('/blog/'), ], [ 'index' => '04', 'label' => __('Contact', 'twentytwentyfive'), 'note' => __('Questions and next steps', 'twentytwentyfive'), 'url' => get_permalink(get_page_by_path('contact')) ?: home_url('/contact/'), ], ]; $coach_book_url = get_permalink(get_page_by_path('book-session')) ?: home_url('/book-session/'); $coach_services_url = get_permalink(get_page_by_path('services')) ?: home_url('/services/'); ?>