From 39dedc76ff3de0082e7d4efaa7e2d14cd6d96469 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Hern=C3=A2ni=20Marques?=
Date: Fri, 10 Jul 2026 19:08:00 +0200
Subject: [PATCH] merchant landing: add GOA shop samples block
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Show exploration goods (stickers, coffee, caps, passes, โฆ) with GOA prices.
---
configs/merchant-landing/index.html | 85 +++++++++++++++++++++++++++++
1 file changed, 85 insertions(+)
diff --git a/configs/merchant-landing/index.html b/configs/merchant-landing/index.html
index e75d925..8af37f8 100644
--- a/configs/merchant-landing/index.html
+++ b/configs/merchant-landing/index.html
@@ -231,6 +231,39 @@
font-family: ui-monospace, Menlo, monospace; font-size: 0.86em;
background: rgba(0,0,0,0.35); padding: 0.1em 0.35em; border-radius: 4px; color: #e9d5ff;
}
+ .shop-box {
+ background: rgba(24, 18, 40, 0.65);
+ border: 1px solid rgba(167, 139, 250, 0.38);
+ border-radius: 16px;
+ padding: 1.15rem 1.1rem 1.25rem;
+ margin: 0 0 1.2rem;
+ }
+ .shop-box h2 {
+ margin: 0 0 0.25rem; font-size: 0.78rem; font-weight: 700;
+ letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); text-align: center;
+ }
+ .shop-box .shop-lead {
+ margin: 0 0 0.85rem; text-align: center; font-size: 0.9rem; color: var(--muted);
+ }
+ .shop-grid {
+ display: grid; grid-template-columns: 1fr 1fr; gap: 0.55rem;
+ }
+ @media (min-width: 420px) { .shop-grid { grid-template-columns: 1fr 1fr 1fr; } }
+ .shop-item {
+ background: rgba(0, 0, 0, 0.28);
+ border: 1px solid rgba(167, 139, 250, 0.28);
+ border-radius: 12px;
+ padding: 0.65rem 0.55rem 0.7rem;
+ text-align: center; min-width: 0;
+ }
+ .shop-item .emoji { display: block; font-size: 1.4rem; line-height: 1.2; margin-bottom: 0.25rem; }
+ .shop-item .name {
+ display: block; font-size: 0.8rem; font-weight: 700; color: #faf5ff; line-height: 1.25;
+ }
+ .shop-item .price {
+ display: block; margin-top: 0.25rem; font-size: 0.82rem; font-weight: 750;
+ color: #c4b5fd; font-variant-numeric: tabular-nums;
+ }
@@ -246,6 +279,58 @@
+
+
Merchant stats
From merchant DB ยท dual currency side by side