diff --git a/apps/mobile/assets/qr-3.svg b/apps/mobile/assets/qr-3.svg new file mode 100644 index 0000000..1318611 --- /dev/null +++ b/apps/mobile/assets/qr-3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/apps/web/public/qr-3.svg b/apps/web/public/qr-3.svg new file mode 100644 index 0000000..1318611 --- /dev/null +++ b/apps/web/public/qr-3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/packages/shared/src/qr-stands.ts b/packages/shared/src/qr-stands.ts index 51ec36c..313cab4 100644 --- a/packages/shared/src/qr-stands.ts +++ b/packages/shared/src/qr-stands.ts @@ -57,4 +57,24 @@ export const QR_STAND_PRESETS: Record = { 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", + }, }; + diff --git a/svg/qr-3.svg b/svg/qr-3.svg new file mode 100644 index 0000000..1318611 --- /dev/null +++ b/svg/qr-3.svg @@ -0,0 +1 @@ + \ No newline at end of file