File: /home/ayxmplky/public_html/wp-content/themes/tactic/page-about.php
<?php
/**
* page-about.php — шаблон страницы «О нас» (slug: about)
* WordPress автоматически использует этот файл для страницы с slug «about».
*
* @package tactic
*/
get_header();
?>
<main id="main-content" role="main">
<?php get_template_part( 'template-parts/about/hero' ); ?>
<?php get_template_part( 'template-parts/about/explore-tools' ); ?>
<?php get_template_part( 'template-parts/home/testimonials' ); ?>
</main>
<?php get_footer(); ?>