top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Tura Beach Country Club

sam. 03 mai

|

1A The Fairway, Tura Beach, NSW 2548, Australie

Participez à une soirée inoubliable de musique live au Tura Beach Country Club !

Les inscriptions sont closes
Voir d'autres événements
Tura Beach Country Club
Tura Beach Country Club

Heure et lieu

03 mai 2025, 18:30 – 21:30

1A The Fairway, Tura Beach, NSW 2548, Australie

À propos de l'événement

🎸 Spectacle en direct au Tura Beach Country Club 🎸


📅 Date : samedi 3 mai 2025

🕡 Heure : 18h45 – 21h45

📍 Emplacement : Tura Beach Country Club, 1 The Fairway, Tura Beach NSW


Venez vivre une soirée inoubliable de musique live au Tura Beach Country Club ! 🎶 Profitez d'une soirée animée, au son de mélodies captivantes et en bonne compagnie. Que vous soyez du coin ou de passage sur la magnifique Côte de Saphir, c'est un événement à ne pas manquer. 🌊

Partager cet événement

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); });