feat: add stats section to homepage

This commit is contained in:
Prad Nukala
2024-09-30 21:16:27 -04:00
parent 5f2e6c5dd4
commit 36ad1448df
5 changed files with 26 additions and 4 deletions
+16
View File
@@ -0,0 +1,16 @@
// Code generated from Pkl module `models`. DO NOT EDIT.
package models
type Stats struct {
FirstValue string `pkl:"firstValue"`
FirstLabel string `pkl:"firstLabel"`
SecondValue string `pkl:"secondValue"`
SecondLabel string `pkl:"secondLabel"`
ThirdValue string `pkl:"thirdValue"`
ThirdLabel string `pkl:"thirdLabel"`
}