UNPKG

leumas-private-shared

Version:

Private React JSX Package For Leumas Shared Components, Headers, Footers, Asides, Login Pages, API Key Manager and much more. Styles and everything reusable to avoid DRY code across all of our subdomains

60 lines (58 loc) 2.19 kB
export const SiteHeaderLinks = { logo: { href: '/', src: 'https://res.cloudinary.com/dx25lltre/image/upload/v1707176122/Leumas/2_t6ap9y.svg', alt: 'Leumas BP' }, links: [ { name: 'Account', href: '/dashboard' }, { name: 'Tool', href: '/tool', dropdown: [ { name: 'Create New', href: '/use-tool' }, { name: 'My Creations', href: '/my-tools' }, { name: 'Learn More', href: '/quick' }, // More sublinks ] }, { name: 'Related', href: '/company', dropdown: [ { name: 'Quick Links', href: 'https://quicklinks.leumas.tech' }, { name: 'Leumas Store', href: 'https://store.leumas.tech' }, { name: 'Services', href: 'https://leumas.tech/services' }, // More sublinks ] }, { name: 'Leumas Tech', href: '/https://leumas.tech', dropdown: [ { name: 'Leumas Home', href: 'https://leumas.tech' }, { name: 'About Us', href: 'https://leumas.tech/about' }, { name: 'Contact Us', href: 'https://leumas.tech/contact' }, { name: 'Account Details', href: 'https://leumas.tech/customer-dashboard-2/' }, { name: 'Blog', href: 'https://blog.leumas.tech' }, { name: 'Leave Review', href: 'https://www.google.com/maps/place/Leumas+Tech/@41.912436,-87.8209471,17z/data=!3m1!4b1!4m6!3m5!1s0x880fcb4eb9ab6bf3:0x7bfb06a12ab10844!8m2!3d41.912436!4d-87.8209471!16s%2Fg%2F11vsrjnzv2?entry=ttu' }, // More sublinks ] }, { name: 'Socials', href: '', dropdown: [ { name: 'Facebook', href: 'https://www.facebook.com/leumastechnologies' }, { name: 'Github', href: 'https://github.com/Leumas-Tech' }, { name: 'Youtube', href: 'https://www.youtube.com/channel/UCVTuQGCqS1ucTPiomX-hLWQ' }, // More sublinks ] }, // More main links ], actions: [ { name: 'Login', href: '#', primary: false }, { name: 'Sign up', href: '#', primary: true } ] };