feat: add Categorized Home Page feature card (MPS-24)

Shoppers browse a tagged catalog by chip filter or sectioned lanes
instead of scrolling a flat list. Bulk tag editor keeps a large
catalog tidy. Fewer clicks, more sales.

Adds:
- index.html: "Categorized Home Page" mps-card in the "Everything a
  creator needs" grid
- pricing.html: "Categorized home page (tags, chips, lanes)" in the
  "Every shop includes" list
This commit is contained in:
russell@unturf.com 2026-05-15 08:48:51 -04:00
parent afa96dbd3f
commit c3abc2f92e
No known key found for this signature in database
2 changed files with 7 additions and 0 deletions

View file

@ -146,6 +146,12 @@ Open source & public domain — no moat, no castle, just infrastructure
<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> <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>
<div class="mps-card">
<span class="mps-card-icon">&#128451;</span>
<span class="mps-card-title">Categorized Home Page</span>
<span class="mps-card-desc">Tag your products and shoppers browse by topic instead of scrolling a flat list. Filter chips above the grid, or full sectioned lanes per category. Bulk tag editor keeps a large catalog tidy. Fewer clicks, more sales.</span>
</div>
<div class="mps-card"> <div class="mps-card">
<span class="mps-card-icon">&#128276;</span> <span class="mps-card-icon">&#128276;</span>
<span class="mps-card-title">In-app Notifications</span> <span class="mps-card-title">In-app Notifications</span>

View file

@ -140,6 +140,7 @@ Open source &amp; public domain &#8212; no moat, no castle, just infrastructure
<div class="calc-included-item"><span class="landing-check">&#x2714;</span> Digital &amp; physical products</div> <div class="calc-included-item"><span class="landing-check">&#x2714;</span> Digital &amp; physical products</div>
<div class="calc-included-item"><span class="landing-check">&#x2714;</span> Coupons, bundles &amp; gift cards</div> <div class="calc-included-item"><span class="landing-check">&#x2714;</span> Coupons, bundles &amp; gift cards</div>
<div class="calc-included-item"><span class="landing-check">&#x2714;</span> Auctions &amp; make-an-offer</div> <div class="calc-included-item"><span class="landing-check">&#x2714;</span> Auctions &amp; make-an-offer</div>
<div class="calc-included-item"><span class="landing-check">&#x2714;</span> Categorized home page (tags, chips, lanes)</div>
<div class="calc-included-item"><span class="landing-check">&#x2714;</span> In-app notifications inbox</div> <div class="calc-included-item"><span class="landing-check">&#x2714;</span> In-app notifications inbox</div>
<div class="calc-included-item"><span class="landing-check">&#x2714;</span> 21-day free trial</div> <div class="calc-included-item"><span class="landing-check">&#x2714;</span> 21-day free trial</div>
<div class="calc-included-item"><span class="landing-check">&#x2714;</span> Optional dev &amp; stage shops</div> <div class="calc-included-item"><span class="landing-check">&#x2714;</span> Optional dev &amp; stage shops</div>