top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Club de campo de Tura Beach

sáb, 03 may

|

1A The Fairway, Tura Beach NSW 2548, Australia

¡Únase a una noche inolvidable de música en vivo en el Tura Beach Country Club!

La inscripción está cerrada
Ver otros eventos
Club de campo de Tura Beach
Club de campo de Tura Beach

Horario y ubicación

03 may 2025, 18:30 – 21:30

1A The Fairway, Tura Beach NSW 2548, Australia

Acerca del evento

🎸 Actuación en vivo en Tura Beach Country Club 🎸


📅 Fecha: sábado 3 de mayo de 2025

🕡 Hora: 18:45 – 21:45

📍 Ubicación: Tura Beach Country Club, 1 The Fairway, Tura Beach NSW


¡Únete a una noche inolvidable de música en vivo en el Tura Beach Country Club! 🎶 Disfruta de una noche llena de música cautivadora, excelente compañía y un ambiente vibrante. Tanto si eres local como si visitas la hermosa Costa Zafiro, este es un evento que no te querrás perder. 🌊

Compartir este evento

bottom of page
function prefetch(nodeList) { if (navigator.connection && (navigator.connection.effectiveType === 'slow-2g' || navigator.connection.effectiveType === '2g')) { return; } if (navigator.deviceMemory && navigator.deviceMemory <= 2) { return; } const fetched = {}; const observer = new IntersectionObserver(function (entries) { entries.forEach(function (entry) { if (entry.isIntersecting) { const link = entry.target.href; if (!fetched[link]) { fetched[link] = true; fetch(link, { priority: 'low' }); } observer.unobserve(entry.target); } }); }); nodeList.forEach(link => observer.observe(link)); } const idleCallback = window.requestIdleCallback || function (cb) { return setTimeout(() => cb(), 1); }; idleCallback(function () { const links = document.querySelectorAll('a[href]'); prefetch(links); });