2024-09-30 21:16:13 -04:00
|
|
|
// 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"`
|
|
|
|
|
}
|