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
11 changes: 10 additions & 1 deletion src/components/pages/homepage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,15 @@ export function PageHomepage() {
</Button>
</>
)}
{/* Third CTA in both states: connecting an agent is a first-class
entry point, not a developer footnote, and it is the one thing
you can set up before owning a wallet. */}
<Button size="lg" variant="outline" asChild>
<Link href="#connect-mcp">
<Plug className="mr-2 h-4 w-4" />
Connect via MCP
</Link>
</Button>
</div>

<p className="mt-6 text-sm text-muted-foreground">
Expand Down Expand Up @@ -323,7 +332,7 @@ export function PageHomepage() {
<Button asChild size="lg">
<Link href="#connect-mcp">
<Plug className="mr-2 h-4 w-4" />
Setup guide
MCP setup guide
</Link>
</Button>
<Button asChild size="lg" variant="outline">
Expand Down
Loading