
Title
Category
Client
Year
Overview
Cinematic Trailer for Canyons team-launch
All Terrain Racing is the new interdisciplinary team at Canyon. These athletes are just as diverse as the terrain they conquer. It’s about textures, speed and tension. We present the four athletes along with their new design in a studio environment that you can sense.
Credits
Production Company
Directing DP
Gaffer
Setdesign
Edit
VFX
Producer
Art 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} />
</>
)
}
}





