feat: update home section with new features

This commit is contained in:
Prad Nukala
2024-10-02 20:37:18 -04:00
parent 42c5ab642e
commit 931ac2308d
5 changed files with 44 additions and 65 deletions
+1
View File
@@ -13,6 +13,7 @@ func init() {
pkl.RegisterMapping("models#Link", Link{})
pkl.RegisterMapping("models#SocialLink", SocialLink{})
pkl.RegisterMapping("models#Input", Input{})
pkl.RegisterMapping("models#Highlight", Highlight{})
pkl.RegisterMapping("models#Highlights", Highlights{})
pkl.RegisterMapping("models#Features", Features{})
pkl.RegisterMapping("models#Bento", Bento{})