Title

Signature Dish 069

Signature Dish 069

Category

Social Content

Social Content

Client

@frankfurtdubistsowunderbar

@frankfurtdubistsowunderbar

Year

2025

2025

Overview

Content series for Frankfurts culinary community

Often it’s the understated places that surprise the most. With Signature Dish 069, we showcase culinary highlights in Frankfurt - connecting local foodies with the spots they really need to know about.

Credits

Agency

esistfreitag

esistfreitag

Director / Editor

Timo Schlenstedt

Timo Schlenstedt

DP

Ole Schreiter

Ole Schreiter

import type { ComponentType } from "react"



export function withoutFramerBadge(Component): ComponentType {

return (props) => {

return (

<>

<style>

{`

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

`}

</style>



<Component {...props} />

</>

)

}

}