File: /home/ayxmplky/public_html/wp-content/themes/tactic/front-page.php
<?php
/**
* Главная страница (шаблон)
* Назначается через: Настройки → Чтение → Главная страница
*
* @package tactic
*/
get_header();
?>
<main id="main-content" role="main">
<?php get_template_part( 'template-parts/home/hero' ); ?>
<?php get_template_part( 'template-parts/home/about' ); ?>
<?php get_template_part( 'template-parts/home/product-line' ); ?>
<?php get_template_part( 'template-parts/home/global-map' ); ?>
<?php get_template_part( 'template-parts/components/staff-video-cards' ); ?>
<?php get_template_part( 'template-parts/home/news' ); ?>
</main>
<?php get_footer(); ?>