remove section labels and choose your agent section
This commit is contained in:
-86
@@ -422,16 +422,6 @@
|
||||
padding: 80px 0;
|
||||
}
|
||||
|
||||
.section-label {
|
||||
display: inline-block;
|
||||
font-size: 11px;
|
||||
font-weight: 600;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.08em;
|
||||
color: var(--accent);
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.section-title {
|
||||
text-align: center;
|
||||
max-width: 640px;
|
||||
@@ -1476,7 +1466,6 @@
|
||||
═══════════════════════════════════════════════════════════════ -->
|
||||
<section id="how-it-works">
|
||||
<div class="container">
|
||||
<div class="section-label">Speed Run</div>
|
||||
<h2 class="section-title">From Zero to Agent in 5 Minutes</h2>
|
||||
<p class="section-sub">
|
||||
No DevOps, no servers to provision, no config files to write.
|
||||
@@ -1615,7 +1604,6 @@
|
||||
═══════════════════════════════════════════════════════════════ -->
|
||||
<section id="features">
|
||||
<div class="container">
|
||||
<div class="section-label">Features</div>
|
||||
<h2 class="section-title">Everything You Need to Run an AI Agent</h2>
|
||||
<p class="section-sub">
|
||||
Each agent runs on its own dedicated instance. Full control, zero sharing, complete isolation.
|
||||
@@ -1691,83 +1679,11 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- ═══════════════════════════════════════════════════════════════
|
||||
AGENT OPTIONS
|
||||
═══════════════════════════════════════════════════════════════ -->
|
||||
<section id="agents">
|
||||
<div class="container">
|
||||
<div class="section-label">Choose Your Agent</div>
|
||||
<h2 class="section-title">Two Powerful Agents, One Platform</h2>
|
||||
<p class="section-sub">
|
||||
Pick the agent framework that fits your workflow. Both run on dedicated instances with full access.
|
||||
</p>
|
||||
|
||||
<div class="agent-options">
|
||||
<div class="agent-card featured">
|
||||
<h3>Hermes Agent</h3>
|
||||
<p class="agent-tagline">By Nous Research</p>
|
||||
<p class="agent-desc">
|
||||
A modern, tool-calling agent CLI with persistent memory, skills, cron jobs, and multi-model support.
|
||||
Deploy Hermes and get a fully autonomous coding and research assistant.
|
||||
</p>
|
||||
<ul class="agent-features">
|
||||
<li>
|
||||
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>
|
||||
Tool-calling CLI with 40+ built-in tools
|
||||
</li>
|
||||
<li>
|
||||
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>
|
||||
Persistent memory & skill system
|
||||
</li>
|
||||
<li>
|
||||
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>
|
||||
Cron jobs, multi-agent delegation, browser control
|
||||
</li>
|
||||
<li>
|
||||
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>
|
||||
Multi-provider & multi-model support
|
||||
</li>
|
||||
</ul>
|
||||
<a href="https://app.derez.ai" class="btn btn-primary btn-block">Choose Hermes</a>
|
||||
</div>
|
||||
|
||||
<div class="agent-card">
|
||||
<h3>OpenClaw</h3>
|
||||
<p class="agent-tagline">Open Source Agent Framework</p>
|
||||
<p class="agent-desc">
|
||||
A versatile, open-source agent framework designed for flexibility and extensibility.
|
||||
Ideal for custom workflows and specialized automation tasks.
|
||||
</p>
|
||||
<ul class="agent-features">
|
||||
<li>
|
||||
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>
|
||||
Flexible open-source architecture
|
||||
</li>
|
||||
<li>
|
||||
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>
|
||||
Custom workflow automation
|
||||
</li>
|
||||
<li>
|
||||
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>
|
||||
Full SSH & root access
|
||||
</li>
|
||||
<li>
|
||||
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>
|
||||
Easy skill integration
|
||||
</li>
|
||||
</ul>
|
||||
<a href="https://app.derez.ai" class="btn btn-ghost btn-block">Choose OpenClaw</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- ═══════════════════════════════════════════════════════════════
|
||||
PRICING
|
||||
═══════════════════════════════════════════════════════════════ -->
|
||||
<section id="pricing">
|
||||
<div class="container">
|
||||
<div class="section-label">Pricing</div>
|
||||
<h2 class="section-title">Simple, Transparent Pricing</h2>
|
||||
<p class="section-sub">
|
||||
One price per agent instance. No hidden fees, no surprise charges.
|
||||
@@ -1829,7 +1745,6 @@
|
||||
═══════════════════════════════════════════════════════════════ -->
|
||||
<section id="faq">
|
||||
<div class="container">
|
||||
<div class="section-label">FAQ</div>
|
||||
<h2 class="section-title">Frequently Asked Questions</h2>
|
||||
|
||||
<div class="faq-list">
|
||||
@@ -1901,7 +1816,6 @@
|
||||
═══════════════════════════════════════════════════════════════ -->
|
||||
<section id="signup" class="signup-section">
|
||||
<div class="container">
|
||||
<div class="section-label">Hire Your Agent</div>
|
||||
<h2 class="section-title">Create Your AI Agent Now</h2>
|
||||
<p class="section-sub">
|
||||
Sign up, pick your agent, and get a dedicated instance with full access. Billed monthly.
|
||||
|
||||
Reference in New Issue
Block a user