feat(mobile): integrate QrTemplate5 with 5.png background image and dynamic texts

This commit is contained in:
AyrisAI
2026-08-21 00:52:26 +03:00
parent d2846ed628
commit b72846bd91
6 changed files with 361 additions and 0 deletions
+14
View File
@@ -76,4 +76,18 @@ export const QR_STAND_PRESETS: Record<string, QrStandPreset> = {
subText: "#71717a",
dividerColor: "rgba(197, 155, 75, 0.3)",
},
"qr-5": {
key: "qr-5",
name: "The Urban Fork (QR-5)",
categoryName: "Özel Masa Kartı",
svgTemplateUrl: "/qr-5.svg",
aspectRatio: "380/500",
bgGradient: "radial-gradient(circle at 50% 50%, #e0f2fe 0%, #bae6fd 100%)",
plaqueColor: "#003554",
borderAccent: "#003554",
accentText: "#003554",
headerText: "#003554",
subText: "#0284c7",
dividerColor: "rgba(0, 53, 84, 0.3)",
},
};