
Title
Category
Client
Year
Overview
Release campaign for ray executive by Brunner
Revealing the new design line by Brunner was a great honor for us. Together with Atelier 522, we conceptualized a visual language that captures the character of the new product line, creating an atmosphere that feels both elevated and classic. The film carries that same energy - crafted for leaders.
Credits
Agency
Director
DP
Producer
Gaffer
AC
Edit
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} />
</>
)
}
}


