feat(qr-stands): add qr-2.svg preset from user code
This commit is contained in:
@@ -60,4 +60,25 @@ export const QR_STAND_PRESETS: Record<string, QrStandPreset> = {
|
||||
svgTemplateUrl: "/qr-4.svg",
|
||||
aspectRatio: "400/650",
|
||||
},
|
||||
"qr-2": {
|
||||
key: "qr-2",
|
||||
name: "Gourmet Bistro Chef Crest (QR-2)",
|
||||
categoryName: "Özel Masa Kartı Şablonu",
|
||||
bgGradient: "radial-gradient(circle at 50% 50%, #1A1A1E 0%, #0C0C0E 100%)",
|
||||
plaqueBg: "linear-gradient(135deg, #1A1A1E 0%, #121215 100%)",
|
||||
plaqueColor: "#1A1A1E",
|
||||
borderAccent: "#D4AF37",
|
||||
qrBg: "#ffffff",
|
||||
qrColor: "#111111",
|
||||
logoBorder: "#D4AF37",
|
||||
logoBg: "rgba(26, 26, 30, 0.8)",
|
||||
accentText: "#D4AF37",
|
||||
headerText: "#FFFFFF",
|
||||
subText: "#8E8E93",
|
||||
dividerColor: "rgba(212, 175, 55, 0.3)",
|
||||
categories: ["BAŞLANGIÇLAR", "ANA YEMEKLER", "TATLILAR", "İÇECEKLER"],
|
||||
svgTemplateUrl: "/qr-2.svg",
|
||||
aspectRatio: "400/650",
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user