// Blast Events — Contatti page const { useEffect, useState } = React; const { TR, Nav, MobileMenu, Footer, useCursor, useReveal, useNavScroll, submitContactForm } = window; const ADDRESS_LINE1 = 'Via Sigi Lechner, 28'; const ADDRESS_LINE2 = '32100 Belluno (BL) · Italia'; const MAPS_QUERY = 'Via+Sigi+Lechner+28+Belluno'; const PHONE_1 = '+39 340 262 2355'; const PHONE_1_TEL = '+393402622355'; const PHONE_2 = '+39 349 118 6039'; const PHONE_2_TEL = '+393491186039'; // WhatsApp sul primo numero — confermare con il cliente quale ha WhatsApp const WHATSAPP_NUMBER = '393402622355'; const WHATSAPP_HREF = `https://wa.me/${WHATSAPP_NUMBER}?text=${encodeURIComponent('Ciao Blast Events, vorrei informazioni su un evento.')}`; // ============ Page Hero ============ function ContattiHero() { return (
(CONTATTI) · GET IN TOUCH
BL · BELLUNO · IT
EST. 2019

Contatta il team.

Raccontaci il tuo evento. Rispondiamo entro 24h, da lunedì a venerdì. Per richieste urgenti, scrivici direttamente via email.

scroll · form
); } // ============ Contact form + info ============ function ContactForm() { const [sent, setSent] = useState(false); const [busy, setBusy] = useState(false); const [err, setErr] = useState(false); return (
{ e.preventDefault(); // Honeypot: bots fill hidden fields. Real users leave them empty. if (e.target.elements.website && e.target.elements.website.value) return; setErr(false); setBusy(true); try { const ok = await submitContactForm(e.target); if (ok) { setSent(true); e.target.reset(); } else { setErr(true); } } catch (_) { setErr(true); } setBusy(false); }}> {/* Honeypot — hidden from humans, attractive to bots */}
{err &&

Invio non riuscito. Riprova o scrivici a info@blasteventservice.com.

}

RISPONDIAMO ENTRO 24H · LUN–VEN

); } function ContactSection() { return (
(01) Richiesta

Scrivici.

Più dettagli ci dai, più precisa sarà la nostra risposta. Niente è troppo presto.
Telefono {PHONE_1} {PHONE_2}
WhatsApp Scrivici su WhatsApp →
Email info@blasteventservice.com
Sede {ADDRESS_LINE1} {ADDRESS_LINE2}
Orari Lun–Ven · 09:00–18:00Sabato e domenica su appuntamento
Categoria Event Planner · Service Audio & Luci
Social
); } // ============ Maps band ============ function MapsBand() { const mapsSrc = `https://www.google.com/maps?q=${MAPS_QUERY}&output=embed&z=16`; const directionsHref = `https://www.google.com/maps/dir/?api=1&destination=${MAPS_QUERY}`; return (
(02) Dove siamo

Vienici a trovare.

● Sede operativa
{ADDRESS_LINE1} {ADDRESS_LINE2}
Indicazioni → Apri in Maps