top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Mulwala Water Ski Club (with FLō TRIō)

सोम, 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ō)

समय और स्थान

29 दिस॰ 2025, 6:00 pm – 10:00 pm

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