vessels-source / web /src /components /GovernancePanels.tsx
betterwithage's picture
mirror github.com/szl-holdings/vessels@713c433d6805
ea270a7 verified
import {
GovernancePanelsBase,
makeDarkGoldTheme,
} from '@szl-holdings/szl-doctrine/panels';
const THEME = makeDarkGoldTheme({
bg: '#08090e',
cardBg: '#0d0e14',
gold: '#c9b787',
});
export function VesselsGovernancePanels() {
return (
<GovernancePanelsBase
slug="vessels"
theme={THEME}
headline="Maritime intelligence — every voyage span flushes a replay-stamped receipt"
doctrineAnatomyHref="https://a11oy.szlholdings.com/doctrine/anatomy"
/>
);
}