Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ go test -parallel 4 -count=1 ./tests/

Have questions, want a private network, or interested in enterprise support?

- **Email:** [founders@vulturelabs.com](mailto:founders@vulturelabs.com)
- **Email:** [founders@pilotprotocol.network](mailto:founders@pilotprotocol.network)
- **Slack:** [Join our community](https://join.slack.com/t/pilotporotocol/shared_invite/zt-3uakfp62r-72XLHnu0snAoU2Kv70BtgA)

---
Expand Down
4 changes: 2 additions & 2 deletions web/src/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,7 @@ <h2>FAQ</h2>
<h2>Contact Us</h2>
<p class="section-sub">Have questions or want to get in touch? We'd love to hear from you.</p>
<div style="display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:8px">
<a href="mailto:founders@vulturelabs.com" style="display:inline-flex;align-items:center;gap:8px;padding:10px 22px;border-radius:40px;background:var(--accent);color:#000;font-weight:600;font-size:0.88rem;text-decoration:none;transition:opacity 0.2s,box-shadow 0.2s" onmouseover="this.style.opacity='0.9';this.style.boxShadow='0 0 16px rgba(34,197,94,0.3)'" onmouseout="this.style.opacity='1';this.style.boxShadow='none'">
<a href="mailto:founders@pilotprotocol.network" style="display:inline-flex;align-items:center;gap:8px;padding:10px 22px;border-radius:40px;background:var(--accent);color:#000;font-weight:600;font-size:0.88rem;text-decoration:none;transition:opacity 0.2s,box-shadow 0.2s" onmouseover="this.style.opacity='0.9';this.style.boxShadow='0 0 16px rgba(34,197,94,0.3)'" onmouseout="this.style.opacity='1';this.style.boxShadow='none'">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"/><polyline points="22,6 12,13 2,6"/></svg>
Email Us
</a>
Expand Down Expand Up @@ -1207,7 +1207,7 @@ <h2>Pricing</h2>
<div class="pricing-amount">Custom</div>
<div class="pricing-sub">tailored to your org</div>
<div class="pricing-feat">RBAC, OIDC/SAML/LDAP identity, directory sync, audit export, blueprints, dedicated infrastructure.</div>
<a class="pricing-link" href="mailto:founders@vulturelabs.com">Contact us &rarr;</a>
<a class="pricing-link" href="mailto:founders@pilotprotocol.network">Contact us &rarr;</a>
</div>
</div>
<div class="console-cta">
Expand Down
2 changes: 1 addition & 1 deletion web/src/html/plans.html
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ <h3>Enterprise</h3>
<li><svg class="check" viewBox="0 0 24 24"><polyline points="20 6 9 17 4 12"/></svg>Consent-based invite flow (30-day TTL)</li>
<li><svg class="check" viewBox="0 0 24 24"><polyline points="20 6 9 17 4 12"/></svg>Dedicated infrastructure + priority support + SLA</li>
</ul>
<a class="tier-cta tier-cta-ghost" href="mailto:founders@vulturelabs.com">Contact Us</a>
<a class="tier-cta tier-cta-ghost" href="mailto:founders@pilotprotocol.network">Contact Us</a>
</div>

</div>
Expand Down
Loading