const { Reveal: RevealC, RevealText: RevealTextC, Marquee: MarqueeC, LiveClock: LiveClockC, SERVICES: SERVICES_C, PROCESS: PROCESS_C, JOURNAL: JOURNAL_C } = window; function DirectionC() { return (
{/* HERO */}

WE BUILD brave brands FOR PEOPLE WHO SAY NO.

Scroll to explore
{/* TICKER */}
{Array.from({length:8}).map((_, k) => ( HEMLOCK COFFEE PARALLAX MIRA LABS QUIET TYPE CO FIELDNOTES ORBIT FM ))}
{/* SERVICES */}
[ 01 ] Capabilities

A studio of five disciplines.

{SERVICES_C.map((s, i) => (
[ {s.num} ]
{s.name}
{s.desc}
{s.tags.map(t => {t})}
))}
{/* PROCESS */}
[ 02 ] Process

Four moves.
Nothing more.

{PROCESS_C.map((p, i) => (
Step {p.num}

{p.name}

{p.desc}

))}
{/* JOURNAL */}
[ 03 ] Journal

From the desk.

{JOURNAL_C.map((j, i) => (
{j.cat} {j.date}

{j.title}

Read · {j.read}
))}
{/* CTA */}
[ 04 ] Contact

LET'S BUILD something WORTH KEEPING.

We take on a handful of projects each year. If you think yours might be one of them, tell us what you're up against.

hello@naysay.agency
Naysay Agency 12 Albert Road, Woodstock
Cape Town 7925
Contact hello@naysay.agency
© 2026 Naysay Agency LLC Designed & built in Cape Town v2.6.0
); } window.DirectionC = DirectionC;