top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Club Tuross

Min, 12 Okt

|

40 Monash Ave, Tuross Head NSW 2537, Australia

Get ready for an electrifying afternoon of live music as RIFF brings the energy to Club Tuross!

Registration is closed
See other events
Club Tuross
Club Tuross

Waktu & Lokasi

12 Okt 2025, 15.30 – 19.00

40 Monash Ave, Tuross Head NSW 2537, Australia

Tamu

Tentang Event

🎶 RIFF Live at Club Tuross! 🎶


📅 Date: Sunday, 12th of October 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 brings the energy to Club Tuross! 🎸🔥 Kick back with a drink, enjoy the stunning coastal vibes, and let the music take you on a journey with a mix of crowd-favourite covers and original hits.


Whether you're up for a dance or just keen to soak up the tunes, this is a Sunday session you won’t want to miss! 🎤🎶


Bagikan Event Ini

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