Title
Category
Client
Year
Overview
Music video for Louisa Laos
For Nothing At All by Louisa Laos, we created a music video centered around choreography and the interplay of movement and light - striking a balance between heartbreak and girl boss energy.
Credits
Director / Producer / Editor
DP / Editor
AC / Grading
Grip
Unit Manager
Gaffer
Best Boy
AC
Electrician
Set Design
Graffiti Artist
MUA
Choreographer
Behind the Scenes
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} />
</>
)
}
}


