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.
{/* 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.
{/* CTA */}
Naysay Agency
12 Albert Road, Woodstock
Cape Town 7925
© 2026 Naysay Agency LLC
Designed & built in Cape Town
v2.6.0
);
}
window.DirectionC = DirectionC;