add_panel( 'bizzweb_front_page_options', array( 'title' => esc_html__( 'Front Page Options', 'bizzweb' ), 'priority' => 130, ) ); // Banner Section. require get_template_directory() . '/inc/customizer/front-page-options/banner.php'; // Service Section. require get_template_directory() . '/inc/customizer/front-page-options/service.php'; // About Us Section. require get_template_directory() . '/inc/customizer/front-page-options/about.php'; // Counter Section. require get_template_directory() . '/inc/customizer/front-page-options/counter.php'; // Mission Section. require get_template_directory() . '/inc/customizer/front-page-options/mission.php'; // Video Section. require get_template_directory() . '/inc/customizer/front-page-options/video.php'; // Team Section. require get_template_directory() . '/inc/customizer/front-page-options/team.php'; // Latest News Section. require get_template_directory() . '/inc/customizer/front-page-options/latest-news.php';