feat(mobile): integrate QrTemplate8 Emerald & Gold Special with 8.jpeg background and live editing

This commit is contained in:
AyrisAI
2026-08-21 01:10:40 +03:00
parent b0645c0ac3
commit 102a9a744b
6 changed files with 387 additions and 0 deletions
+15
View File
@@ -104,5 +104,20 @@ export const QR_STAND_PRESETS: Record<string, QrStandPreset> = {
subText: "#c59b58",
dividerColor: "rgba(197, 155, 88, 0.3)",
},
"qr-8": {
key: "qr-8",
name: "Emerald & Gold Special (QR-8)",
categoryName: "Özel Kare Masa Kartı",
svgTemplateUrl: "/qr-8.svg",
aspectRatio: "1/1",
bgGradient: "radial-gradient(circle at 50% 50%, #0c4443 0%, #062423 100%)",
plaqueColor: "#f9f5eb",
borderAccent: "#d1a752",
accentText: "#d1a752",
headerText: "#ffffff",
subText: "#d1a752",
dividerColor: "rgba(209, 167, 82, 0.4)",
},
};