Title
Category
Client
Year
Overview
Cinematic film for LMG launch campaign
Laura-Marie Geissler is a race car driver. Especially as a woman in motorsport, securing sponsors and funding can be challenging. With LMG Racing, she established her dream through NFT funding. We had the opportunity to translate her message into a campaign film - emphasizing how she defines herself: pure, self-empowered, independent.
Credits
Director
Producer
DP
FPV Pilot
Sound Mix
Agency
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} />
</>
)
}
}





