Drop the ai.svg glyph (and its import/flex styling) from the "AI when you want it" section per founder review. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
27 lines
666 B
Text
27 lines
666 B
Text
---
|
|
import SectionBand from '../components/SectionBand.astro';
|
|
---
|
|
|
|
<SectionBand tone="soft" labelledby="ai-h3">
|
|
<div class="ai">
|
|
<h3 id="ai-h3">AI when you want it — opt-in, never a black box.</h3>
|
|
<p class="muted">
|
|
Everyone else leads with an “AI hardware engineer.” We lead with <em>you</em> and an open
|
|
tool you control. AI assistance is on the roadmap as an <strong>opt-in</strong> helper —
|
|
never the thing standing between you and your own board.
|
|
</p>
|
|
</div>
|
|
</SectionBand>
|
|
|
|
<style>
|
|
.ai {
|
|
max-width: 48rem;
|
|
}
|
|
.ai h3 {
|
|
margin: 0 0 0.4rem;
|
|
font-size: 1.25rem;
|
|
}
|
|
.ai p {
|
|
margin: 0;
|
|
}
|
|
</style>
|