feat(mobile): integrate QrTemplate5 with 5.png background image and dynamic texts
This commit is contained in:
@@ -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)",
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user