diff --git a/apps/mobile/assets/qr-1.svg b/apps/mobile/assets/qr-1.svg index 66b3277..b492c7d 100644 --- a/apps/mobile/assets/qr-1.svg +++ b/apps/mobile/assets/qr-1.svg @@ -1,89 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - QR KOD ALANI - - - - - - - - - MASA NO: 01 - - - - - The Urban Burger - - - - - Temassız Dijital QR Menü - - - - - MENÜYÜ GÖRMEK İÇİN OKUTUN - - - - - Kameranızı QR Koda Odaklayın - - - - - Ücretsiz Wi-Fi: UrbanBurger_Free - - - Bizi Takip Edin: @theurbanburger - - - \ No newline at end of file + \ No newline at end of file diff --git a/apps/web/public/qr-1.svg b/apps/web/public/qr-1.svg index 66b3277..b492c7d 100644 --- a/apps/web/public/qr-1.svg +++ b/apps/web/public/qr-1.svg @@ -1,89 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - QR KOD ALANI - - - - - - - - - MASA NO: 01 - - - - - The Urban Burger - - - - - Temassız Dijital QR Menü - - - - - MENÜYÜ GÖRMEK İÇİN OKUTUN - - - - - Kameranızı QR Koda Odaklayın - - - - - Ücretsiz Wi-Fi: UrbanBurger_Free - - - Bizi Takip Edin: @theurbanburger - - - \ No newline at end of file + \ No newline at end of file diff --git a/apps/web/src/components/QrStandGeneratorClient.tsx b/apps/web/src/components/QrStandGeneratorClient.tsx index f5537fe..1cdf3f3 100644 --- a/apps/web/src/components/QrStandGeneratorClient.tsx +++ b/apps/web/src/components/QrStandGeneratorClient.tsx @@ -208,17 +208,23 @@ export function QrStandGeneratorClient({ {activePreset.svgTemplateUrl ? (
- {/* SVG Template Vector Background Graphic */} + {/* Exact SVG Template Vector Background Graphic */} {activePreset.name} {/* Dynamic Restaurant Logo & Name Header Overlay */} -
+
{logoUrl ? ( {/* Dynamic QR Code Canvas Overlay */} -
+
= { "qr-4": { key: "qr-4", - name: "Gourmet Gold Luxury Stand", + name: "Gourmet Gold Luxury Stand (QR-4)", categoryName: "Özel Masa Kartı Şablonu", bgGradient: "radial-gradient(circle at 50% 50%, #451A03 0%, #1c0a02 100%)", plaqueBg: "linear-gradient(135deg, #000000 0%, #111111 100%)", @@ -37,25 +38,27 @@ export const QR_STAND_PRESETS: Record = { dividerColor: "rgba(212, 175, 55, 0.3)", categories: ["BAŞLANGIÇLAR", "ANA YEMEKLER", "TATLILAR", "İÇECEKLER"], svgTemplateUrl: "/qr-4.svg", + aspectRatio: "400/650", }, "qr-1": { key: "qr-1", - name: "The Urban Burger Stand", + name: "The Urban Burger Stand (QR-1)", categoryName: "Özel Masa Kartı Şablonu", - bgGradient: "radial-gradient(circle at 50% 50%, #064E3B 0%, #022c22 100%)", - plaqueBg: "linear-gradient(135deg, #141E19 0%, #0B120E 100%)", - plaqueColor: "#141E19", - borderAccent: "#F59E0B", - qrBg: "#ffffff", - qrColor: "#111111", - logoBorder: "#F59E0B", - logoBg: "rgba(20, 30, 25, 0.8)", - accentText: "#F59E0B", - headerText: "#FFFFFF", - subText: "#9CA3AF", - dividerColor: "rgba(245, 158, 11, 0.3)", - categories: ["BURGERS", "FRIES", "SHAKES", "BEVERAGES"], + bgGradient: "radial-gradient(circle at 50% 50%, #1c3e2b 0%, #0e2016 100%)", + plaqueBg: "linear-gradient(135deg, #a64d2a 0%, #8e3f20 100%)", + plaqueColor: "#a64d2a", + borderAccent: "rgba(255, 255, 255, 0.15)", + qrBg: "#f8f3eb", + qrColor: "#a64d2a", + logoBorder: "#f5be72", + logoBg: "rgba(166, 77, 42, 0.8)", + accentText: "#f5be72", + headerText: "#ffffff", + subText: "rgba(255, 255, 255, 0.9)", + dividerColor: "rgba(255, 255, 255, 0.25)", + categories: ["BURGERS", "FRIES", "SHAKES", "VEGAN OPTIONS"], svgTemplateUrl: "/qr-1.svg", + aspectRatio: "672/900", }, }; diff --git a/svg/qr-1.svg b/svg/qr-1.svg index 66b3277..b492c7d 100644 --- a/svg/qr-1.svg +++ b/svg/qr-1.svg @@ -1,89 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - QR KOD ALANI - - - - - - - - - MASA NO: 01 - - - - - The Urban Burger - - - - - Temassız Dijital QR Menü - - - - - MENÜYÜ GÖRMEK İÇİN OKUTUN - - - - - Kameranızı QR Koda Odaklayın - - - - - Ücretsiz Wi-Fi: UrbanBurger_Free - - - Bizi Takip Edin: @theurbanburger - - - \ No newline at end of file + \ No newline at end of file