feat(mobile): integrate QrTemplate9 Vintage Table Menu with 9.jpeg background and live editing

This commit is contained in:
AyrisAI
2026-08-21 01:19:04 +03:00
parent 102a9a744b
commit d00b45ce72
6 changed files with 528 additions and 1 deletions
+15
View File
@@ -118,6 +118,21 @@ export const QR_STAND_PRESETS: Record<string, QrStandPreset> = {
subText: "#d1a752",
dividerColor: "rgba(209, 167, 82, 0.4)",
},
"qr-9": {
key: "qr-9",
name: "Vintage Table Menu (QR-9)",
categoryName: "Özel Kare Masa Kartı",
svgTemplateUrl: "/qr-9.svg",
aspectRatio: "1/1",
bgGradient: "radial-gradient(circle at 50% 50%, #f8f6f0 0%, #e2ded5 100%)",
plaqueColor: "#ffffff",
borderAccent: "#d5cebe",
accentText: "#1e3246",
headerText: "#1e3246",
subText: "#a88b58",
dividerColor: "rgba(30, 50, 70, 0.2)",
},
};