$page->next()

Returns the next sibling

Example

<?php if($next = $page->next()): ?>
<a href="<?php echo $next->url() ?>">next page</a>
<?php endif ?>