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
+10
View File
@@ -0,0 +1,10 @@
// Code generated from Pkl module `models`. DO NOT EDIT.
package models
type Highlight struct {
Title string `pkl:"title"`
Description string `pkl:"description"`
Image *Image `pkl:"image"`
}