Newsletter comming soon

This commit is contained in:
Timo Knuth
2025-12-18 15:54:53 +01:00
parent f1d1f4291b
commit 6aa3267f26
14 changed files with 1128 additions and 2 deletions

View File

@@ -145,8 +145,18 @@ export default function MarketingLayout({
</div>
<div className="border-t border-gray-800 mt-8 pt-8 text-center text-gray-400">
<div className="border-t border-gray-800 mt-8 pt-8 flex items-center justify-between text-gray-400">
<Link
href="/newsletter"
className="text-xs hover:text-white transition-colors flex items-center gap-1.5 opacity-50 hover:opacity-100"
>
<svg className="w-3 h-3" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z" />
</svg>
Admin
</Link>
<p>&copy; 2025 QR Master. All rights reserved.</p>
<div className="w-12"></div>
</div>
</div>
</footer>