diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 3e89cb9..00d3398 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -31,5 +31,9 @@ ], "deny": [], "ask": [] - } + }, + "enabledMcpjsonServers": [ + "firecrawl", + "apify" + ] } diff --git a/src/app/(main)/(marketing)/terms/page.tsx b/src/app/(main)/(marketing)/terms/page.tsx new file mode 100644 index 0000000..7d06443 --- /dev/null +++ b/src/app/(main)/(marketing)/terms/page.tsx @@ -0,0 +1,147 @@ +import React from 'react'; +import Link from 'next/link'; +import { ObfuscatedMailto } from '@/components/ui/ObfuscatedMailto'; + +export const metadata = { + title: 'Terms of Service | QR Master', + description: 'Read the QR Master Terms of Service to understand the rules, rights, and responsibilities that apply when you use our QR code platform.', + openGraph: { + title: 'Terms of Service | QR Master', + description: 'Read the QR Master Terms of Service to understand the rules, rights, and responsibilities that apply when you use our QR code platform.', + url: 'https://www.qrmaster.net/terms', + type: 'website', + images: ['/og-image.png'], + }, +}; + +export default function TermsPage() { + return ( +
Last updated: July 2026
+ ++ Welcome to QR Master ("we," "our," or "us"). By accessing or using our website and services, you agree to be + bound by these Terms of Service. If you do not agree to these terms, please do not use our services. +
++ QR Master provides a platform for creating and managing static and dynamic QR codes, including scan + analytics, customization tools, and bulk creation features. We may add, change, or remove features at any + time. +
++ QR Master offers FREE, PRO, and BUSINESS subscription plans. Paid subscriptions are billed through Stripe + and renew automatically until cancelled. You can manage or cancel your subscription at any time through + the customer billing portal in your account settings. +
++ Fees are non-refundable except where required by applicable law. Downgrading or cancelling a plan may + affect the availability of dynamic QR codes and other paid features. +
+You agree not to use QR Master to:
++ We reserve the right to disable QR codes or accounts that violate this policy. +
++ QR Master and its original content, features, and functionality are owned by us and are protected by + copyright, trademark, and other intellectual property laws. You retain all rights to the content and + destinations you associate with your own QR codes. +
++ We may suspend or terminate your access to QR Master at any time if you violate these terms or misuse our + services. You may stop using our services and delete your account at any time. +
++ Our services are provided "as is" and "as available" without warranties of any kind. We do not control + and are not responsible for the content that a QR code links to once you set its destination. To the + maximum extent permitted by law, QR Master shall not be liable for any indirect, incidental, or + consequential damages arising from your use of the services. +
++ We may update these Terms of Service from time to time. We will update the "Last updated" date above when + changes are made. Continued use of our services after changes take effect constitutes acceptance of the + revised terms. +
++ If you have questions about these Terms of Service, please contact us: +
+
+ Email:{' '}
+
Website: qrmaster.net
++ + Back to Home + +
+