Copy overhaul + qr designs
This commit is contained in:
@@ -14,7 +14,7 @@ function truncateAtWord(text: string, maxLength: number): string {
|
||||
}
|
||||
|
||||
export async function generateMetadata(): Promise<Metadata> {
|
||||
const title = truncateAtWord('QR Code FAQ – Common Questions Answered | QR Master', 60);
|
||||
const title = truncateAtWord('QR Code FAQ - Common Questions Answered | QR Master', 60);
|
||||
const description = truncateAtWord(
|
||||
'Quick answers to common QR code questions: Do QR codes expire? Static vs dynamic? Can they be scanned through laminate? Get clear answers.',
|
||||
160
|
||||
@@ -61,12 +61,12 @@ const faqs: FAQItemWithRichText[] = [
|
||||
{
|
||||
question: 'Do QR codes expire?',
|
||||
answer:
|
||||
'Static QR codes never expire — the destination is permanently encoded in the image and works indefinitely. Dynamic QR codes remain active as long as your subscription is active. QR Master keeps static QR codes functional forever, including on the free plan.',
|
||||
'Static QR codes never expire - the destination is permanently encoded in the image and works indefinitely. Dynamic QR codes remain active as long as your subscription is active. QR Master keeps static QR codes functional forever, including on the free plan.',
|
||||
},
|
||||
{
|
||||
question: 'Will QR codes become obsolete?',
|
||||
answer:
|
||||
'QR codes are unlikely to become obsolete in the near future. Adoption has accelerated since 2020 — Statista reports that QR code usage grew by over 750% between 2018 and 2023. Every major smartphone camera app now natively reads QR codes without a separate app, removing the main adoption barrier.',
|
||||
'QR codes are unlikely to become obsolete in the near future. Adoption has accelerated since 2020 - Statista reports that QR code usage grew by over 750% between 2018 and 2023. Every major smartphone camera app now natively reads QR codes without a separate app, removing the main adoption barrier.',
|
||||
},
|
||||
{
|
||||
question: 'Will QR codes replace barcodes?',
|
||||
@@ -81,7 +81,7 @@ const faqs: FAQItemWithRichText[] = [
|
||||
{
|
||||
question: 'Do QR codes work with a cracked phone screen?',
|
||||
answer:
|
||||
'Usually yes, as long as the camera can still capture the QR code image. Minor cracks often do not prevent scanning. A heavily cracked screen that distorts the camera view may cause scanning failures. The QR code itself is not affected — only the device reading it matters.',
|
||||
'Usually yes, as long as the camera can still capture the QR code image. Minor cracks often do not prevent scanning. A heavily cracked screen that distorts the camera view may cause scanning failures. The QR code itself is not affected - only the device reading it matters.',
|
||||
},
|
||||
{
|
||||
question: 'When were QR codes invented?',
|
||||
@@ -91,7 +91,7 @@ const faqs: FAQItemWithRichText[] = [
|
||||
{
|
||||
question: 'Can QR codes run out?',
|
||||
answer:
|
||||
'No — QR codes cannot run out. The QR code standard supports approximately 10^9 unique combinations for a typical URL, far more than could ever be used. Generating a new QR code does not "use up" anything from a shared pool. Each code is generated independently.',
|
||||
'No - QR codes cannot run out. The QR code standard supports approximately 10^9 unique combinations for a typical URL, far more than could ever be used. Generating a new QR code does not "use up" anything from a shared pool. Each code is generated independently.',
|
||||
},
|
||||
{
|
||||
question: 'What is a dynamic QR code?',
|
||||
@@ -155,7 +155,7 @@ const faqs: FAQItemWithRichText[] = [
|
||||
{
|
||||
question: 'How does bulk QR creation work today?',
|
||||
answer:
|
||||
'QR Master currently supports bulk QR creation through spreadsheet upload in the Business plan. The flow accepts CSV, XLS, and XLSX files, supports up to 1,000 rows per upload, and generates static QR codes.',
|
||||
'QR Master supports bulk QR creation through spreadsheet upload in the Business plan. The flow accepts CSV, XLS, and XLSX files and handles up to 1,000 rows per upload. You choose static or dynamic output per upload; dynamic is capped at 500 by the Business dynamic code allowance.',
|
||||
answerRich: (
|
||||
<>
|
||||
QR Master currently supports bulk QR creation through spreadsheet upload in the Business plan.
|
||||
|
||||
Reference in New Issue
Block a user