feat: add marketing landing pages and tools for dynamic QR codes and analytics
This commit is contained in:
@@ -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'
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user