Add marketplace section, OAuth checkout, social icons, 35% efficiency claim, preorder CTAs, enterprise Q1 2027, founding member limits, paragraph spacing in demo chat, no em dashes
This commit is contained in:
+8
-5
@@ -61,7 +61,7 @@ fn pricing(sold: Int, total: Int) -> String {
|
||||
</ul>
|
||||
<div style=\"flex:1\"></div>
|
||||
<div class=\"pricing-cta pricing-cta-ghost\">
|
||||
<a href=\"https://github.com/neuron-technologies/neuron\">Download free →</a>
|
||||
<button class=\"pricing-cta-ghost\" data-checkout=\"free\">Preorder free tier →</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -83,7 +83,7 @@ fn pricing(sold: Int, total: Int) -> String {
|
||||
</ul>
|
||||
<div style=\"flex:1\"></div>
|
||||
<div class=\"pricing-cta pricing-cta-navy\">
|
||||
<button class=\"pricing-cta-navy\" data-checkout=\"professional\">Get Started →</button>
|
||||
<button class=\"pricing-cta-navy\" data-checkout=\"professional\">Preorder →</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -110,7 +110,7 @@ fn pricing(sold: Int, total: Int) -> String {
|
||||
|
||||
<div style=\"flex:1\"></div>
|
||||
<div class=\"pricing-cta pricing-cta-solid\">
|
||||
<button class=\"pricing-cta-solid\" data-checkout=\"founding\">Claim your spot →</button>
|
||||
<button class=\"pricing-cta-solid\" data-checkout=\"founding\">Preorder — claim your spot →</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -125,11 +125,14 @@ fn pricing(sold: Int, total: Int) -> String {
|
||||
</div>
|
||||
<div class=\"founding-banner-bar\"><div class=\"founding-banner-fill\" style=\"width:" + pct_str + "%\"></div></div>
|
||||
</div>
|
||||
<button class=\"btn-primary\" data-checkout=\"founding\" style=\"white-space:nowrap\">Claim spot →</button>
|
||||
<button class=\"btn-primary\" data-checkout=\"founding\" style=\"white-space:nowrap\">Preorder →</button>
|
||||
</div>
|
||||
|
||||
<p class=\"pricing-fine reveal\" style=\"margin-top:2.5rem\">
|
||||
Neuron inference on all plans · Bring your own keys if you want · Your data stays yours · Same support for every user
|
||||
Bring your own API keys · Local inference via Ollama · Neuron Inference coming soon · Your data stays yours
|
||||
</p>
|
||||
<p class=\"pricing-fine reveal\" style=\"margin-top:1rem;font-size:0.8rem\">
|
||||
Includes 2 devices per plan · Additional devices available at a small extra cost · We're not greedy
|
||||
</p>
|
||||
|
||||
<div class=\"reveal\" style=\"margin-top:3rem;padding:1.5rem 2rem;border:1px solid rgba(0,82,160,.18);border-radius:8px;background:rgba(0,82,160,.03);\">
|
||||
|
||||
Reference in New Issue
Block a user