feat: implement manageable homepage banner slider with support for businesses and custom slides

This commit is contained in:
2026-05-10 16:30:19 +02:00
parent 13b1730f6f
commit 87b13dce13
12 changed files with 868 additions and 51 deletions

View File

@@ -16,7 +16,8 @@ import {
Globe,
FileText,
Briefcase,
Tags
Tags,
Image as ImageIcon
} from 'lucide-react';
const menuItems = [
@@ -29,6 +30,7 @@ const menuItems = [
{ name: 'Tarifs & Plans', icon: CreditCard, href: '/plans' },
{ name: 'Taxonomies', icon: Tags, href: '/taxonomies' },
{ name: 'Pays', icon: Globe, href: '/countries' },
{ name: 'Bannière', icon: ImageIcon, href: '/slides' },
{ name: 'Documents Légaux', icon: FileText, href: '/legal' },
{ name: 'Configuration', icon: Settings, href: '/settings' },
];