From fd32c96d86dd404b2a01326b24de86593b0d01a8 Mon Sep 17 00:00:00 2001 From: mrhid6 Date: Fri, 24 Jul 2026 11:50:11 +0100 Subject: [PATCH] feat: Updated site --- site/app/page.tsx | 2 +- site/app/pricing/page.tsx | 2 +- site/app/start/page.tsx | 4 ++-- site/components/Footer.tsx | 2 +- site/components/Nav.tsx | 4 ++-- site/components/OrgForm.tsx | 2 +- web/app/setup/page.tsx | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/site/app/page.tsx b/site/app/page.tsx index 73e0da0..36f806a 100644 --- a/site/app/page.tsx +++ b/site/app/page.tsx @@ -171,7 +171,7 @@ export default function OverviewPage() {

Create an organisation, install one agent, and watch a key land on a real box.

- Create organisation + Get started diff --git a/site/app/pricing/page.tsx b/site/app/pricing/page.tsx index ebd4516..720a807 100644 --- a/site/app/pricing/page.tsx +++ b/site/app/pricing/page.tsx @@ -49,7 +49,7 @@ export default function PricingPage() {
  • Community support
  • - Create organisation + Get started diff --git a/site/app/start/page.tsx b/site/app/start/page.tsx index eb2e8a5..8f3e2e0 100644 --- a/site/app/start/page.tsx +++ b/site/app/start/page.tsx @@ -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() {
    - Create organisation + Vantage Cloud

    Set up your organisation.

    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 diff --git a/site/components/Footer.tsx b/site/components/Footer.tsx index 5c4bc45..a8f31cf 100644 --- a/site/components/Footer.tsx +++ b/site/components/Footer.tsx @@ -11,7 +11,7 @@ export function Footer() { {link.label} ))} - Create organisation + Get started

    ); diff --git a/site/components/Nav.tsx b/site/components/Nav.tsx index 5964918..410b02a 100644 --- a/site/components/Nav.tsx +++ b/site/components/Nav.tsx @@ -50,7 +50,7 @@ export function Nav() { - Create organisation + Get started
    @@ -65,7 +65,7 @@ export function Nav() { ))} - Create organisation + Get started diff --git a/site/components/OrgForm.tsx b/site/components/OrgForm.tsx index 4110845..b03b47b 100644 --- a/site/components/OrgForm.tsx +++ b/site/components/OrgForm.tsx @@ -89,7 +89,7 @@ export function OrgForm() { {result.state === "error" && result.message && ( diff --git a/web/app/setup/page.tsx b/web/app/setup/page.tsx index eed1b3e..9503cfe 100644 --- a/web/app/setup/page.tsx +++ b/web/app/setup/page.tsx @@ -156,7 +156,7 @@ export default function SetupPage() { {message &&
    {message}
    }