Add downloadable book PDF

This commit is contained in:
adilallo
2026-05-22 12:33:46 -06:00
parent 99f535f821
commit 23f528caec
5 changed files with 9 additions and 3 deletions
+5
View File
@@ -97,6 +97,11 @@ export function sectionNumberPath(n: 1 | 2 | 3): string {
return `assets/marketing/section-number-${n}.svg`;
}
/** Downloadable governance booklet PDF (About / Sections / Book). */
export function governanceBookletPath(): string {
return "assets/marketing/governance-booklet.pdf";
}
/** Home feature grid panel art in `public/assets/marketing/`. */
export type FeaturePanelKey = "support" | "exercises" | "guidance" | "tools";