Email retention
This commit is contained in:
@@ -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 />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user