package marketing import ( "github.com/onsonr/sonr/pkg/nebula/components/marketing/sections" "github.com/onsonr/sonr/pkg/nebula/global/styles" ) templ View() { @styles.LayoutNoBody("Sonr.ID", true) { @sections.Header() @sections.Hero(hero) @sections.Highlights(highlights) @sections.Mission() @sections.Architecture() @sections.Lowlights() @sections.CallToAction() @sections.Footer() } }