diff --git a/apps/mobile/assets/qr-1.svg b/apps/mobile/assets/qr-1.svg new file mode 100644 index 0000000..66b3277 --- /dev/null +++ b/apps/mobile/assets/qr-1.svg @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 diff --git a/apps/web/public/qr-1.svg b/apps/web/public/qr-1.svg new file mode 100644 index 0000000..66b3277 --- /dev/null +++ b/apps/web/public/qr-1.svg @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 diff --git a/apps/web/src/components/QrStandGeneratorClient.tsx b/apps/web/src/components/QrStandGeneratorClient.tsx index b98c108..f5537fe 100644 --- a/apps/web/src/components/QrStandGeneratorClient.tsx +++ b/apps/web/src/components/QrStandGeneratorClient.tsx @@ -227,7 +227,8 @@ export function QrStandGeneratorClient({ /> ) : null} {restaurantName} diff --git a/packages/shared/src/qr-stands.ts b/packages/shared/src/qr-stands.ts index 4faec18..91b4bae 100644 --- a/packages/shared/src/qr-stands.ts +++ b/packages/shared/src/qr-stands.ts @@ -38,4 +38,24 @@ export const QR_STAND_PRESETS: Record = { categories: ["BAŞLANGIÇLAR", "ANA YEMEKLER", "TATLILAR", "İÇECEKLER"], svgTemplateUrl: "/qr-4.svg", }, + "qr-1": { + key: "qr-1", + name: "The Urban Burger Stand", + 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"], + svgTemplateUrl: "/qr-1.svg", + }, }; + diff --git a/svg/qr-1.svg b/svg/qr-1.svg new file mode 100644 index 0000000..66b3277 --- /dev/null +++ b/svg/qr-1.svg @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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