← back to SmokeShop
templates/template-b/config.json
49 lines
{
"name": "Smoke & Vape Depot — Clean",
"description": "Clean modern design with lighter palette. A/B test variant.",
"background": {
"type": "gradient",
"colors": ["#2d2d2d", "#1a1a1a"],
"direction": "vertical"
},
"border": {
"width": 32,
"color": "#ff6b35",
"innerColor": "#333333",
"style": "double",
"cornerRadius": 0
},
"text": {
"fontFamily": "DejaVu Sans",
"fontWeight": "bold",
"fontSize": 68,
"color": "#ffffff",
"shadowColor": "rgba(255, 107, 53, 0.4)",
"shadowBlur": 15,
"position": "center",
"maxWords": 4
},
"storeName": {
"text": "SMOKE & VAPE DEPOT",
"fontSize": 26,
"color": "#ff6b35",
"position": "bottom"
},
"address": {
"text": "6100 Reseda Blvd, Reseda CA",
"fontSize": 17,
"color": "#999999"
},
"ageDisclaimer": {
"text": "21+ ONLY",
"fontSize": 16,
"color": "#666666"
},
"accent": "#ff6b35",
"categoryColors": {
"community": "#00b894",
"product": "#ff6b35",
"promo": "#fdcb6e"
}
}