top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Club Corowa

शनि, 31 जन॰

|

30 Betterment Parade, Corowa NSW 2646, Australia

Join acclaimed singer-songwriter RIFF for a big night of live music at Club Corowa on Saturday, 31st January from 7:30pm to 11:30pm.

Registration is closed
See other events
Club Corowa
Club Corowa

समय और स्थान

31 जन॰ 2026, 7:30 pm – 11:30 pm

30 Betterment Parade, Corowa NSW 2646, Australia

इवेंट के बारे में

🎶 LIVE MUSIC AT CLUB COROWA 🎶


Join acclaimed singer-songwriter RIFF for a big night of live music at Club Corowa on Saturday, 31st January from 7:30pm to 11:30pm.


Expect a high-energy mix of crowd favourites, classic hits, and original songs delivered with passion, soul, and plenty of feel-good vibes. Whether you’re up for a dance, a singalong, or just a great night out with friends, this is one show you won’t want to miss.


🍻 Great atmosphere

🎸 Live acoustic & electric performances

🕺 Dance floor ready


यह इवेंट साझा करें

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