diff --git a/apps/mobile/assets/qr-2.svg b/apps/mobile/assets/qr-2.svg
new file mode 100644
index 0000000..ae1854c
--- /dev/null
+++ b/apps/mobile/assets/qr-2.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/apps/web/public/qr-2.svg b/apps/web/public/qr-2.svg
new file mode 100644
index 0000000..ae1854c
--- /dev/null
+++ b/apps/web/public/qr-2.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 b567ca2..51ec36c 100644
--- a/packages/shared/src/qr-stands.ts
+++ b/packages/shared/src/qr-stands.ts
@@ -21,8 +21,8 @@ export interface QrStandPreset {
export const QR_STAND_PRESETS: Record = {
urban: {
key: "urban",
- name: "The Urban Burger QR Stand",
- categoryName: "Özel Masa Kartı Şablonu",
+ name: "The Urban Burger QR Stand 1",
+ categoryName: "Özel Masa Kartı Şablonu 1",
bgGradient: "radial-gradient(circle at 50% 50%, #1c3e2b 0%, #0e2016 100%)",
plaqueBg: "linear-gradient(135deg, #a64d2a 0%, #8e3f20 100%)",
plaqueColor: "#a64d2a",
@@ -38,4 +38,23 @@ export const QR_STAND_PRESETS: Record = {
categories: ["BURGERS", "FRIES", "SHAKES", "VEGAN OPTIONS"],
svgTemplateUrl: "/qr-1.svg",
},
+ "custom-svg-2": {
+ key: "custom-svg-2",
+ name: "Classic Bistro QR Stand 2",
+ categoryName: "Özel Masa Kartı Şablonu 2",
+ bgGradient: "radial-gradient(circle at 50% 50%, #18181b 0%, #09090b 100%)",
+ plaqueBg: "linear-gradient(135deg, #1c1917 0%, #0c0a09 100%)",
+ plaqueColor: "#1c1917",
+ borderAccent: "rgba(200, 169, 107, 0.4)",
+ qrBg: "#faf8f5",
+ qrColor: "#1c1917",
+ logoBorder: "#c8a96b",
+ logoBg: "rgba(28, 25, 23, 0.9)",
+ accentText: "#c8a96b",
+ headerText: "#ffffff",
+ subText: "#d6d3d1",
+ dividerColor: "rgba(200, 169, 107, 0.3)",
+ categories: ["BAŞLANGIÇLAR", "ANA YEMEKLER", "TATLILAR", "İÇECEKLER"],
+ svgTemplateUrl: "/qr-2.svg",
+ },
};
diff --git a/svg/qr-2.svg b/svg/qr-2.svg
new file mode 100644
index 0000000..ae1854c
--- /dev/null
+++ b/svg/qr-2.svg
@@ -0,0 +1 @@
+
\ No newline at end of file