Navbar Design and CTA Hierarchies #637
MaggieAppleton
started this conversation in
Pitches
Replies: 2 comments 1 reply
-
I really like where vercel stashes light/dark mode and the addition of the "system" preference. their footer is generally good imo |
Beta Was this translation helpful? Give feedback.
1 reply
-
Ya, I noticed it the other day and thought about your comment. I also like the idea of respecting system prefs this way. This feels like a good pattern that could also be applied to our template.
The "robust sitemap" in the footer is cool too.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Why we need to improve our navbar and CTA hierarchies
At the moment our navbar has three big blue buttons that all feel like they're the same level of importance – "browse," "search," and our main CTA button. At the moment that main CTA button says "own your online presence" no matter what kind of user you're logged in as (visitor, non-member with an account, paying member)
Current navbar for three types of users:
Our primary business goal is to get people to sign up for a free account, in order to later convert them into a paying member. None of our primary CTAs currently allow users to do this.
The CTA in the navbar should be reserved for our core business goals. Fleeting project clubs and self-paced value paths are important but nowhere near as important as helping people sign up for accounts and then convert to paying members. The design and visual hierarchy of our navbar should reflect that.
The search and browse buttons are not as important as the primary business goals, and should be styled as secondary buttons rather than primary CTAs.
Proposed design changes
1. Change the browse button and search bar to be styled as secondary buttons.
https://egghead.io/q?q=
2. Browse button should trigger a flyout menu
https://egghead.io/topics
. It should also include links to Articles, Podcasts, and Talks pages since these are hidden and difficult for users to find.3. Reserve the primary CTA only for the core business goals of signing up and becoming a member.
https://egghead.io/login
although we need to change this to an onboarding flow in the future).4. Move fleeting clubs, projects, opportunities, and promotions into banners beneath the navbar.
(copywriting here is a placeholder as an example, not a literal suggestion.)
5. Move the dark mode/light mode settings to the user settings page
https://egghead.io/user
Profile
page of theegghead Design System
file in our team Figma. There are larger profile design changes suggested in that file which can be ignored for now. Simply moving the light/dark toggle is sufficient for this scope.6. Change the "Bookmarks" button to read "My Dashboard"
These design mockups are all accessible in our Figma account inside the
egghead Design System
file. In the left-hand toolbar underPages
click into the "Navigation" page.The navbar layout is pulled directly from Tailwinds UI, which can be used as a base to speed up development. It takes care of mobile view and dark mode as well. The flyout menu for the 'browse' button and the promotion banners are also based in Tailwinds UI
Beta Was this translation helpful? Give feedback.
All reactions