This commit is contained in:
2026-01-21 08:19:53 +01:00
parent 99acb37c83
commit 373e19a515
12 changed files with 738 additions and 7 deletions

View File

@@ -22,7 +22,8 @@ import {
MapPin,
CreditCard,
Video,
Users
Users,
Barcode
} from 'lucide-react';
const TOOLS = [
@@ -177,6 +178,14 @@ const TOOLS = [
href: '/tools/teams-qr-code',
color: 'text-violet-500',
bg: 'bg-violet-50'
},
{
icon: Barcode,
name: 'Barcode',
description: 'Create standard barcodes',
href: '/tools/barcode-generator',
color: 'text-slate-900',
bg: 'bg-slate-100'
}
];