top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Mulwala Water Ski Club (with FLō TRIō)

12月29日(月)

|

156 Melbourne St, Mulwala NSW 2647, Australia

Get ready for an unforgettable night by the water as FLō TRIō brings the vibes to the Mulwala Water Ski Club this Monday, 29th of December!

Registration is closed
See other events
Mulwala Water Ski Club (with FLō TRIō)
Mulwala Water Ski Club (with FLō TRIō)

日時・場所

2025年12月29日 18:00 – 22:00

156 Melbourne St, Mulwala NSW 2647, Australia

イベントについて

🎶 FLō TRIō Live at Mulwala Water Ski Club! 🌊🎸


🗓 Monday, 29th December

🕕 6 PM – 10 PM

📍 Mulwala Water Ski Club


Get ready for an unforgettable night by the water as FLō TRIō brings the vibes to the Mulwala Water Ski Club this Monday, 29th of December! 🎤🎵


Join us from 6 PM to 10 PM for a high-energy mix of classics, crowd favourites, and feel-good tunes that’ll have you grooving all night long 💃🕺 Whether you're soaking up the sunset 🌅 with a drink in hand 🍹 or hitting the dance floor, it's the perfect way to kick off the New Year holiday season! 🎉✨


このイベントをシェア

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