feat: re-integrate all SVGs from svg ornekleri/ fresh, add qr-6

This commit is contained in:
AyrisAI
2026-08-20 23:59:45 +03:00
parent c7e4832441
commit 4236ddb5ee
4 changed files with 570 additions and 4 deletions
+15
View File
@@ -63,5 +63,20 @@ export const QR_STAND_PRESETS: Record<string, QrStandPreset> = {
subText: "#94A3B8",
dividerColor: "rgba(212, 175, 55, 0.3)",
},
"qr-6": {
key: "qr-6",
name: "Vintage Parşömen Stand (QR-6)",
categoryName: "Özel Masa Kartı",
svgTemplateUrl: "/qr-6.svg",
aspectRatio: "400/650",
bgGradient: "radial-gradient(circle at 50% 50%, #252C36 0%, #1A1F28 100%)",
plaqueColor: "#252C36",
borderAccent: "#D4AF37",
accentText: "#D4AF37",
headerText: "#1A1A1A",
subText: "#6B5A3E",
dividerColor: "rgba(212, 175, 55, 0.3)",
},
};