style(mobile): render 1:1 pixel-perfect Urban Burger tabletop plaque layout
This commit is contained in:
@@ -4,6 +4,7 @@ export interface QrStandPreset {
|
||||
categoryName: string;
|
||||
bgGradient: string;
|
||||
plaqueBg: string;
|
||||
plaqueColor: string;
|
||||
borderAccent: string;
|
||||
qrBg: string;
|
||||
qrColor: string;
|
||||
@@ -23,6 +24,7 @@ export const QR_STAND_PRESETS: Record<string, QrStandPreset> = {
|
||||
categoryName: "Burger & Fast Casual",
|
||||
bgGradient: "radial-gradient(circle at 50% 50%, #1a3a29 0%, #0e2016 100%)",
|
||||
plaqueBg: "linear-gradient(135deg, #a64d2a 0%, #8e3f20 100%)",
|
||||
plaqueColor: "#a64d2a",
|
||||
borderAccent: "rgba(255, 255, 255, 0.15)",
|
||||
qrBg: "#f8f3eb",
|
||||
qrColor: "#a64d2a",
|
||||
@@ -40,6 +42,7 @@ export const QR_STAND_PRESETS: Record<string, QrStandPreset> = {
|
||||
categoryName: "Fine Dining & Steakhouse",
|
||||
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",
|
||||
@@ -57,6 +60,7 @@ export const QR_STAND_PRESETS: Record<string, QrStandPreset> = {
|
||||
categoryName: "Kafe, Fırın & Kahve",
|
||||
bgGradient: "radial-gradient(circle at 50% 50%, #e7e5e4 0%, #d6d3d1 100%)",
|
||||
plaqueBg: "linear-gradient(135deg, #ffffff 0%, #f5f5f4 100%)",
|
||||
plaqueColor: "#ffffff",
|
||||
borderAccent: "rgba(0, 0, 0, 0.08)",
|
||||
qrBg: "#18181b",
|
||||
qrColor: "#ffffff",
|
||||
@@ -74,6 +78,7 @@ export const QR_STAND_PRESETS: Record<string, QrStandPreset> = {
|
||||
categoryName: "Pizzeria & İtalyan",
|
||||
bgGradient: "radial-gradient(circle at 50% 50%, #3f1212 0%, #240a0a 100%)",
|
||||
plaqueBg: "linear-gradient(135deg, #8b1e1e 0%, #6e1616 100%)",
|
||||
plaqueColor: "#8b1e1e",
|
||||
borderAccent: "rgba(255, 235, 200, 0.2)",
|
||||
qrBg: "#fffbeb",
|
||||
qrColor: "#8b1e1e",
|
||||
@@ -91,6 +96,7 @@ export const QR_STAND_PRESETS: Record<string, QrStandPreset> = {
|
||||
categoryName: "Bar, Pub & Nightlife",
|
||||
bgGradient: "radial-gradient(circle at 50% 50%, #0f172a 0%, #020617 100%)",
|
||||
plaqueBg: "linear-gradient(135deg, #1e1b4b 0%, #0f172a 100%)",
|
||||
plaqueColor: "#1e1b4b",
|
||||
borderAccent: "rgba(99, 102, 241, 0.4)",
|
||||
qrBg: "#e0e7ff",
|
||||
qrColor: "#312e81",
|
||||
|
||||
Reference in New Issue
Block a user