feat(portal): surface new offer/auction polish + in-app notifications
- index.html "Everything a creator needs" — Auctions & Make-an-Offer card description expanded to mention live countdowns, configurable pay windows, and full email + in-app notification at every state. - index.html — new "In-app Notifications" feature card between auctions and multi-tenant: badge near profile, breadcrumb backlinks, permanent audit log, read rows stay searchable. - pricing.html "What's included" list — adds "In-app notifications inbox" alongside the existing auctions / make-an-offer line.
This commit is contained in:
parent
b88c1d8d0f
commit
afa96dbd3f
2 changed files with 8 additions and 1 deletions
|
|
@ -143,7 +143,13 @@ Open source & public domain — no moat, no castle, just infrastructure
|
|||
<div class="mps-card">
|
||||
<span class="mps-card-icon">💰</span>
|
||||
<span class="mps-card-title">Auctions & Make-an-Offer</span>
|
||||
<span class="mps-card-desc">Run eBay-style auctions with reserve, soft-close, and proxy bidding. Or accept offers and negotiate. Auto-accept high offers, auto-decline lowballs. All commission-free, paid through your existing checkout.</span>
|
||||
<span class="mps-card-desc">Run eBay-style auctions with reserve, soft-close, and proxy bidding. Or accept offers and negotiate. Auto-accept high offers, auto-decline lowballs. Live countdowns, configurable pay windows, full email + in-app notification at every state. All commission-free, paid through your existing checkout.</span>
|
||||
</div>
|
||||
|
||||
<div class="mps-card">
|
||||
<span class="mps-card-icon">🔔</span>
|
||||
<span class="mps-card-title">In-app Notifications</span>
|
||||
<span class="mps-card-desc">Every transactional email also drops an in-app row with breadcrumb backlinks. Badge near the profile name; permanent audit log at /u/notifications. Read rows stay searchable, just less prominent.</span>
|
||||
</div>
|
||||
|
||||
<div class="mps-card">
|
||||
|
|
|
|||
|
|
@ -140,6 +140,7 @@ Open source & public domain — no moat, no castle, just infrastructure
|
|||
<div class="calc-included-item"><span class="landing-check">✔</span> Digital & physical products</div>
|
||||
<div class="calc-included-item"><span class="landing-check">✔</span> Coupons, bundles & gift cards</div>
|
||||
<div class="calc-included-item"><span class="landing-check">✔</span> Auctions & make-an-offer</div>
|
||||
<div class="calc-included-item"><span class="landing-check">✔</span> In-app notifications inbox</div>
|
||||
<div class="calc-included-item"><span class="landing-check">✔</span> 21-day free trial</div>
|
||||
<div class="calc-included-item"><span class="landing-check">✔</span> Optional dev & stage shops</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue