You've already forked zblade.dev
feat(index): simplify hero copy and normalize button text
- Tighten hero descriptions by removing verbose explanations - Convert buttons to sentence case with arrows - Fix smart quotes to regular apostrophes - Streamline CTA from "RUN AI LOCALLY. START HERE." to "Start with Local AI →
This commit is contained in:
@@ -30,17 +30,16 @@ const version = pkg.version ?? "";
|
||||
</div>
|
||||
<p class="hero-description">
|
||||
Your code stays on your machine. No API required.
|
||||
Switch to cloud when you need speed. , It’s not always cheaper in lean sessions — it’s designed to prevent context bloat when history grows.
|
||||
Switch to cloud when you need speed.
|
||||
</p>
|
||||
<p class="hero-description" style="margin-top: var(--space-sm);">
|
||||
Connect to local models via Ollama or any OpenAI-compatible endpoint. Your code, your AI, your hardware — fully private and offline capable.
|
||||
Run models locally via Ollama or connect to any OpenAI-compatible endpoint.
|
||||
</p>
|
||||
<div class="hero-actions">
|
||||
<a href="#download" class="action-primary">
|
||||
<span class="action-text">RUN AI LOCALLY. START HERE.</span>
|
||||
<span class="action-arrow">→</span>
|
||||
<span class="action-text">Start with Local AI →</span>
|
||||
</a>
|
||||
<a href="/blog/measuring-token-savings" class="action-secondary">SEE THE BENCHMARK</a>
|
||||
<a href="/blog/measuring-token-savings" class="action-secondary">See benchmark →</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -70,7 +69,7 @@ const version = pkg.version ?? "";
|
||||
<strong>Zaguán Blade was built because modern AI editors feel bloated, opaque and cloud-dependent.</strong>
|
||||
</p>
|
||||
<p style="font-size: 1.1rem; line-height: 1.6; margin-bottom: var(--space-md);">
|
||||
Blade separates the UI from the AI daemon, keeps resource usage low, and respects Git as the source of truth. It’s built for engineers who care about control and hate silent failures.
|
||||
Blade separates the UI from the AI daemon, keeps resource usage low, and respects Git as the source of truth. It's built for engineers who care about control and hate silent failures.
|
||||
</p>
|
||||
<p style="font-size: 1.1rem; line-height: 1.6; color: var(--color-text-muted);">
|
||||
Used daily to develop Zaguán Blade and zcoderd. Tested on real production projects.
|
||||
@@ -111,11 +110,11 @@ const version = pkg.version ?? "";
|
||||
<ul style="list-style: none; padding: 0; margin-top: var(--space-md); display: flex; flex-direction: column; gap: var(--space-sm);">
|
||||
<li style="padding-left: 1.5rem; position: relative;">
|
||||
<span style="position: absolute; left: 0; color: var(--color-primary);">→</span>
|
||||
If you want a VSCode clone, this isn’t it.
|
||||
If you want a VSCode clone, this isn't it.
|
||||
</li>
|
||||
<li style="padding-left: 1.5rem; position: relative;">
|
||||
<span style="position: absolute; left: 0; color: var(--color-primary);">→</span>
|
||||
If you need heavy UI plugins, this isn’t it.
|
||||
If you need heavy UI plugins, this isn't it.
|
||||
</li>
|
||||
<li style="padding-left: 1.5rem; position: relative; font-weight: bold; color: var(--color-text);">
|
||||
<span style="position: absolute; left: 0; color: var(--color-primary);">→</span>
|
||||
@@ -285,4 +284,4 @@ const version = pkg.version ?? "";
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
</BaseLayout>
|
||||
</BaseLayout>
|
||||
Reference in New Issue
Block a user