About us

Free spirits with an obsession to travel

Lorem ipsum amet consectetuer adipiscing elit penatibus imperdiet morbi dolor tortor. Vivamus nascetur eget iaculis mollis dolor nostra nibh nascetur ullam corper. Amet pharetra torquent auctor tortor magnis ultrices nibh imperdiet lobortis metus convallis.

Semper pharetra montes fringilla habitant congue integer condimentum ultricies nisi dui nullam placerat. Aliquet magnis consequat nulla pulvinar maecenas ipsum imperdiet maximus.

Join us online!

A few of our favorite photos

Have questions or travel advice to share?

Contact Us
<script type="module">
  import { createChat } from 'https://cdn.jsdelivr.net/npm/@n8n/chat/dist/chat.bundle.es.js';

  // Initialize the chat widget
  createChat({
    webhookUrl: 'https://n8n.srv739966.hstgr.cloud/webhook/90644ef5-5cda-482b-a1aa-e8825be8c645/chat',
    target: '#n8n-chat'
  });

  // Show the popup
  function showChatPopup() {
    document.getElementById('chat-popup').style.display = 'block';
  }

  // Hide the popup
  function hideChatPopup() {
    document.getElementById('chat-popup').style.display = 'none';
  }

  // Close button functionality
  document.querySelector('.close-btn').addEventListener('click', hideChatPopup);

  // Optionally, show the popup after a delay or on a specific event
  // For example, show the popup after 5 seconds
  setTimeout(showChatPopup, 5000);
</script>
en_GB
Aller au contenu principal