diff --git a/src/components/CourseLanding/CourseFloatingSidebar.tsx b/src/components/CourseLanding/CourseFloatingSidebar.tsx index 60e68e81a..25b64f861 100644 --- a/src/components/CourseLanding/CourseFloatingSidebar.tsx +++ b/src/components/CourseLanding/CourseFloatingSidebar.tsx @@ -1,4 +1,6 @@ import { cn } from '../../lib/classname'; +import { isLoggedIn } from '../../lib/jwt'; +import { showLoginPopup } from '../../lib/popup'; type CourseFloatingSidebarProps = { isSticky: boolean; @@ -7,6 +9,14 @@ type CourseFloatingSidebarProps = { export function CourseFloatingSidebar(props: CourseFloatingSidebarProps) { const { isSticky } = props; + const whatYouGet = [ + 'Full access to all the courses', + 'Personalized access using AI', + 'Certificate of Completion', + 'Playground for live-coding', + 'Challenges / Quizes', + ]; + return (
- @@ -42,17 +60,16 @@ export function CourseFloatingSidebar(props: CourseFloatingSidebarProps) { />
+

What you get