Files
sonr/pkg/nebula/marketing/page.templ
T
Prad NukalaandGitHub d8cb2cbbf6 feature/1126 implement pkl config (#1161)
- **refactor: move marketing pages to**
- **feat: add role select input**
2024-11-06 13:32:51 -05:00

22 lines
712 B
Templ

package marketing
import "github.com/onsonr/sonr/pkg/nebula/global/styles"
// ╭─────────────────────────────────────────────────────────╮
// │ Final Rendering │
// ╰─────────────────────────────────────────────────────────╯
// View renders the home page
templ View() {
@styles.LayoutNoBody("Sonr.ID", true) {
@Header()
@Hero()
@Highlights()
@Mission()
@Architecture()
@Lowlights()
@CallToAction()
@Footer()
}
}