Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion satgate-landing/app/components/HomeClient.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ const LandingPage = () => {
</div>
<p className="text-gray-400 leading-relaxed mb-4">
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.
</p>
<div className="flex flex-wrap gap-4 text-sm text-gray-500">
<span>✓ Capabilities + Caveats</span>
Expand Down
2 changes: 1 addition & 1 deletion satgate-landing/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
Expand Down
Loading