import { Image, Sidebar, Droplet, FontColorsOutlined, Volume2, Moon } from 'components/Icons'
export default [
{
id: 'backgroundImage',
icon: ,
title: 'Background',
description: 'Change the background of the app',
},
{
id: 'overlay',
icon: ,
title: 'Overlay',
description: 'Description blah blah',
},
{
id: 'color',
icon: ,
title: 'Colors',
description: 'Texts, Buttons, Sliders ...etc',
},
{
id: 'text',
icon: ,
title: 'Text',
description: 'Sizes, Fonts',
},
{
id: 'sounds',
icon: ,
title: 'Sounds',
description: 'BlipBlopBLup',
},
{
id: 'darkmode',
icon: ,
title: 'Dark Mode',
description: 'Yeaah, no more daying',
}
]