feat(public): add /about page in Home visual language

Three-movement About page (People/Process/Product) built from Home's
section primitives; registered in nav. Image slots and Khabran's bio
degrade gracefully until assets/copy land.
This commit is contained in:
daniel-c-harvey
2026-06-17 17:53:25 -04:00
parent 412b96ba16
commit 35ae775954
3 changed files with 963 additions and 0 deletions
+1
View File
@@ -36,6 +36,7 @@ public static class Pages
new() { Name = "Mixes", Route = "/mixes", Icon = Icons.Material.Filled.GraphicEq },
],
},
new() { Name = "About", Route = "/about", Icon = Icons.Material.Filled.Groups },
];
public static readonly List<PageRoute> AllPages =