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
-2
View File
@@ -15,6 +15,4 @@ type Hero struct {
SecondaryButton *Button `pkl:"secondaryButton"`
Image *Image `pkl:"image"`
Stats []*Stat `pkl:"stats"`
}