v1.0 - launch: full nav on gallery, chat widget auto-open, comparison logos, checkout fixes

This commit is contained in:
Will Anderson
2026-05-01 18:13:06 -05:00
parent ff1f9577db
commit 00f2323c98
41 changed files with 4740 additions and 434 deletions
+4 -6
View File
@@ -33,7 +33,7 @@ fn efficiency() -> String {
<p class=\"efficiency-stat\">0 cloud tokens</p>
<p class=\"efficiency-title\">Local inference</p>
<div class=\"efficiency-rule\"></div>
<p class=\"efficiency-body\">Free tier runs entirely on-device via Ollama. No API calls, no inference cost, no carbon footprint from model compute. Full memory and context, zero cloud dependency.</p>
<p class=\"efficiency-body\">The design: run inference entirely on-device via Ollama. No API calls, no inference cost, no carbon footprint from model compute. Full memory and context, zero cloud dependency. This is coming.</p>
</div>
<div class=\"efficiency-card card-dark reveal\" style=\"transition-delay:150ms\">
@@ -43,7 +43,7 @@ fn efficiency() -> String {
<path d=\"M6 16V8l6-4 6 4\"/><path d=\"M6 16l6 4 6-4\"/><path d=\"M12 4v16\"/>
</svg>
</div>
<p class=\"efficiency-stat\">35% less spend</p>
<p class=\"efficiency-stat\">Use less</p>
<p class=\"efficiency-title\">Per-task routing</p>
<div class=\"efficiency-rule\"></div>
<p class=\"efficiency-body\">Simple tasks route to small, fast models. Complex reasoning escalates to frontier models only when necessary. And because every model has full access to your accumulated context, cheaper models punch well above their weight.</p>
@@ -57,12 +57,10 @@ fn efficiency() -> String {
<path d=\"M16 15l2 2 2-2\"/>
</svg>
</div>
<p class=\"efficiency-stat\">35% fewer tokens</p>
<p class=\"efficiency-stat\">Fewer tokens</p>
<p class=\"efficiency-title\">Same work done</p>
<div class=\"efficiency-rule\"></div>
<p class=\"efficiency-body\">Neuron delivers a 35% reduction in tokens across your AI interactions. Less computation. Lower cost. A smaller footprint. This isn&#39;t a setting you toggle &mdash; it&#39;s what persistent context does by default.</p>
<p class=\"efficiency-body\" style=\"margin-top:0.75rem\">Every time you open ChatGPT and explain who you are again, that&#39;s computation that didn&#39;t need to happen. With Neuron, that context tax doesn&#39;t accumulate. Over months of use, 35% fewer tokens compounds into a meaningful reduction in total compute &mdash; and a meaningful reduction in what you pay.</p>
<p class=\"efficiency-body\" style=\"margin-top:0.75rem;color:var(--t2)\">This isn&#39;t a green marketing claim. It&#39;s a consequence of the design. The same architecture that makes Neuron better for you also makes it lighter on the planet.</p>
<p class=\"efficiency-body\">Every time you open ChatGPT and explain who you are again, that&#39;s computation that didn&#39;t need to happen. Persistent context means shorter, more targeted prompts. The same outcome with less compute - and a smaller footprint on the planet.</p>
</div>
</div>