First commit of landing page feature

This commit is contained in:
2025-11-20 23:39:55 -06:00
parent 4cb433d76b
commit e8f99d2dd9
18 changed files with 798 additions and 176 deletions

View File

@@ -0,0 +1,4 @@
export interface Stat {
value: string;
label: string;
}