top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Hay Bowling Club

dim. 21 déc.

|

408 Murray St, Hay NSW 2711, Australie

Préparez-vous pour une session du dimanche inoubliable alors que RIFF apporte les morceaux au Hay Bowling Club !

Les inscriptions sont closes
Voir d'autres événements
Hay Bowling Club
Hay Bowling Club

Heure et lieu

21 déc. 2025, 17:00 – 20:00

408 Murray St, Hay NSW 2711, Australie

À propos de l'événement

🎶 RIFF en direct au Hay Bowling Club ! 🎶


📅 Dimanche 21 décembre

🕔 17h – 20h

📍 Hay Bowling Club, Nouvelle-Galles du Sud


Préparez-vous pour une session du dimanche inoubliable alors que RIFF apporte les airs au Hay Bowling Club ! 🎤🎸 Que vous soyez en train de terminer le week-end ou de vous préparer pour Noël, cette soirée est le moyen idéal pour vous détendre, danser et vous imprégner de musique live de premier ordre. 🌅✨


Attendez-vous à un mélange de favoris du public, d'originaux sincères et d'ambiance bien-être toute la nuit. 💃🕺 Amenez vos amis, prenez une boisson fraîche 🍻 et détendez-vous au son du RIFF !


Partager cet événement

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