Title
Category
Client
Year
Overview
Content series for debuting artists of the Alte Oper
The minutes before their first major performance at the Alte Oper are defined by focus, nerves, and anticipation. In our format Debut, we accompany young artists during the final rehearsal - up close and unfiltered - making visible what usually remains behind the scenes.
Credits
Directing DP
Gaffer
More Projects
import type { ComponentType } from "react"
export function withoutFramerBadge(Component): ComponentType {
return (props) => {
return (
<>
<style>
{`
#__framer-badge-container { display: none !important; }
`}
</style>
<Component {...props} />
</>
)
}
}


