feat: add bannières page to manage Shopify homepage slideshow

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-25 09:12:52 +02:00
parent d616f1d74c
commit 0a3f5042fc
5 changed files with 535 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@ const NAV_ITEMS: NavItem[] = [
{ href: '/sync', label: 'Sync Sheets', icon: '🔄' },
{ href: '/creation', label: 'Création', icon: '✨' },
{ href: '/mockup', label: 'Mockups', icon: '🖼️' },
{ href: '/bannieres', label: 'Bannières', icon: '🎨' },
{ href: '/parametres', label: 'Paramètres', icon: '⚙️', adminOnly: true },
]