/* global React, Media, useReveal, useLocale */ // Jullia — Contacts. By introduction, but reachable directly. Two people, two // lines each: a call, an email. No form, no map, no social wall. const CONTACTS = [ { ref: '01', name: 'Oleksandr', roleKey: 'ceoRole', phone: '+48 538 929 272', email: 'Oleksandr.lysak@jullia-audio.com' }, { ref: '02', name: 'Mark', roleKey: 'managerRole', phone: '+48 539 644 607', email: 'Mark.lysak@jullia-audio.com' }, ]; function Contacts() { const { Eyebrow, Divider } = window.JulliaDesignSystem_b654aa; const { t } = useLocale(); const ref = useReveal(); return (
); } window.Contacts = Contacts;