seo + press V3

This commit is contained in:
2026-07-29 17:40:26 +02:00
parent 914e312a1b
commit 8f29efaf50
2 changed files with 22 additions and 4 deletions

View File

@@ -76,10 +76,14 @@ services:
# Email & Analytics # Email & Analytics
RESEND_API_KEY: ${RESEND_API_KEY:-} RESEND_API_KEY: ${RESEND_API_KEY:-}
SMTP_HOST: ${SMTP_HOST:-smtp.qrmaster.net} SMTP_HOST: ${SMTP_HOST:-smtp.qrmaster.net}
SMTP_PORT: ${SMTP_PORT:-465} SMTP_PORT: ${SMTP_PORT:-465}
SMTP_USER: ${SMTP_USER:-timo@qrmaster.net} SMTP_USER: ${SMTP_USER:-timo@qrmaster.net}
SMTP_PASS: ${SMTP_PASS:-} SMTP_PASS: ${SMTP_PASS:-}
NEXT_PUBLIC_POSTHOG_KEY: ${NEXT_PUBLIC_POSTHOG_KEY:-} NEWSLETTER_ADMIN_EMAIL: ${NEWSLETTER_ADMIN_EMAIL:-}
NEWSLETTER_ADMIN_PASSWORD: ${NEWSLETTER_ADMIN_PASSWORD:-}
NEWSLETTER_TEST_EMAIL: ${NEWSLETTER_TEST_EMAIL:-}
EMAIL_UNSUBSCRIBE_SECRET: ${EMAIL_UNSUBSCRIBE_SECRET:-}
NEXT_PUBLIC_POSTHOG_KEY: ${NEXT_PUBLIC_POSTHOG_KEY:-}
NEXT_PUBLIC_POSTHOG_HOST: ${NEXT_PUBLIC_POSTHOG_HOST:-https://us.i.posthog.com} NEXT_PUBLIC_POSTHOG_HOST: ${NEXT_PUBLIC_POSTHOG_HOST:-https://us.i.posthog.com}
# Cloudflare R2 Storage # Cloudflare R2 Storage
R2_ACCOUNT_ID: ${R2_ACCOUNT_ID:-} R2_ACCOUNT_ID: ${R2_ACCOUNT_ID:-}

View File

@@ -20,6 +20,20 @@ export const metadata: Metadata = {
export default function PressPage() { export default function PressPage() {
const pressReleases = [ const pressReleases = [
{
id: "dynamic-qr-campaigns-2026",
title: "QR Master Helps Businesses Keep Printed QR Campaigns Current With Dynamic Codes",
date: "July 29, 2026",
excerpt: "QR Master outlines an editable dynamic QR code workflow for printed campaigns, allowing businesses to update destinations after print, review scan context, and manage QR codes across menus, packaging, events, and customer touchpoints.",
bullets: [
"Keep the same printed QR image while updating its destination online",
"Review scan context by time, device type, and approximate location",
"Apply logo and brand colours to campaign-ready QR codes",
"Create and manage dynamic QR codes for individual or bulk projects"
],
link: "https://news.newswirebiz.com/@timoknh/qr-master-helps-businesses-keep-printed-qr-campaigns-current-with-dynamic-codes-hwla16zevhln",
source: "NewswireBIZ"
},
{ {
id: "printed-qr-destinations-2026", id: "printed-qr-destinations-2026",
title: "QR Master Helps Businesses Update Printed QR Destinations and Track Scans", title: "QR Master Helps Businesses Update Printed QR Destinations and Track Scans",