mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-05 02:41:41 +00:00
feat: implement hero section using Pkl
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
// Code generated from Pkl module `models`. DO NOT EDIT.
|
||||
package models
|
||||
|
||||
type Footer struct {
|
||||
Logo *Image `pkl:"logo"`
|
||||
|
||||
SocialLinks []*SocialLink `pkl:"socialLinks"`
|
||||
|
||||
CompanyLinks []*Link `pkl:"companyLinks"`
|
||||
|
||||
ResourcesLinks []*Link `pkl:"resourcesLinks"`
|
||||
}
|
||||
Reference in New Issue
Block a user