File size: 496 Bytes
a8b4b87
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
import {
  GovernancePanelsBase,
  makeDarkGoldTheme,
} from '@szl-holdings/szl-doctrine/panels';

const THEME = makeDarkGoldTheme({
  bg: '#0a0a0a',
  cardBg: '#0e0e0e',
  gold: '#c9b787',
});

export function ConduitGovernancePanels() {
  return (
    <GovernancePanelsBase
      slug="conduit"
      theme={THEME}
      headline="Amaru ouroboros — closure → category → confluence holds end-to-end"
      doctrineAnatomyHref="https://a11oy.szlholdings.com/doctrine/anatomy"
    />
  );
}