Title
Category
Client
Year
Overview
Music video for Odd John
Nights is a project where we explored artistic abstraction to create a surreal atmosphere that reflects the lyrics.
Credits
Director
DP
1. AC
Best Boy
Electrician
Styling
Starring
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} />
</>
)
}
}





