diff --git a/satgate-landing/app/components/HomeClient.tsx b/satgate-landing/app/components/HomeClient.tsx
index 042f6169..50fc6bcc 100644
--- a/satgate-landing/app/components/HomeClient.tsx
+++ b/satgate-landing/app/components/HomeClient.tsx
@@ -330,7 +330,7 @@ const LandingPage = () => {
Every protected route requires valid credentials (Macaroons). Capabilities, caveats,
- delegation, and revocation-built into the protocol, not bolted on.
+ delegation, and revocation are built into the protocol, not bolted on.
✓ Capabilities + Caveats
diff --git a/satgate-landing/app/page.tsx b/satgate-landing/app/page.tsx
index 2c79aba0..5ca0dfe3 100644
--- a/satgate-landing/app/page.tsx
+++ b/satgate-landing/app/page.tsx
@@ -4,7 +4,7 @@ import HomeClient from "./components/HomeClient";
export const metadata: Metadata = {
title: "SatGate — Agent Authority & Accountability Layer",
description:
- "SatGate governs agent authority before execution so humans, platforms, and upstream APIs can trust what agents access, spend, and prove.",
+ "SatGate stops agents from overspending and produces signed evidence your auditor can verify independently. Agent authority is governed before execution.",
alternates: {
canonical: "https://satgate.io",
},