Skip to content
Merged
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
9 changes: 4 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,6 @@
<a href="#benefits">Benefits</a>
<a href="#opensource">Open Source</a>
<a href="#process">How It Works</a>
<a href="#preoder">Pre-order</a>
</div>
</nav>
</header>
Expand All @@ -875,11 +874,11 @@ <h1>Open Source Voice Agent Platform</h1>
</p>
<div class="cta-buttons">
<a
href="https://buy.stripe.com/eVqcN66z96tlcJo2TH63K00"
href="https://github.com/second-state/echokit_server/"
target="_blank"
class="cta-button"
>
Pre-order EchoKit Beta</a
EchoKit Server</a
>
<a
href="https://github.com/second-state/echokit_server"
Expand Down Expand Up @@ -1344,7 +1343,7 @@ <h3>Customize Your AI</h3>
</div>
</div>
</section>

<!--
<section id="preorder" class="preorder">
<div class="container">
<h2 class="preorder-title">Pre-order EchoKit Beta</h2>
Expand Down Expand Up @@ -1378,7 +1377,7 @@ <h2 class="preorder-title">Pre-order EchoKit Beta</h2>
</div>
</div>
</section>

-->
<footer
style="
padding: 40px 0;
Expand Down
Loading