/* eslint-disable */ // Section 12 — Contact. Dark, full-viewport statement. No form per brand brief. const CONTACT = [ { label: 'Address', value: 'Exit 18, Sulay\nRiyadh, Saudi Arabia' }, { label: 'Phone', value: '+966 55 548 9506' }, { label: 'Email', value: 'info@unicraft.com.sa' }, { label: 'Website', value: 'unicraft.com.sa' }, ]; const Contact = () => (
Contact

Have a project
in mind?

{ e.currentTarget.style.filter = 'brightness(1.05)'; e.currentTarget.style.transform = 'translateY(-2px)'; }} onMouseLeave={(e) => { e.currentTarget.style.filter = 'none'; e.currentTarget.style.transform = 'none'; }} >Download company profile

{CONTACT.map((c, i) => (
{i !== 0 && (
)}
{c.label}
{c.value}
))}
); Object.assign(window, { Contact });