feat: add front page template with hero section
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* Template Name: Главная страница
|
||||
*/
|
||||
defined('ABSPATH') || exit;
|
||||
get_header();
|
||||
?>
|
||||
<main class="front-page">
|
||||
<?php get_template_part('templates/hero'); ?>
|
||||
<?php get_template_part('templates/section-filter'); ?>
|
||||
<?php get_template_part('templates/section-promo-wms'); ?>
|
||||
<?php get_template_part('templates/section-subscribe'); ?>
|
||||
<?php get_template_part('templates/section-clients'); ?>
|
||||
</main>
|
||||
<?php get_footer();
|
||||
Reference in New Issue
Block a user