
Title
Category
Client
Year
Overview
AI product commercial for sun shade manufacturer
Together with Engel + Franky, we created an AI-powered product campaign for Warema that playfully showcases how the new configurator works - with visuals generated entirely by AI.
Credits
Agency
Creative Director
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} />
</>
)
}
}


