fix: Fix false claims on landing: "cant go to zero" + "open source" (#269)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
d540e23ee1
commit
ede53a9dd3
2 changed files with 3 additions and 3 deletions
|
|
@ -23,7 +23,7 @@
|
|||
<div class="card">
|
||||
<div class="card-emoji">🛡️</div>
|
||||
<h3>Price Floor</h3>
|
||||
<p>Every $KRK is backed by real ETH locked in a trading vault. There's a minimum price built in — your tokens can't go to zero.</p>
|
||||
<p>Every $KRK has a minimum redemption price backed by real ETH in the protocol. No rug pulls — liquidity is locked in contracts.</p>
|
||||
</div>
|
||||
<div class="card">
|
||||
<div class="card-emoji">⚙️</div>
|
||||
|
|
@ -75,7 +75,7 @@
|
|||
</section>
|
||||
<section class="trust-section">
|
||||
<h2>Built in the Open</h2>
|
||||
<p>Deployed on Base. Open source. Verifiable on-chain.</p>
|
||||
<p>Deployed on Base. Verified on-chain. Contracts are immutable and auditable.</p>
|
||||
<div class="trust-links">
|
||||
<KButton outlined @click="router.push('/docs/code')">Source Code</KButton>
|
||||
<KButton outlined @click="router.push('/docs')">Documentation</KButton>
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@
|
|||
</section>
|
||||
<section class="trust-section">
|
||||
<h2>Built in the Open</h2>
|
||||
<p>Deployed on Base. Open source. Verifiable on-chain.</p>
|
||||
<p>Deployed on Base. Verified on-chain. Contracts are immutable and auditable.</p>
|
||||
<div class="trust-links">
|
||||
<KButton outlined @click="router.push('/docs/code')">Source Code</KButton>
|
||||
<KButton outlined @click="router.push('/docs')">Documentation</KButton>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue