diff --git a/src/components/Navigation/Navigation.astro b/src/components/Navigation/Navigation.astro index 5def16421..8ef1a3f1d 100644 --- a/src/components/Navigation/Navigation.astro +++ b/src/components/Navigation/Navigation.astro @@ -29,16 +29,14 @@ import { AccountDropdown } from './AccountDropdown'; @@ -89,10 +87,7 @@ import { AccountDropdown } from './AccountDropdown';
  • - + AI Tutor
  • diff --git a/src/components/NavigationDropdown.tsx b/src/components/NavigationDropdown.tsx index 2bf612e45..c51521ba5 100644 --- a/src/components/NavigationDropdown.tsx +++ b/src/components/NavigationDropdown.tsx @@ -1,12 +1,8 @@ import { - BookOpenText, - CheckSquare, - FileQuestion, - FolderKanban, - Menu, - Shirt, - Video, - Database, + BookOpenText, FolderKanban, + Menu, Database, + ArrowRight, + Users } from 'lucide-react'; import { useEffect, useRef } from 'react'; import { cn } from '../lib/classname.ts'; @@ -26,6 +22,13 @@ const links = [ isHighlighted: false, isNew: true, }, + { + link: '/get-started', + label: 'Get Started', + description: 'Pick a path and get started', + Icon: ArrowRight, + isHighlighted: false, + }, { link: '/projects', label: 'Projects', @@ -33,20 +36,6 @@ const links = [ Icon: FolderKanban, isHighlighted: false, }, - { - link: '/best-practices', - label: 'Best Practices', - description: "Do's and don'ts", - Icon: CheckSquare, - isHighlighted: false, - }, - { - link: '/questions', - label: 'Questions', - description: 'Test and Practice your knowledge', - Icon: FileQuestion, - isHighlighted: false, - }, { link: '/guides', label: 'Guides', @@ -55,19 +44,11 @@ const links = [ isHighlighted: false, }, { - link: 'https://youtube.com/@roadmapsh', - label: 'Videos', - description: 'Animated and interactive content', - Icon: Video, - isExternal: true, - isHighlighted: false, - }, - { - link: 'https://cottonbureau.com/people/roadmapsh', - label: 'Shop', - description: 'Get some cool swag', - Icon: Shirt, - isExternal: true, + link: '/teams', + label: 'Teams', + description: 'Collaborate with your team', + Icon: Users, + isExternal: false, isHighlighted: false, }, { diff --git a/src/components/TopNavDropdowns/AIDropdownMenu.tsx b/src/components/TopNavDropdowns/AIDropdownMenu.tsx index 17101b5ed..2d64894c7 100644 --- a/src/components/TopNavDropdowns/AIDropdownMenu.tsx +++ b/src/components/TopNavDropdowns/AIDropdownMenu.tsx @@ -49,7 +49,7 @@ export function AIDropdownMenu() { + AI Tutor diff --git a/src/icons/bolt.svg b/src/icons/bolt.svg new file mode 100644 index 000000000..f0b0e00c0 --- /dev/null +++ b/src/icons/bolt.svg @@ -0,0 +1,5 @@ + + + \ No newline at end of file diff --git a/src/pages/premium.astro b/src/pages/premium.astro index 1440e747e..0c800c7db 100644 --- a/src/pages/premium.astro +++ b/src/pages/premium.astro @@ -3,7 +3,63 @@ import BaseLayout from '../layouts/BaseLayout.astro'; import { PremiumPage } from '../components/Premium/PremiumPage'; --- - +