mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-04 18:31:41 +00:00
feature/1126 implement pkl config (#1161)
- **refactor: move marketing pages to** - **feat: add role select input**
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
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()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user