<?php
/**
 * Template Name: Home Page
 *
 */

get_header();

get_template_part( 'package-main/template-parts/home/hero', 'section' );
get_template_part( 'package-main/template-parts/home/about', 'section' );
get_template_part( 'package-main/template-parts/home/projects', 'section' );
get_template_part( 'package-main/template-parts/home/our-stone', 'section' );
get_template_part( 'package-main/template-parts/home/blog', 'section' );

get_footer();