MongoDB Crash Course 2022 < TODO: Add Video Link
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// NAVIGATION | |
export const NAV_LINKS = [ | |
{ href: '/', key: 'home', label: 'Home' }, | |
{ href: '/', key: 'how_hilink_work', label: 'How Hilink Work?' }, | |
{ href: '/', key: 'services', label: 'Services' }, | |
{ href: '/', key: 'pricing ', label: 'Pricing ' }, | |
{ href: '/', key: 'contact_us', label: 'Contact Us' }, | |
]; | |
// CAMP SECTION |