Copy overhaul + qr designs

This commit is contained in:
2026-07-27 17:54:59 +02:00
parent 033bc7e29d
commit 70d97aa970
144 changed files with 23107 additions and 1699 deletions

View File

@@ -243,7 +243,7 @@ export const allUseCases: UseCaseLink[] = [
},
];
// Slugs that 301-redirect elsewhere (see next.config.mjs) must not be
// Slugs that 301-redirect elsewhere (see next.config.mjs) - must not be
// linked from nav, homepage, or sitemap.
const redirectedUseCaseSlugs = ['restaurant-menu-qr-codes'];
@@ -1052,7 +1052,7 @@ export const useCasePageContent: Record<string, UseCasePageContent> = {
{
title: 'Employee and event feedback',
description:
'Use break-room posters, badge inserts, or post-event handouts to collect internal or attendee feedback anonymously without email lists or logins.',
'Use break-room posters, badge inserts, or post-event handouts to collect internal or attendee feedback anonymously - without email lists or logins.',
},
],
checklistTitle: 'Feedback QR checklist',
@@ -1113,7 +1113,7 @@ export const useCasePageContent: Record<string, UseCasePageContent> = {
{
question: 'Should feedback be anonymous or personalized?',
answer:
'Anonymous forms get more honest responses and work well for employee or in-store feedback. Personalized flows (with an order or table number in the destination URL) let you follow up on specific experiences. The QR code itself works the same either way the difference is the form it points to.',
'Anonymous forms get more honest responses and work well for employee or in-store feedback. Personalized flows (with an order or table number in the destination URL) let you follow up on specific experiences. The QR code itself works the same either way - the difference is the form it points to.',
},
{
question: 'Can I use feedback QR codes for events?',
@@ -1123,7 +1123,7 @@ export const useCasePageContent: Record<string, UseCasePageContent> = {
{
question: 'Can I use QR codes for employee feedback?',
answer:
'Yes. Break rooms, notice boards, and shift handout sheets are common placements. An anonymous form behind the QR code lowers the barrier for honest internal feedback no login, no email trail.',
'Yes. Break rooms, notice boards, and shift handout sheets are common placements. An anonymous form behind the QR code lowers the barrier for honest internal feedback - no login, no email trail.',
},
],
heroImage: '/marketing/use-cases/feedback-qr-codes.png',