import React, { Suspense } from 'react'; import type { Metadata } from 'next'; import Link from 'next/link'; import SignupClientPage from './ClientPage'; export const metadata: Metadata = { title: { absolute: 'Create Free Account | QR Master' }, description: 'Sign up for QR Master to create free QR codes. Start with tracking, customization, and bulk generation features.', alternates: { canonical: 'https://www.qrmaster.net/signup', }, openGraph: { title: 'Create Free Account | QR Master', description: 'Sign up for QR Master to create free QR codes with tracking and customization.', url: 'https://www.qrmaster.net/signup', type: 'website', images: [{ url: 'https://www.qrmaster.net/og-image.png', width: 1200, height: 630, alt: 'QR Master Sign Up', }], }, twitter: { card: 'summary_large_image', title: 'Create Free Account | QR Master', description: 'Sign up for QR Master to create free QR codes with tracking and customization.', images: ['https://www.qrmaster.net/og-image.png'], }, }; export default function SignupPage() { return (
QR Master QR Master

Create Account

Start creating QR codes in seconds

← Back to Home
}>

By signing up, you agree to our{' '} Privacy Policy

); }