Skip to content
Draft
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/data-engine/rust/target/
2 changes: 2 additions & 0 deletions frontend/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -783,6 +783,7 @@
<a href="auth.html" class="menu-item">Registration <span class="arr">→</span></a>
<a href="auth.html#signin" class="menu-item">Sign In <span class="arr">→</span></a>
<a href="demo.html" class="menu-item">Book Demo <span class="arr">→</span></a>
<a href="privacy-policy.html" class="menu-item">Privacy Policy <span class="arr">→</span></a>
<div class="menu-divider"></div>
<div class="menu-section-label">Be Prexisian</div>
<a href="pricing.html" class="menu-item sub">Plans &amp; Pricing <span class="arr">→</span></a>
Expand Down Expand Up @@ -1020,6 +1021,7 @@ <h2 class="cta-h2 reveal">Join the<br/>Intelligence Network</h2>
<a href="pricing.html">Pricing</a>
<a href="careers.html">Careers</a>
<a href="demo.html">Book Demo</a>
<a href="privacy-policy.html">Privacy Policy</a>
</div>
<div class="footer-meta">
<div>© 2026 Prexus Systems</div>
Expand Down
Loading