feat(qr-stands): add custom-svg-3 preset with user provided SVG stand code

This commit is contained in:
AyrisAI
2026-08-20 19:03:18 +03:00
parent 8efb5a9ff6
commit 4ce6505a4d
4 changed files with 23 additions and 0 deletions
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 119 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 119 KiB

+20
View File
@@ -57,4 +57,24 @@ export const QR_STAND_PRESETS: Record<string, QrStandPreset> = {
categories: ["BAŞLANGIÇLAR", "ANA YEMEKLER", "TATLILAR", "İÇECEKLER"],
svgTemplateUrl: "/qr-2.svg",
},
"custom-svg-3": {
key: "custom-svg-3",
name: "Modern Gourmet QR Stand 3",
categoryName: "Özel Masa Kartı Şablonu 3",
bgGradient: "radial-gradient(circle at 50% 50%, #111827 0%, #030712 100%)",
plaqueBg: "linear-gradient(135deg, #1f2937 0%, #111827 100%)",
plaqueColor: "#1f2937",
borderAccent: "rgba(234, 179, 8, 0.4)",
qrBg: "#ffffff",
qrColor: "#111827",
logoBorder: "#eab308",
logoBg: "rgba(31, 41, 55, 0.9)",
accentText: "#eab308",
headerText: "#ffffff",
subText: "#9ca3af",
dividerColor: "rgba(234, 179, 8, 0.3)",
categories: ["ÇORBALAR", "MEZELER", "IZGARALAR", "KAHVE & TATLILAR"],
svgTemplateUrl: "/qr-3.svg",
},
};
+1
View File
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 119 KiB