+1
-1
@@ -171,7 +171,7 @@ export default function OverviewPage() {
|
||||
<p style={{ color: "var(--ink-2)", marginTop: "0.4rem", fontSize: "0.94rem" }}>Create an organisation, install one agent, and watch a key land on a real box.</p>
|
||||
</div>
|
||||
<Link className="btn btn--solid" href="/start">
|
||||
Create organisation
|
||||
Get started
|
||||
</Link>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@@ -49,7 +49,7 @@ export default function PricingPage() {
|
||||
<li>Community support</li>
|
||||
</ul>
|
||||
<Link className="btn btn--line" href="/start">
|
||||
Create organisation
|
||||
Get started
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ import type { Metadata } from "next";
|
||||
import { OrgForm } from "@/components/OrgForm";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Create organisation",
|
||||
title: "Vantage Cloud",
|
||||
description: "An organisation owns its servers, keys, workflows, monitors and secrets. Free for three servers, hosted or self-hosted.",
|
||||
};
|
||||
|
||||
@@ -11,7 +11,7 @@ export default function StartPage() {
|
||||
<section className="rail band band--open">
|
||||
<div className="split">
|
||||
<div>
|
||||
<span className="tag">Create organisation</span>
|
||||
<span className="tag">Vantage Cloud</span>
|
||||
<h1 style={{ fontSize: "var(--s-3)", margin: "0.8rem 0 1rem", maxWidth: "15ch" }}>Set up your organisation.</h1>
|
||||
<p className="lede" style={{ fontSize: "var(--s-0)" }}>
|
||||
An organisation owns its servers, keys, workflows, monitors and secrets. Nothing inside it is visible to any other organisation. Confirm your email and it is created with you
|
||||
|
||||
@@ -11,7 +11,7 @@ export function Footer() {
|
||||
{link.label}
|
||||
</Link>
|
||||
))}
|
||||
<Link href="/start">Create organisation</Link>
|
||||
<Link href="/start">Get started</Link>
|
||||
</div>
|
||||
</footer>
|
||||
);
|
||||
|
||||
@@ -50,7 +50,7 @@ export function Nav() {
|
||||
</button>
|
||||
|
||||
<Link className="btn btn--solid btn--sm nav__cta" href="/start">
|
||||
Create organisation
|
||||
Get started
|
||||
</Link>
|
||||
</div>
|
||||
</header>
|
||||
@@ -65,7 +65,7 @@ export function Nav() {
|
||||
</Link>
|
||||
))}
|
||||
<Link className="btn btn--solid" href="/start">
|
||||
Create organisation
|
||||
Get started
|
||||
</Link>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
@@ -89,7 +89,7 @@ export function OrgForm() {
|
||||
</div>
|
||||
|
||||
<button className="btn btn--solid" type="submit" style={{ alignSelf: "flex-start" }} disabled={sending}>
|
||||
{sending ? "Sending…" : "Create organisation"}
|
||||
{sending ? "Sending…" : "Get started"}
|
||||
</button>
|
||||
|
||||
{result.state === "error" && result.message && (
|
||||
|
||||
@@ -156,7 +156,7 @@ export default function SetupPage() {
|
||||
{message && <div className="rounded-lg border border-danger/30 bg-danger/10 px-3 py-2 text-sm text-danger">{message}</div>}
|
||||
|
||||
<Button type="submit" variant="primary" loading={isPending} className="w-full justify-center">
|
||||
Create Organization
|
||||
Setup Instance
|
||||
</Button>
|
||||
</form>
|
||||
</Card>
|
||||
|
||||
Reference in New Issue
Block a user