<?php
get_header();
$frontpage_id = get_option('page_on_front');
?>
<main class="front-page">
<?php get_template_part( 'includes/first-screen-try' ); ?>
<?php get_template_part( 'includes/latest-articles' ); ?>
<?php get_template_part( 'includes/meet-intelligent-writing-assistant' ); ?>
<?php get_template_part( 'includes/delegate-job' ); ?>
<?php get_template_part( 'includes/why-precis-ai-better' ); ?>
<?php get_template_part( 'includes/increase-efficiency' ); ?>
</main>
<?php get_footer(); ?>