amaru-source / web /src /components /GovernancePanels.tsx
betterwithage's picture
mirror github.com/szl-holdings/amaru@779a0d7e4e69
a8b4b87 verified
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"
/>
);
}