Skip to content

Commit 720dcca

Browse files
feat: add FAQ item to desktop navbar
1 parent d9263c3 commit 720dcca

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • apps/web-dashboard/src/pages/LandingPage

apps/web-dashboard/src/pages/LandingPage/index.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,7 @@ const NAV_ITEMS = [
601601
{ label: 'Features', href: '/#client-services', icon: Zap },
602602
{ label: 'Use Cases', href: '/#use-cases', icon: Box },
603603
{ label: 'Pricing', href: '/pricing', icon: Check },
604+
{ label: 'FAQ', href: '/#faq', icon: CircleHelp },
604605
{ label: 'Docs', href: 'https://docs.ub.bitbros.in', icon: Terminal, external: true }
605606
];
606607

0 commit comments

Comments
 (0)