Skip to content
Merged
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
9 changes: 4 additions & 5 deletions apps/marketing/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -133,15 +133,14 @@ Source (and the place to start if something breaks): https://github.com/UsefulSo
<h1
class="rise-1 text-[clamp(2.8rem,7.2vw,6rem)] font-semibold tracking-[-0.025em] leading-[1.02] text-ink mb-6 mx-auto max-w-[18ch] text-balance"
>
Executor connects any agent to <span class="serif-italic">everything</span>.
Connect any agent to <span class="serif-italic">everything</span>.
</h1>
<p
class="rise-2 mx-auto mb-12 max-w-[50ch] text-[clamp(1.05rem,2.4vw,1.3rem)] leading-[1.5] text-ink-2"
>
Executor is an integration platform and MCP gateway for AI agents.
It lets you securely connect services such as Google Workspace,
GitHub, and Slack, then read data and run the actions you request
through one endpoint.
Executor is an MCP gateway. Anything that speaks MCP, like Claude
Code, Cursor, or Codex, points at one endpoint and reaches every
tool you connect.
</p>
<div class="rise-3 max-w-[760px] mx-auto mb-12">
<div class="surface-card p-6 sm:p-7">
Expand Down
Loading