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:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user