Title
Category
Client
Year
Overview
Fraport Recruiting Campaign
For Fraport, we had the opportunity to develop a recruiting campaign that allowed us to follow six protagonists from different fields through their daily work and highlight what makes Fraport stand out as both an employer and a career destination.
Credits
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} />
</>
)
}
}


