mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-03 09:51:39 +00:00
19 lines
358 B
Go
19 lines
358 B
Go
// Code generated from Pkl module `models`. DO NOT EDIT.
|
|
package models
|
|
|
|
type Home struct {
|
|
Hero *Hero `pkl:"hero"`
|
|
|
|
Highlights []*Highlight `pkl:"highlights"`
|
|
|
|
Features []*Features `pkl:"features"`
|
|
|
|
Bento *Bento `pkl:"bento"`
|
|
|
|
Lowlights []*Lowlights `pkl:"lowlights"`
|
|
|
|
CallToAction *CallToAction `pkl:"callToAction"`
|
|
|
|
Footer *Footer `pkl:"footer"`
|
|
}
|