import React from 'react'; import Link from 'next/link'; import { Metadata } from 'next'; import { Button } from '@/components/ui/Button'; import SeoJsonLd from '@/components/SeoJsonLd'; import { organizationSchema } from '@/lib/schema'; import { CheckCircle2, Shield, Users, BarChart3, Globe, Lock } from 'lucide-react'; import { ObfuscatedMailto } from '@/components/ui/ObfuscatedMailto'; export const metadata: Metadata = { title: 'About QR Master | The Team & Mission Behind the Platform', description: 'QR Master is built for measurable campaigns and secure QR code operations. Learn about our mission, values, and why businesses trust us.', openGraph: { title: 'About QR Master | Dynamic QR Codes & Analytics', description: 'We help businesses create, manage, and track QR codes at scale. Transparent pricing, privacy-first, and built for reliability.', url: 'https://www.qrmaster.net/about', type: 'website', images: ['/og-image.png'], }, }; export default function AboutPage() { return ( <>
{/* Hero Section */}

QR codes should be flexible, measurable, and reliable.

QR Master helps teams create dynamic QR codes that can be updated after printing—so you can stop reprinting materials every time something changes. Whether you’re running a menu, an event, or a multi-channel campaign, QR Master turns QR codes into a tool you can manage and measure.

{/* Mission Statement */}
Our Mission

Create QR codes that work everywhere—and make campaigns measurable.

{/* What We Do */}

What we do

QR Master is a QR code platform built for real-world workflows: print, campaigns, and operations.

{/* Feature 1 */}

Dynamic QR Codes

Change the destination of a QR code after it’s already printed. Keep your printed materials valid—while you update your content anytime.

Learn about Dynamic QR →
{/* Feature 2 */}

Bulk QR Creation

Generate hundreds of QR codes at once by uploading a CSV/Excel file (up to 1,000 rows per upload). Ideal for packaging, retail labels, inventory, or multi-location marketing.

Explore Bulk Creation →
{/* Feature 3 */}

Advanced Analytics

Understand QR performance with scan analytics—so you can improve placements and campaigns based on real usage over time.

See Analytics Features →
{/* Who It's For / Not For */}
{/* Ideal For */}

Who QR Master is for

QR Master is built for people who rely on QR codes in the real world:

    {[ "Restaurants using QR codes for menus and table experiences", "Marketing teams & agencies running measurable print campaigns", "Event organizers handling tickets, check-ins, and engagement", "Retail & packaging workflows where scale and tracking matter" ].map((item, i) => (
  • {item}
  • ))}
{/* Not Ideal For */}

When QR Master may not be the best fit

If you require enterprise SSO, on-premise hosting, or deeply customized enterprise integrations, QR Master may not match those requirements today.

(We prefer being transparent so you can choose the right tool.)

{/* Trust & Transparency */}

Trust & Transparency

We know QR codes often sit at the intersection of marketing, security, and privacy. That’s why we prioritize clear product behavior and straightforward policies.

Security basics

QR Master runs over HTTPS/TLS as standard. We focus on protecting the redirect and management experience with secure access patterns and responsible data handling.

If you need formal security documentation (controls, subprocessors, incident process), we recommend publishing a dedicated Security page and linking it here.

Privacy & data handling

We aim for a privacy-conscious approach and provide a transparent Privacy Policy describing how data is handled and what tools/subprocessors are involved.

Read our Privacy Policy → Explore FAQs →
{/* Support & Contact */}
{/* Support */}

Support

We keep support simple and responsive.

Email:
Support hours: Monday–Friday, 9:00–17:00 CET
Languages: English (EN) and German (DE)

Reaching out with a production issue?

Please include:

  • The QR code type (static/dynamic)
  • Destination URL
  • Any relevant campaign context
{/* Contact Info */}

Contact

QR Master

1001 Blucher Street
Corpus Christi, Texas, USA

For general questions:

); }