public function onRun()
 {
     $this->page['testimonials'] = Testimonial::whereIsPublic(1)->get();
 }