feat(mobile): integrate QrTemplate8 Emerald & Gold Special with 8.jpeg background and live editing
This commit is contained in:
@@ -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)",
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user