Skip to content

Commit ce5d614

Browse files
paoloanznclaude
andcommitted
refactor: replace terminal block with hub-graph visual in dev tools section
Swaps the fake CLI terminal in the Developer Tools section for a hub-graph matching the Agent Solutions visual — code brackets icon center with platform icons (LinkedIn, X, n8n, Notion, ClickUp, AWS) connected by animated beams. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 441f8a6 commit ce5d614

2 files changed

Lines changed: 19 additions & 16 deletions

File tree

index.html

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -218,22 +218,24 @@ <h2 class="section-title" data-i18n="agents.title">Agents built for<br><em>busin
218218

219219
<div class="feature-split reveal" style="margin-top:120px">
220220
<div class="feature-visual">
221-
<div class="terminal">
222-
<div><span class="prompt">$</span> gladium-linkedin <span class="flag">--help</span></div>
223-
<div class="output">CLI for LinkedIn automation — search, enrich, outreach</div>
224-
<div class="output">&nbsp; search &nbsp;&nbsp;&nbsp;&nbsp; Find profiles by role, company, location</div>
225-
<div class="output">&nbsp; enrich &nbsp;&nbsp;&nbsp;&nbsp; Pull full contact data from a profile</div>
226-
<div class="output">&nbsp; outreach &nbsp;&nbsp; Send connection requests & messages</div>
227-
<div>&nbsp;</div>
228-
<div><span class="prompt">$</span> gladium-apollo enrich <span class="flag">--domain</span> acme.com</div>
229-
<div class="success">✓ 14 contacts found — exported to contacts.json</div>
230-
<div>&nbsp;</div>
231-
<div><span class="prompt">$</span> gladium-n8n trigger <span class="flag">--workflow</span> lead-pipeline <span class="flag">--input</span> contacts.json</div>
232-
<div class="output">→ Executing workflow "lead-pipeline"...</div>
233-
<div class="success">✓ 14 contacts processed → synced to CRM</div>
234-
<div>&nbsp;</div>
235-
<div><span class="prompt">$</span> gladium-x post <span class="flag">--thread</span> launch-update.md</div>
236-
<div class="success">✓ Thread posted (4 tweets) — https://x.com/...</div>
221+
<div class="hub-graph">
222+
<svg class="hub-lines" viewBox="0 0 400 400" fill="none">
223+
<line class="hub-beam" x1="200" y1="200" x2="200" y2="44"/>
224+
<line class="hub-beam" x1="200" y1="200" x2="335" y2="100"/>
225+
<line class="hub-beam" x1="200" y1="200" x2="335" y2="300"/>
226+
<line class="hub-beam" x1="200" y1="200" x2="200" y2="356"/>
227+
<line class="hub-beam" x1="200" y1="200" x2="65" y2="300"/>
228+
<line class="hub-beam" x1="200" y1="200" x2="65" y2="100"/>
229+
</svg>
230+
<div class="hub-center">
231+
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="16 18 22 12 16 6"/><polyline points="8 6 2 12 8 18"/></svg>
232+
</div>
233+
<div class="hub-node" style="top:0;left:50%;transform:translateX(-50%)"><img src="/icons/linkedin.svg" alt="LinkedIn"></div>
234+
<div class="hub-node" style="top:12%;right:4%"><img src="/icons/x.svg" alt="X"></div>
235+
<div class="hub-node" style="bottom:12%;right:4%"><img src="/icons/n8n.svg" alt="n8n"></div>
236+
<div class="hub-node" style="bottom:0;left:50%;transform:translateX(-50%)"><img src="/icons/notion.svg" alt="Notion"></div>
237+
<div class="hub-node" style="bottom:12%;left:4%"><img src="/icons/clickup.svg" alt="ClickUp"></div>
238+
<div class="hub-node" style="top:12%;left:4%"><img src="/icons/amazonaws.svg" alt="AWS"></div>
237239
</div>
238240
</div>
239241
<div>

public/icons/x.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)