top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Railyard, Wangaratta

Sun, 22 June

|

60 Norton St, Wangaratta VIC 3677, Australia

Get ready for an epic afternoon of live music with RIFF! 🎀

Registration is closed
See other events
Railyard, Wangaratta
Railyard, Wangaratta

Time & Location

22 June 2025, 3:00 pm – 7:00 pm

60 Norton St, Wangaratta VIC 3677, Australia

Guests

About the event

🎸 RIFF Live at The Railyard, Wangaratta! 🎢


πŸ“… Date: Sunday, 22nd June 2025

⏰ Time: 3:00 PM – 7:00 PM

πŸ“ Venue: The Railyard, Wangaratta


Get ready for an epic afternoon of live music with RIFF! 🎀πŸ”₯ Bringing you a dynamic mix of originals & classic hits, this is a show you don’t want to miss! Whether you're up for a rockin’ good time 🎸, a few cold drinks 🍻, or just vibing to some top-tier tunes, The Railyard is the place to be!


Tell your mates, bring your crew, and let’s make it an unforgettable Sunday session! πŸŽΆπŸ™Œ


Share this event

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