Breast cancer awareness

We set out to raise awareness for Breast Cancer through a visual journey of strength, metamorphosis, and embodied resilience. Inspired by a heartfelt poem written by our team member Cecilia, we crafted delicate, symbolic visuals that bring her words to life. Each scene was designed to honour the courage of those affected by breast cancer while creating a gentle, transformative atmosphere that amplifies the poem’s message. Together, the imagery and poetry form a short but powerful tribute meant to inspire reflection, support, and hope.

media

Let’s bring your stories to life

Contact us
// Wait for the DOM to be ready document.addEventListener("DOMContentLoaded", function() { // Get the button element by its ID var button = document.getElementById('controlnetbutton-1'); // Check if the button element exists if(button) { // Add a click event listener to the button button.addEventListener('click', function() { // Trigger the click event of the button on the other page triggerButtonClickOnOtherPage(); }); } // Function to trigger the button click on the other page function triggerButtonClickOnOtherPage() { // You need to replace 'other-page-button-id' with the ID of the button on the other page var otherPageButton = document.getElementById('controlnetbutton'); // Check if the button on the other page exists if(otherPageButton) { // Trigger a click event on the button otherPageButton.click(); } else { console.error('Button on the other page not found!'); } } });