feat: implement manageable homepage banner slider with support for businesses and custom slides
This commit is contained in:
@@ -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' },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user