Naomi Collier Broms

Dancer

Naomi is a writer and performer based in Amsterdam. As a maker, she relies on striking imagery and the potency of words to create poetic and uncanny theatrical worlds. At the core of her practice is a fascination with characters grappling with their power to comprehend and connect. Naomi’s work often emerges through this fascination, exploring the possibilities and pitfalls humans face as we try to make sense of ourselves and our surroundings. She is endlessly curious about the mechanisms we devise - the imaginary and internal landscapes we confide in - as we search for meaning in an increasingly chaotic world.

MANIFESTTOPCONTACT
PERFORMERS
PERFORMERS
PERFORMERS
PERFORMERS
No items found.
document.getElementById("copy-button").addEventListener("click", function() { // Get the current page URL var currentUrl = window.location.href; // Create a temporary input element var tempInput = document.createElement("input"); // Add the current page URL to the input value tempInput.setAttribute("value", currentUrl); // Append the input to the body document.body.appendChild(tempInput); // Select the input tempInput.select(); // Copy the selected text document.execCommand("copy"); // Remove the input from the body document.body.removeChild(tempInput); // Update the text of the "copy-status" element document.getElementById("copy-status").textContent = "Copied!"; });