<?php
$randomTestimonial = page('testimonials')->children()->shuffle()->first();
echo $randomTestimonial->title();
echo $randomTestimonial->text()->excerpt(100);
?>
<?php
$randomTestimonial = page('testimonials')->children()->shuffle()->first();
echo $randomTestimonial->title();
echo $randomTestimonial->text()->excerpt(100);
?>