const quickLinks = [ { label: 'Video Tutorials', icon: '🎬', link: 'https://www.youtube.com/@WebAppick', }, { label: 'Disco Blogs', icon: '📰', link: 'https://discoplugin.com/blog/', }, { label: 'Request a Feature', icon: '💡', link: 'https://discoplugin.com/my-account/suggest-feature/', }, { label: 'Report a Bug', icon: '🐛', link: 'https://discoplugin.com/my-account/support/', }, { label: 'Rate Disco on WP.org', icon: '⭐', link: 'https://wordpress.org/support/plugin/disco/reviews/#new-post', }, { label: 'Changelog', icon: '🔄', link: 'https://discoplugin.com/changelog-and-release-notes/', }, ]; export default quickLinks;