<?php if( have_rows('clients') ): ?>
<?php while( have_rows('clients') ): the_row();
// vars
$link1 = get_sub_field('clients_link');
$link2 = get_sub_field('clients_site');
?>
<div class="client-block-info">
контент
</div>
<?php endwhile; ?>
<?php endif; ?>