feat: better wording

This commit is contained in:
Nik L
2026-04-13 13:31:12 -04:00
parent b2879e1a5e
commit f4fa328455
3 changed files with 8 additions and 8 deletions

View File

@@ -76,7 +76,7 @@ export function BetaSignup({
<div className={wrapperClassName}>
{mode === 'button' && (
<CTAButton onClick={() => setMode('input')} className={buttonClassName}>
Join closed beta
Talk to us
<span aria-hidden="true"></span>
</CTAButton>
)}
@@ -99,11 +99,11 @@ export function BetaSignup({
{mode === 'success' && (
<div className={successClassName}>
<Check className="h-4 w-4" />
You&apos;re on the list.
Thanks &mdash; we&apos;ll be in touch.
</div>
)}
{mode === 'error' && <p className={errorClassName}>{error}</p>}
<p className={helperTextClassName}>One note when access opens.</p>
<p className={helperTextClassName}>Running Greywall across multiple teams? We&apos;re building a managed governance layer.</p>
</div>
)
}

View File

@@ -16,7 +16,7 @@ export function Hero() {
<div className="flex flex-col items-center gap-3">
<div className="w-full text-center">
<h1 className="title-serif mx-auto w-full max-w-[980px] text-[40px] leading-[1.0] tracking-normal font-semibold md:text-[72px]">
Keep the agent inside clear, local boundaries.
Contain and observe AI agents without friction.
</h1>
</div>
@@ -46,8 +46,8 @@ export function Hero() {
</div>
<BetaSignup
subject="Greywall closed beta signup (hero)"
message="(hero CTA signup)"
subject="Greywall managed governance inquiry (hero)"
message="(hero governance CTA)"
inputClassName="w-56 rounded-md border border-border/40 bg-background/40 px-4 py-2.5 text-sm font-sans text-foreground placeholder:text-muted-foreground/60 transition-colors focus:border-primary/40 focus:outline-none sm:w-64"
submitClassName="px-4 py-2.5 font-sans text-sm font-medium md:text-sm"
helperTextClassName="text-xs text-muted-foreground/60 font-serif"

View File

@@ -53,8 +53,8 @@ export function Nav() {
<span className="hidden sm:inline">GitHub</span>
</a>
<CTAButton href="#waitlist" className="whitespace-nowrap">
<span className="hidden sm:inline">Join closed beta</span>
<span className="sm:hidden">Beta</span>
<span className="hidden sm:inline">Talk to us</span>
<span className="sm:hidden">Contact</span>
<span aria-hidden="true"></span>
</CTAButton>
</div>