Title

Meet Team Fraport

Meet Team Fraport

Category

Recruiting Campaign

Recruiting Campaign

Client

Fraport

Fraport

Year

2023/24

2023/24

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

Vier für Texas

Vier für Texas

import type { ComponentType } from "react"



export function withoutFramerBadge(Component): ComponentType {

return (props) => {

return (

<>

<style>

{`

#__framer-badge-container { display: none !important; }

`}

</style>



<Component {...props} />

</>

)

}

}