Title

Moments that matter

Moments that matter

Category

Spec Commercial

Spec Commercial

Client

None

None

Year

2024

2024

Overview

A Sony spec project produced by 80 White

We visualize a desire everyone knows: returning to a memory. We place special emphasis on closeness and authenticity. We don’t just portray a situation, but a feeling - taking the audience into the memories of our protagonists.

Credits

Production

80 White

80 White

import type { ComponentType } from "react"



export function withoutFramerBadge(Component): ComponentType {

return (props) => {

return (

<>

<style>

{`

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

`}

</style>



<Component {...props} />

</>

)

}

}