Una selezione di eventi, palchi e produzioni curati dal team. Galleria in continuo aggiornamento.
scroll · gallery
);
}
// ============ Featured video band ============
function VideoBand() {
const videoRef = useRef(null);
useEffect(() => {
const v = videoRef.current;
if (!v) return;
const lock = () => {v.muted = true;v.volume = 0;v.setAttribute('muted', '');};
lock();
v.addEventListener('volumechange', lock);
v.play().catch(() => {});
return () => v.removeEventListener('volumechange', lock);
}, []);
return (
(01) Showreel
Reel
2024 / 2025.
SHOWREEL · 2024 / 2025BLAST EVENTS · BL
);
}
// ============ Gallery ============
const GALLERY = [
{ id: 'event-04', size: 's-8', alt: 'Concerto live a Belluno con regia luci Blast Events' },
{ id: 'event-02', size: 's-4', alt: 'Festival con palco e service audio luci Blast Events' },
{ id: 'event-01', size: 's-4', alt: 'Stage design ed effetti luce a un evento Blast Events' },
{ id: 'event-03', size: 's-4', alt: 'Light design con fasci luminosi a un evento in Veneto' },
{ id: 'event-06', size: 's-6', alt: 'Atmosfera di un evento prodotto da Blast Events' },
{ id: 'event-05', size: 's-6', alt: 'Palco illuminato con fumo e luci a un live Blast Events' },
{ id: 'event-07', size: 's-4', alt: 'Truss e americane montate per un evento a Belluno' },
{ id: 'event-08', size: 's-4', alt: 'Pubblico e luci a un evento Blast Events' },
{ id: 'event-09', size: 's-4', alt: 'Spettacolo dal vivo con impianto luci professionale' },
{ id: 'event-10', size: 's-4', alt: 'Palco e crowd a un evento serale Blast Events' },
{ id: 'event-11', size: 's-4', alt: 'Effetti luce simmetrici a un live in provincia di Belluno' },
{ id: 'event-12', size: 's-4', alt: 'Schermo LED e contenuti video a un evento Blast Events' }];
function Gallery({ onOpen }) {
const realCount = GALLERY.filter((g) => !g.empty).length;
return (