Veyo
Retreat's
Layout

Veyo is a cozy guesthouse perfect for families, friends and small groups. The retreat has a comfort layout – offering an open lounge area for outdoor dinning, spacious lobby with reception, kitchen, and a stunning garden view outdoor common area.

document.addEventListener('DOMContentLoaded', function() { var readMoreButton = document.getElementById('read-more-btn'); var longText = document.getElementById('long-text'); if (readMoreButton && longText) { readMoreButton.addEventListener('click', function() { longText.classList.toggle('visible'); this.innerText = longText.classList.contains('visible') ? 'Read Less' : 'Read More'; }); } else { console.error('Read More button or long text container not found.'); } });