top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Alpine Hotel, Bright

शुक्र, 26 सित॰

|

7/9 Anderson St, Bright VIC 3741, Australia

Get ready for an unforgettable night of live music as RIFF returns to the Alpine Hotel in Bright for a one-night-only performance!

Registration is closed
See other events
Alpine Hotel, Bright
Alpine Hotel, Bright

समय और स्थान

26 सित॰ 2025, 8:00 pm – 11:00 pm

7/9 Anderson St, Bright VIC 3741, Australia

इवेंट के बारे में

🎶 RIFF Live at the Alpine Hotel, Bright 🎶


📅 Friday, 26th September 2025

🕗 8:00 PM – 11:00 PM

📍 Alpine Hotel, Bright, VIC


Get ready for an unforgettable night of live music as RIFF returns to the Alpine Hotel in Bright for a one-night-only performance! From soulful originals to crowd-favourite covers, RIFF will bring the energy, emotion, and good vibes all night long. Whether you're a local or visiting the beautiful High Country, this is your chance to catch an authentic live show in a top local venue.


🎤 Great music


यह इवेंट साझा करें

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