feat: add marketing landing pages and tools for dynamic QR codes and analytics

This commit is contained in:
Timo Knuth
2026-04-07 14:50:16 +02:00
parent 8408159a96
commit a6fd2ed61f
14 changed files with 1360 additions and 92 deletions

View File

@@ -23,7 +23,8 @@ import {
CreditCard,
Video,
Users,
Barcode
Barcode,
Star
} from 'lucide-react';
const TOOLS = [
@@ -186,6 +187,14 @@ const TOOLS = [
href: '/tools/barcode-generator',
color: 'text-slate-900',
bg: 'bg-slate-100'
},
{
icon: Star,
name: 'Google Review',
description: 'Get more Google reviews',
href: '/tools/google-review-qr-code',
color: 'text-yellow-500',
bg: 'bg-yellow-50'
}
];