Skip to content

Commit ee2d8ba

Browse files
author
Your Name
committed
Update Agent 0 section: match website theme and use slashed zero symbol
1 parent 9670dca commit ee2d8ba

1 file changed

Lines changed: 24 additions & 19 deletions

File tree

index.html

Lines changed: 24 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -858,31 +858,36 @@ <h3 style="font-size: 1.2rem; margin-bottom: 1rem; color: var(--text-primary);">
858858
</div>
859859
</section>
860860

861-
<!-- Agent Zero Announcement -->
862-
<section style="background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%); padding: 3rem 2rem; margin: 0 auto; max-width: 1200px;">
863-
<div style="max-width: 900px; margin: 0 auto; text-align: center;">
864-
<h2 style="color: #fff; font-size: 2rem; margin-bottom: 1rem; font-weight: 600;">
865-
🚀 Introducing Agent Zero
861+
<!-- Agent 0 Announcement -->
862+
<section style="padding: 4rem 2rem; max-width: 1200px; margin: 0 auto;">
863+
<div style="max-width: 900px; margin: 0 auto;">
864+
<h2 style="font-size: 2.5rem; margin-bottom: 1rem; color: var(--text-primary); display: flex; align-items: center; gap: 0.75rem; justify-content: center;">
865+
<span class="icon">
866+
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" style="width: 2rem; height: 2rem; display: inline-block; vertical-align: middle; color: var(--accent);">
867+
<path d="M13 2L3 14h9l-1 8 10-12h-9l1-8z"/>
868+
</svg>
869+
</span>
870+
Introducing Agent <span style="position: relative; display: inline-block; font-family: 'Courier New', monospace;">0<span style="position: absolute; top: 50%; left: 0; right: 0; height: 2px; background: var(--accent); transform: translateY(-50%) rotate(-45deg); pointer-events: none;"></span></span>
866871
</h2>
867-
<p style="color: #e0e7ff; font-size: 1.2rem; margin-bottom: 2rem; line-height: 1.6;">
868-
Your AI coding assistant just got smarter. Agent Zero is PersistenceAI's proprietary intelligent enhancement layer that learns from every session, continuously improving code quality, reducing errors, and speeding up your workflow.
872+
<p style="font-size: 1.1rem; color: var(--text-secondary); margin-bottom: 2rem; line-height: 1.8; text-align: center;">
873+
Your AI coding assistant just got smarter. Agent <span style="position: relative; display: inline-block; font-family: 'Courier New', monospace;">0<span style="position: absolute; top: 50%; left: 0; right: 0; height: 1.5px; background: var(--accent); transform: translateY(-50%) rotate(-45deg); pointer-events: none;"></span></span> is PersistenceAI's proprietary intelligent enhancement layer that learns from every session, continuously improving code quality, reducing errors, and speeding up your workflow.
869874
</p>
870-
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 1.5rem; margin: 2rem 0; max-width: 800px; margin-left: auto; margin-right: auto;">
871-
<div style="background: rgba(255,255,255,0.1); padding: 1.5rem; border-radius: 8px; backdrop-filter: blur(10px);">
872-
<div style="font-size: 2rem; margin-bottom: 0.5rem; font-weight: bold; color: #fff;">+30%</div>
873-
<div style="color: #cbd5e1; font-size: 0.9rem;">Code Quality</div>
875+
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin: 2rem 0;">
876+
<div class="feature-card" style="text-align: center; padding: 2rem;">
877+
<div style="font-size: 2.5rem; margin-bottom: 0.5rem; font-weight: bold; color: var(--accent);">+30%</div>
878+
<div style="color: var(--text-secondary); font-size: 1rem;">Code Quality</div>
874879
</div>
875-
<div style="background: rgba(255,255,255,0.1); padding: 1.5rem; border-radius: 8px; backdrop-filter: blur(10px);">
876-
<div style="font-size: 2rem; margin-bottom: 0.5rem; font-weight: bold; color: #fff;">-70%</div>
877-
<div style="color: #cbd5e1; font-size: 0.9rem;">Errors</div>
880+
<div class="feature-card" style="text-align: center; padding: 2rem;">
881+
<div style="font-size: 2.5rem; margin-bottom: 0.5rem; font-weight: bold; color: var(--accent);">-70%</div>
882+
<div style="color: var(--text-secondary); font-size: 1rem;">Errors</div>
878883
</div>
879-
<div style="background: rgba(255,255,255,0.1); padding: 1.5rem; border-radius: 8px; backdrop-filter: blur(10px);">
880-
<div style="font-size: 2rem; margin-bottom: 0.5rem; font-weight: bold; color: #fff;">+35%</div>
881-
<div style="color: #cbd5e1; font-size: 0.9rem;">Faster Tasks</div>
884+
<div class="feature-card" style="text-align: center; padding: 2rem;">
885+
<div style="font-size: 2.5rem; margin-bottom: 0.5rem; font-weight: bold; color: var(--accent);">+35%</div>
886+
<div style="color: var(--text-secondary); font-size: 1rem;">Faster Tasks</div>
882887
</div>
883888
</div>
884-
<p style="color: #cbd5e1; font-size: 0.95rem; margin-top: 1.5rem; margin-bottom: 0;">
885-
Pre-configured and enabled by default. No setup required. <a href="https://github.com/Persistence-AI" target="_blank" rel="noopener" style="color: #fff; text-decoration: underline; font-weight: 600;">Learn more on GitHub →</a>
889+
<p style="font-size: 1rem; color: var(--text-secondary); margin-top: 2rem; text-align: center;">
890+
Pre-configured and enabled by default. No setup required. <a href="https://github.com/Persistence-AI" target="_blank" rel="noopener" style="color: var(--accent); text-decoration: none; font-weight: 600;">Learn more on GitHub →</a>
886891
</p>
887892
</div>
888893
</section>

0 commit comments

Comments
 (0)