This commit is contained in:
Timo Knuth
2026-01-25 18:44:53 +01:00
parent 9ae05d48a4
commit 702e2710de
8 changed files with 319 additions and 7 deletions

View File

@@ -4,8 +4,15 @@ import { ObfuscatedMailto } from '@/components/ui/ObfuscatedMailto';
import { Metadata } from 'next';
export const metadata: Metadata = {
title: 'Contact Us | QR Master',
description: 'Get in touch with QR Master support.',
title: 'Contact Us | QR Master Support & Inquiries',
description: 'Get in touch with QR Master support for technical help, billing questions, or partnership inquiries. We are here to help you scale your QR campaigns.',
openGraph: {
title: 'Contact QR Master | Support & Team',
description: 'Need help with your QR codes? Reach out to our support team for assistance with dynamic codes, analytics, and more.',
url: 'https://www.qrmaster.net/contact',
type: 'website',
images: ['/og-image.png'],
},
};
export default function ContactPage() {