Title
Category
Client
Year
Overview
A live studio session for the urban art orchestra featuring NI-KA
We had the chance to be right up close for the live session of the urban art orchestra with NI-KA - capturing her powerful vocals alongside the talent and synergy of the orchestra.
Credits
Composed by
Arranged by
Camera
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} />
</>
)
}
}


