Skip to content

Commit 1085844

Browse files
authored
Marketing: lead the hero with the MCP-gateway positioning (#1089)
Add a hero subhead that says plainly what Executor is (an MCP gateway) and that anything speaking MCP connects to one endpoint and reaches every connected tool. The h1 alone left the mechanism ambiguous.
1 parent f9798ce commit 1085844

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

apps/marketing/src/pages/index.astro

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,18 @@ Source (and the place to start if something breaks): https://github.com/RhysSull
9999
<div class="relative z-10 px-6 sm:px-10 pt-24 pb-28 sm:pt-32 sm:pb-36">
100100
<div class="max-w-[920px] mx-auto text-center">
101101
<h1
102-
class="rise-1 text-[clamp(2.8rem,7.2vw,6rem)] font-semibold tracking-[-0.025em] leading-[1.02] text-ink mb-12 mx-auto max-w-[18ch] text-balance"
102+
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"
103103
>
104104
Connect any agent to <span class="serif-italic">everything</span>.
105105
</h1>
106-
<div class="rise-2 max-w-[760px] mx-auto mb-12">
106+
<p
107+
class="rise-2 mx-auto mb-12 max-w-[50ch] text-[clamp(1.05rem,2.4vw,1.3rem)] leading-[1.5] text-ink-2"
108+
>
109+
Executor is an MCP gateway. Anything that speaks MCP, like Claude
110+
Code, Cursor, or Codex, points at one endpoint and reaches every
111+
tool you connect.
112+
</p>
113+
<div class="rise-3 max-w-[760px] mx-auto mb-12">
107114
<div class="surface-card p-6 sm:p-7">
108115
<AnimatedBeamDemo client:load variant="stripe" />
109116
</div>

0 commit comments

Comments
 (0)