<?php
/**
 * Homepage — sections in spec order. Announcement + header live in header.php.
 *
 * @package Foliora
 */

get_header();

get_template_part( 'template-parts/home/hero' );
get_template_part( 'template-parts/home/categories' );
get_template_part( 'template-parts/home/bestsellers' );
get_template_part( 'template-parts/home/ritual' );
get_template_part( 'template-parts/home/moods' );
get_template_part( 'template-parts/home/embosser' );
get_template_part( 'template-parts/home/reels' );
get_template_part( 'template-parts/home/sleeve' );
get_template_part( 'template-parts/home/bundles' );
get_template_part( 'template-parts/home/benefits' );
get_template_part( 'template-parts/home/reviews' );
get_template_part( 'template-parts/home/gifts' );
get_template_part( 'template-parts/home/instagram' );
get_template_part( 'template-parts/home/newsletter' );

get_footer();
