feat: Updated site
Server Deploy / deploy (push) Successful in 2m23s

This commit is contained in:
2026-07-24 11:50:11 +01:00
parent b74cd10dfc
commit fd32c96d86
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -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>
+1 -1
View File
@@ -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 -2
View File
@@ -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
+1 -1
View File
@@ -11,7 +11,7 @@ export function Footer() {
{link.label}
</Link>
))}
<Link href="/start">Create organisation</Link>
<Link href="/start">Get started</Link>
</div>
</footer>
);
+2 -2
View File
@@ -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>
+1 -1
View File
@@ -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 && (