Buy me a coffee

#178654

<script>
$(document).ready(function() { 
        $("nav.Heaer-nav--secondary>div>span:nth-child(4)>span>a:first-child").attr('href','/info');
    $("nav.Heaer-nav--secondary>div>span:nth-child(3)>span>a:first-child").attr('href','/Renting-With-Mojo');
    $("nav.Heaer-nav--secondary>div>span:nth-child(2)>span>a:first-child").attr('href','/campervan-rental-1');
    $("nav.Heaer-nav--secondary>div>span:nth-child(1)>span>a:first-child").attr('href','/the-mojo-sleepervan-1');
});
</script>