Email retention

This commit is contained in:
Timo Knuth
2026-04-02 11:37:58 +02:00
parent 1cff96a553
commit 7afd39c18c
18 changed files with 4110 additions and 2951 deletions

View File

@@ -1,5 +1,6 @@
import React from 'react';
import type { Metadata } from 'next';
import Link from 'next/link';
import TeamsGenerator from './TeamsGenerator';
import { Users, Shield, Zap, Video, MessageCircle, Download, Share2 } from 'lucide-react';
import { QRCodeSVG } from 'qrcode.react';
@@ -250,6 +251,18 @@ export default function TeamsQRCodePage() {
</div>
</section>
{/* DEEP DIVE BLOG LINK */}
<section className="py-10 px-4 sm:px-6 lg:px-8 bg-white border-t border-slate-100">
<div className="max-w-3xl mx-auto text-center">
<p className="text-slate-600 text-base">
Want a deeper guide?{' '}
<Link href="/blog/microsoft-teams-qr-code" className="text-[#6264A7] font-semibold underline hover:opacity-80 transition-opacity">
How to Create a Microsoft Teams QR Code for Instant Meeting Joins
</Link>
</p>
</div>
</section>
{/* RELATED TOOLS */}
<RelatedTools />