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