From eb0b5d18862cee2e98904a5e329aae9a5032e91b Mon Sep 17 00:00:00 2001 From: AyrisAI Date: Thu, 20 Aug 2026 23:36:01 +0300 Subject: [PATCH] feat(qr-stands): add qr-2.svg preset from user code --- apps/mobile/assets/qr-2.svg | 88 +++++++++++++++++++++++++++++++ apps/web/public/qr-2.svg | 89 +++++++++++++++++++++++++++++++- packages/shared/src/qr-stands.ts | 21 ++++++++ svg/qr-2.svg | 88 +++++++++++++++++++++++++++++++ 4 files changed, 285 insertions(+), 1 deletion(-) create mode 100644 apps/mobile/assets/qr-2.svg create mode 100644 svg/qr-2.svg diff --git a/apps/mobile/assets/qr-2.svg b/apps/mobile/assets/qr-2.svg new file mode 100644 index 0000000..d397c3a --- /dev/null +++ b/apps/mobile/assets/qr-2.svg @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + QR KOD ALANI + + + + + + GOURMET BISTRO + TEMASSIZ DİJİTAL MENÜ + + + MENÜYÜ GÖRMEK İÇİN OKUTUN + Kameranız ile QR kodu taratın + + + + Masa No: 01 + + + Bistro_Guest + @gourmetbistro + + diff --git a/apps/web/public/qr-2.svg b/apps/web/public/qr-2.svg index ae1854c..d397c3a 100644 --- a/apps/web/public/qr-2.svg +++ b/apps/web/public/qr-2.svg @@ -1 +1,88 @@ - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + QR KOD ALANI + + + + + + GOURMET BISTRO + TEMASSIZ DİJİTAL MENÜ + + + MENÜYÜ GÖRMEK İÇİN OKUTUN + Kameranız ile QR kodu taratın + + + + Masa No: 01 + + + Bistro_Guest + @gourmetbistro + + diff --git a/packages/shared/src/qr-stands.ts b/packages/shared/src/qr-stands.ts index 5207c5c..32349a8 100644 --- a/packages/shared/src/qr-stands.ts +++ b/packages/shared/src/qr-stands.ts @@ -60,4 +60,25 @@ export const QR_STAND_PRESETS: Record = { svgTemplateUrl: "/qr-4.svg", aspectRatio: "400/650", }, + "qr-2": { + key: "qr-2", + name: "Gourmet Bistro Chef Crest (QR-2)", + categoryName: "Özel Masa Kartı Şablonu", + bgGradient: "radial-gradient(circle at 50% 50%, #1A1A1E 0%, #0C0C0E 100%)", + plaqueBg: "linear-gradient(135deg, #1A1A1E 0%, #121215 100%)", + plaqueColor: "#1A1A1E", + borderAccent: "#D4AF37", + qrBg: "#ffffff", + qrColor: "#111111", + logoBorder: "#D4AF37", + logoBg: "rgba(26, 26, 30, 0.8)", + accentText: "#D4AF37", + headerText: "#FFFFFF", + subText: "#8E8E93", + dividerColor: "rgba(212, 175, 55, 0.3)", + categories: ["BAŞLANGIÇLAR", "ANA YEMEKLER", "TATLILAR", "İÇECEKLER"], + svgTemplateUrl: "/qr-2.svg", + aspectRatio: "400/650", + }, }; + diff --git a/svg/qr-2.svg b/svg/qr-2.svg new file mode 100644 index 0000000..d397c3a --- /dev/null +++ b/svg/qr-2.svg @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + QR KOD ALANI + + + + + + GOURMET BISTRO + TEMASSIZ DİJİTAL MENÜ + + + MENÜYÜ GÖRMEK İÇİN OKUTUN + Kameranız ile QR kodu taratın + + + + Masa No: 01 + + + Bistro_Guest + @gourmetbistro + +