This commit is contained in:
Timo Knuth
2026-01-25 15:43:38 +01:00
parent 30c1e57eab
commit 9040e50837
12 changed files with 46 additions and 7 deletions

View File

@@ -5,6 +5,13 @@ import { ObfuscatedMailto } from '@/components/ui/ObfuscatedMailto';
export const metadata = {
title: 'Privacy Policy | QR Master',
description: 'Read our Privacy Policy to understand how QR Master collects, uses, and protects your data. We are GDPR compliant and committed to user privacy and security.',
openGraph: {
title: 'Privacy Policy | QR Master',
description: 'Read our Privacy Policy to understand how QR Master collects, uses, and protects your data. We are GDPR compliant and committed to user privacy and security.',
url: 'https://www.qrmaster.net/privacy',
type: 'website',
images: ['/og-image.png'],
},
};
export default function PrivacyPage() {