top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Alpine Hotel, Bright (with FLō TRIō) - NEW YEARS EVE

12月31日(水)

|

7/9 Anderson St, Bright VIC 3741, Australia

Ring in the New Year with a bang at the Alpine Hotel in Bright with FLO TRIO on New Year’s Eve, starting at 8:00 PM!

Registration is closed
See other events
Alpine Hotel, Bright (with FLō TRIō) - NEW YEARS EVE
Alpine Hotel, Bright (with FLō TRIō) - NEW YEARS EVE

日時・場所

2025年12月31日 20:00 – 2026年1月01日 0:00

7/9 Anderson St, Bright VIC 3741, Australia

イベントについて

Ring in the New Year with a bang at the Alpine Hotel in Bright with FLO TRIO on New Year’s Eve, starting at 8:00 PM! Celebrate the final night of the year with an unforgettable live music experience featuring a dynamic mix of smooth grooves, upbeat tunes, and high-energy performances that will keep you dancing all night long. Whether you’re toasting to the new year with friends or enjoying the vibrant atmosphere, it’s the perfect way to end 2025. Don’t miss out on this epic celebration—let’s make it a night to remember! 🎶🍾🎉

このイベントをシェア

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