<?php
/*
Template Name: Try
*/
get_header();
?>
<main class="try-main">
<?php get_template_part( 'includes/first-screen-try' ); ?>
<!-- --><?php //get_template_part( 'includes/why-precis-ai' ); ?>
<?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' ); ?>
<!-- --><?php //get_template_part( 'includes/drop-us-line' ); ?>
</main>
<?php get_footer(); ?>