import { INavigation } from '@/components/layout/navigation.types'; import statsIcon from '@/assets/img/static-icons/header/stats.svg?url'; import inboundAppointmentSettingIcon from '@/assets/img/static-icons/header/inbound-appointment-setting.svg?url'; import searchIcon from '@/assets/img/static-icons/header/search.svg?url'; import influencerIcon from '@/assets/img/static-icons/header/influencer.svg?url'; import pricingIcon from '@/assets/img/static-icons/header/pricing.svg?url'; import maintenanceIcon from '@/assets/img/static-icons/header/maintenance.svg?url'; import folderlyIcon from '@/assets/img/static-icons/header/folderly.svg?url'; import caseIcon from '@/assets/img/static-icons/header/case.svg?url'; import brushIcon from '@/assets/img/static-icons/header/brush.svg?url'; import headphonesIcon from '@/assets/img/static-icons/header/headphones.svg?url'; import bookIcon from '@/assets/img/static-icons/header/book.svg?url'; import questionIcon from '@/assets/img/static-icons/header/help-center.svg?url'; import belkinsIcon from '@/assets/img/static-icons/header/belkins.svg?url'; import rocketIcon from '@/assets/img/static-icons/header/rocket.svg?url'; import labelIcon from '@/assets/img/static-icons/header/label.svg?url'; import envelopeIcon from '@/assets/img/static-icons/header/envelope.svg?url'; import testimonialsIcon from '@/assets/img/static-icons/header/testimonials.svg?url'; import leadforceIcon from '@/assets/img/static-icons/header/leadforce.svg?url'; import companyIcon from '@/assets/img/static-icons/header/company.svg?url'; import productsIcon from '@/assets/img/static-icons/header/products.svg?url'; import careersIcon from '@/assets/img/static-icons/header/careers.svg?url'; import contactUsIcon from '@/assets/img/static-icons/header/contact-us.svg?url'; export const howItWorks: INavigation.NavigationSection = { title: 'How it works', items: [ { title: 'Video Testimonials', href: '/testimonials', description: ` Actual companies, real people, honest reviews — learn how Belkins approach has helped these businesses grow. `, image: testimonialsIcon, changeColor: true, }, ], }; export const solutions: INavigation.NavigationSection = { title: 'Solutions', items: [ { title: 'Appointment Setting', href: '/appointment-setting', description: ` Increase your number of closed deals with our B2B Appointment Setting service. Create an effective strategy! `, image: statsIcon, changeColor: true, }, { title: 'Inbound Appointment Setting', href: '/inbound-appointment-setting', description: ` Get B2B inbound leads by mixing appointment-setting and marketing strategies. `, image: inboundAppointmentSettingIcon, changeColor: true, }, { title: `Lead Research`, href: '/lead-research', description: ` Order in-depth lead research by a qualified B2B researcher. Build the perfect list for your sales funnel. `, image: searchIcon, changeColor: true, }, { title: `The LinkedIn Influencer Program`, href: '/influencer-marketing', description: ` Use our LinkedIn Influencer Program to boost your marketing and outreach. Improve your prospecting right away. `, image: influencerIcon, changeColor: true, }, { title: `Pricing`, href: '/pricing', description: ` Our email deliverability experts ensure world-class copywriting, email management, and spam control services for your business. `, image: pricingIcon, changeColor: true, }, { title: `Email Deliverability Services`, href: '/email-deliverability', description: ` We improve your flow of leads with world-class copywriting, email management and spam control `, image: maintenanceIcon, changeColor: true, }, ], }; export const products: INavigation.NavigationSection = { title: 'Products', items: [ { external: true, title: 'Folderly', href: 'https://folderly.com/', description: 'All-in-one platform for spam testing and email deliverability fixing to increase your email performance.', image: folderlyIcon, changeColor: false, }, { external: true, title: 'LeadsForce', href: 'https://leadsforce.io/', description: 'All-in-one platform for spam testing and email deliverability fixing to increase your email performance.', image: leadforceIcon, changeColor: false, }, // { // external: true, // title: '10-in-1 Suite', // href: 'https://belkins.app/', // description: `A suite of products that you can use for your marketing and sales in order to grow your company.`, // image: 'app', // }, ], }; export const resources: INavigation.NavigationSection = { title: 'Resources', items: [ { title: 'Case Studies', href: '/case-studies', image: caseIcon, changeColor: true, }, { title: 'Blog', href: '/blog', description: `If you're looking for interesting content, look no further than Belkins B2B lead generation blog.`, image: brushIcon, changeColor: true, }, { title: 'Belkins Growth Podcast', href: '/podcasts', description: 'Only the most exclusive insights in each B2B growth podcast. Hit "Play" and enjoy!', image: headphonesIcon, changeColor: true, }, { title: 'How-to Guides', href: '/how-to-guides', description: 'Want to start the sales process the right way? Use our expert guides to build perfect campaigns.', image: bookIcon, changeColor: true, }, { title: 'Help Center ', href: '/help-center', description: 'How can you help your B2B sales grow? Make sure you know the answer - our Help Center is at your service.', image: questionIcon, changeColor: true, }, ], }; export const company: INavigation.NavigationSection = { title: 'Company', items: [ { title: 'About Us', href: '/about-us', image: belkinsIcon, changeColor: true, }, { title: 'Careers', href: '/careers', image: rocketIcon, changeColor: true, numberPositions: 0, }, { title: 'Pricing', href: '/pricing', image: labelIcon, changeColor: true, }, { title: 'Case studies', href: '/case-studies', image: labelIcon, changeColor: true, }, { title: 'Sales tools', href: '/sales-tools', image: labelIcon, changeColor: true, }, { title: 'Contact Us', href: '/contact-us', image: envelopeIcon, changeColor: true, }, // { // title: 'White-Label', // href: '/white-label', // image: labelIcon, // changeColor: true, // }, ], }; export const more: INavigation.NavigationSection = { title: 'More', items: [ { title: 'Company', href: '', description: ` Meet the team behind the company, discover new career opportunities, and see how to get in touch with us. `, image: companyIcon, changeColor: true, categories: [ { title: 'About us', href: '/about-us', description: ` Meet Belkins lead generation and sales development team. See what we're all about! `, image: belkinsIcon, changeColor: true, }, { title: 'Careers', href: '/careers', description: ` Want to join our team and grow together? Check out the career offers we have here at Belkins! `, image: careersIcon, changeColor: true, numberPositions: 0, }, { title: 'Contact us', href: '/contact-us', description: ` Up for a chat? Want to know more about our lead generation services? Just contact us. `, image: contactUsIcon, changeColor: true, }, ], }, { title: 'Products', href: '', description: ` Convert more leads with our email marketing product. We put our expertise into code and made it work. `, image: productsIcon, changeColor: true, categories: [ { external: true, title: 'Folderly', href: 'https://folderly.com/', description: 'Discover the true potential of your domain and mailboxes. Achieve peak email deliverability.', image: folderlyIcon, changeColor: false, }, { external: true, title: 'LeadsForce', href: 'https://leadsforce.io/', description: 'Create more targeted sales lead lists with LeadsForce. Build high-value lists and create a contact database to grow.', image: leadforceIcon, changeColor: false, }, ], }, { title: 'Sales tools', href: '/sales-tools', description: ` Need an effective B2B sales tool? Take a look at our suggestions and recommendations. `, image: testimonialsIcon, changeColor: true, }, ], }; export const navigation = { solutions, products, resources, company, };