top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Club Tuross

dom 04 mag

|

40 Monash Ave, Tuross Head NSW 2537, Australia

Get ready for an electrifying afternoon of live music as RIFF returns to Club Tuross!

Registration is closed
See other events
Club Tuross
Club Tuross

Orario & Sede

04 mag 2025, 15:30 – 19:00

40 Monash Ave, Tuross Head NSW 2537, Australia

Info sull'evento

🎶 RIFF Live at Club Tuross! 🎶


📅 Date: Sunday, 4th of May, 2025

⏰ Time: 3:30 PM – 7:00 PM

📍 Venue: Club Tuross, Tuross Head, NSW


Get ready for an electrifying afternoon of live music as RIFF returns to Club Tuross! 🎸🔥 Kick back with great tunes, a fantastic atmosphere, and a mix of originals and crowd-favourite covers. Whether you're looking to unwind with a drink in hand or hit the dance floor, this is the perfect way to spend your Sunday.


Don’t miss out—spread the word, bring your friends, and let's make it a night to remember! 🎤🎶

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