11 lines
835 B
Plaintext
11 lines
835 B
Plaintext
import AuthSplitLayout from "@wrnexus/ui/components/AuthSplitLayout.wrn"
|
|
|
|
page Signup {
|
|
seo { title = "Create account" }
|
|
view {
|
|
<AuthSplitLayout brand="Northstar CRM" eyebrow="Start in minutes" title="Build relationships, not spreadsheets." description="Create your secure sales workspace and begin with a complete customer view." features='[{"label":"Free local workspace","description":"Explore the complete CRM flow with SQLite."},{"label":"Flexible permissions","description":"Viewer, sales, manager, and admin roles."},{"label":"Your data stays yours","description":"Portable SQL data and explicit migrations."}]'>
|
|
<div data-slot="form"><SignUp redirect="/dashboard" signInHref="/login" showPhone="false" showUsername="false" requireConsent="false" class="border-0 shadow-none" /></div>
|
|
</AuthSplitLayout>
|
|
}
|
|
}
|