Title
Category
Client
Year
Overview
Live session music video for artist Julian Collet
The defining element of this live session was the location - enabling us to create a retro-futuristic set alongside a lighting design that captures an authentic club atmosphere.
Credits
Director
Lighting Design
AC
Producer
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} />
</>
)
}
}


