top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Club Tuross

Min, 13 Sep

|

40 Monash Ave, Tuross Head NSW 2537, Australia

Join RIFF live at Club Tuross on Sunday, 13th September from 4:00pm to 7:30pm for an afternoon of great music, good vibes, and entertainment by the coast.

Club Tuross
Club Tuross

Waktu & Lokasi

13 Sep 2026, 16.00 – 19.30

40 Monash Ave, Tuross Head NSW 2537, Australia

Tentang Event

🎸 LIVE MUSIC WITH RIFF 🎸


Join RIFF live at Club Tuross on Sunday, 13th September from 4:00pm to 7:30pm for an afternoon of great music, good vibes, and entertainment by the coast.


Featuring a mix of classic rock, country, pub favourites, sing-along anthems, and original songs, RIFF delivers an engaging live performance that has audiences singing, dancing, and enjoying themselves from start to finish.


Whether you're winding down the weekend with friends, enjoying a meal, or simply looking for some quality live music, Club Tuross is the place to be.


πŸ“ Club Tuross

πŸ“… Sunday, 13th September


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