We're Rooted
In What
Matters Most
At ATV Farms we specialize in growing, processing, packaging, and distributing fresh and root vegetables. State-of-the-art processes, family-owned facilities, unmatched quality and reliability.
// Services
while (have_rows('services-section')) :
the_row();
get_template_part('template-parts/sections/images-stack-carousel-section');
endwhile;
// Produce
while (have_rows('produce-section')) :
the_row();
get_template_part('template-parts/sections/produce-carousel-section-C');
endwhile;
?>
// Sustainability
while (have_rows('sustainability-section')) :
the_row();
get_template_part('template-parts/sections/background-section');
endwhile;
// Blog
while (have_rows('blog-section')) :
the_row();
get_template_part('template-parts/sections/post-tiles-carousel-section');
endwhile;
get_footer();
?>