bank landing: tighten shared-account wording

Shorten hero and withdraw chrome to the early simple voice:

  Install the wallet, then one QR withdraws GOA from a shared bank account
  — no registration.

Keep the live pool balance note short as well.
This commit is contained in:
Hernâni Marques 2026-07-10 20:39:00 +02:00
parent ae38882c7c
commit 65629ea57c
No known key found for this signature in database

View file

@ -632,12 +632,11 @@
<body data-shop-theme="bank">
<main>
<header class="hero">
<span class="badge">Exploration · GOA · shared account</span>
<span class="badge">Exploration · GOA</span>
<h1>GOA Exploration Bank</h1>
<p class="sub">
This bank now funds wallets from a <strong>single shared bank account</strong>
for everyone. Install the wallet, scan <strong>one QR</strong> — no personal
bank registration for the demo.
Install the wallet, then <strong>one QR</strong> withdraws GOA from a
<strong>shared bank account</strong> — no registration.
</p>
</header>
@ -712,30 +711,28 @@
<!-- ========== STEP 2: one-click community pool withdraw ========== -->
<section class="step-card step-money" id="withdraw" aria-labelledby="step2-title">
<h2 id="step2-title"><span class="step-num">2</span> Withdraw from shared account</h2>
<p class="step-tagline">One QR · shared community bank account · no registration</p>
<h2 id="step2-title"><span class="step-num">2</span> Withdraw GOA</h2>
<p class="step-tagline">One QR · shared account · no registration</p>
<div class="step-body">
<div class="qr-taler-wrap">
<div class="goa-pay-taler-qr" id="qr-withdraw-demo-wrap">
<div class="goa-pay-taler-qr__inner" id="qr-withdraw-demo"></div>
<img class="goa-pay-taler-qr__logo" id="qr-withdraw-demo-logo" alt="" />
</div>
<div class="qr-label">Shared account · scan or open in wallet</div>
<div class="qr-label">Scan or open in wallet</div>
</div>
<a class="cta teal" id="open-withdraw-demo" href="#">
Open shared withdraw
Open in wallet
</a>
<p class="meta" id="withdraw-demo-meta">Preparing shared-account withdraw…</p>
<p class="meta" id="withdraw-demo-meta">Preparing withdraw…</p>
<p class="meta" id="withdraw-demo-amount" hidden></p>
<button type="button" class="cta-sec" id="withdraw-demo-refresh" style="margin-top:0.5rem">
Get a fresh QR
</button>
<p class="balance-note" role="note">
<strong>Surprising balance?</strong>
Shared pool currently holds
<strong id="shared-balance"></strong>
— that is the communal demo account, not yours. You only receive the
small withdraw amount into your wallet.
Pool holds <strong id="shared-balance"></strong> (shared, not yours).
You only get the small withdraw amount.
</p>
</div>
</section>
@ -1007,7 +1004,7 @@
if (amtEl) {
if (amount) {
amtEl.hidden = false;
amtEl.textContent = "Amount: " + amount + " · from shared account";
amtEl.textContent = "Amount: " + amount + " · shared pool";
} else {
amtEl.hidden = true;
}