How to output sibling children images on index

Hello @davabo
I think something similar has already been discussed on the forum. One of the solutions would be

 $aboutPage = $page('about');
   $imagechilds = $aboutPage->children()->files()->filterBy('type', 'image');

And then loop through them.

Reference link: