top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Club Tuross

dom 01 giu

|

40 Monash Ave, Tuross Head NSW 2537, Australia

Come and enjoy an afternoon of live music at Club Tuross on Sunday, 1st of June, from 3:30 PM to 7:00 PM! 🎢

Registration is closed
See other events
Club Tuross
Club Tuross

Orario & Sede

01 giu 2025, 15:30 – 19:00

40 Monash Ave, Tuross Head NSW 2537, Australia

Info sull'evento

Come and enjoy an afternoon of live music at Club Tuross on Sunday, 1st of June, from 3:30 PM to 7:00 PM! 🎢🎀


I'll be performing a mix of original tracks and some fan favorites, creating the perfect soundtrack for a relaxed Sunday afternoon. Whether you're winding down your weekend or getting ready to kick off the week, it's going to be a memorable time with great music, good vibes, and fantastic company! 🎸🌟


Bring your friends and make it a day to remember! See you at Club Tuross! πŸ˜ŽπŸŽ‰

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