feat: Updated marketing site
This commit is contained in:
@@ -29,10 +29,10 @@ export function AccountForm() {
|
||||
<div role="status">
|
||||
<h2 style={{ fontSize: "var(--s-1)" }}>Check your email.</h2>
|
||||
<p style={{ color: "var(--ink-2)", marginTop: "0.5rem" }}>
|
||||
We sent a confirmation link. Open it and your Vantage account is ready — then you can create your first instance from the portal. The link works once and expires in 24 hours.
|
||||
We've sent you a confirmation link. Open it and your account is ready to use. The link works once, and expires after 24 hours.
|
||||
</p>
|
||||
<p style={{ color: "var(--ink-3)", marginTop: "0.75rem", fontSize: "0.88rem" }}>
|
||||
Nothing exists until you confirm if the email does not arrive, start again or contact support@hostxtra.co.uk.
|
||||
Nothing is created until you confirm if the email doesn't arrive, start again or email support@hostxtra.co.uk.
|
||||
</p>
|
||||
</div>
|
||||
);
|
||||
|
||||
@@ -5,7 +5,7 @@ export function Footer() {
|
||||
return (
|
||||
<footer className="foot">
|
||||
<div className="rail foot__in">
|
||||
<p>Vantage self-hosted fleet control for people who own their servers.</p>
|
||||
<p>Vantage server management for people who own their servers.</p>
|
||||
{NAV_LINKS.map((link) => (
|
||||
<Link key={link.href} href={link.href}>
|
||||
{link.label}
|
||||
|
||||
Reference in New Issue
Block a user