feat: mockup page with template library and generator UI

This commit is contained in:
2026-06-22 12:27:35 +02:00
parent 921d9d6a77
commit 4811b73c69
3 changed files with 245 additions and 0 deletions
+1
View File
@@ -16,6 +16,7 @@ const NAV_ITEMS: NavItem[] = [
{ href: '/images', label: 'Images', icon: '🖼️' },
{ href: '/sync', label: 'Sync Sheets', icon: '🔄' },
{ href: '/creation', label: 'Création', icon: '✨' },
{ href: '/mockup', label: 'Mockups', icon: '🖼️' },
{ href: '/parametres', label: 'Paramètres', icon: '⚙️', adminOnly: true },
]