feat: implement hero section using Pkl

This commit is contained in:
Prad Nukala
2024-09-30 21:16:13 -04:00
parent 3e9139bd58
commit 5f2e6c5dd4
14 changed files with 189 additions and 107 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ package models
type Image struct {
Src string `pkl:"src"`
Width int `pkl:"width"`
Width string `pkl:"width"`
Height int `pkl:"height"`
Height string `pkl:"height"`
}