top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Tallangatta Hotel

3月06日(金)

|

77 Towong St, Tallangatta VIC 3700, Australia

Get ready for a big Friday night of live music at the Tallangatta Hotel as RIFF takes the stage from 7:30pm to 11:30pm.

Registration is closed
See other events
Tallangatta Hotel
Tallangatta Hotel

日時・場所

2026年3月06日 19:30 – 23:30

77 Towong St, Tallangatta VIC 3700, Australia

イベントについて

Live Music at the Tallangatta Hotel – Friday, 6 March


Get ready for a big Friday night of live music at the Tallangatta Hotel as RIFF takes the stage from 7:30pm to 11:30pm.


Expect a high-energy, feel-good set packed with crowd favourites, classic hits and heartfelt originals, delivered with soaring vocals and dynamic guitar work. Known for his engaging stage presence and connection with the audience, RIFF brings the kind of live show that keeps the room buzzing and the good times rolling.


Whether you’re settling in for a few drinks or planning a full night out, this is the perfect way to kick off your weekend.


🎸 Live Music: RIFF

📍 Venue: Tallangatta Hotel


このイベントをシェア

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