feat: re-integrate all SVGs from svg ornekleri/ fresh, add qr-6
This commit is contained in:
@@ -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)",
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user