top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Club Corowa - BOXING DAY

vie, 26 dic

|

30 Betterment Parade, Corowa NSW 2646, Australia

¡Prepárate para sacudirte el coma alimentario navideño y mantener las vibraciones festivas!

La inscripción está cerrada
Ver otros eventos
Club Corowa - BOXING DAY
Club Corowa - BOXING DAY

Horario y ubicación

26 dic 2025, 19:30 – 23:30

30 Betterment Parade, Corowa NSW 2646, Australia

Acerca del evento

RIFF en vivo en el Club Corowa – ¡Fiesta del Boxing Day! 🎤

🗓 Viernes 26 de diciembre

🕖 19:00 – 23:00

📍 Club Corowa, Nueva Gales del Sur


¡Prepárate para olvidarte del coma navideño y mantener viva la energía festiva! 🎄🎶 RIFF trae la energía al Club Corowa este Boxing Day, ofreciendo una noche de voces potentes, guitarras potentes y melodías alegres que te harán bailar toda la noche. 💃🕺


Espere una combinación increíble de temas originales y covers favoritos del público, además de productos y CD disponibles esa noche 🎁🔥 Ya sea que sea local o simplemente esté en la ciudad para las vacaciones, ¡esta es la manera perfecta de pasar la noche del viernes!


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