-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[📖] Redesign landing page for a more professional look #891
Comments
In our case I think taking inspiration from the park ui landing page (at least the components off-screen) probably wouldn't be ideal. Focus will actually move the page location, and if a keyboard is used on any of those components you will quickly have a broken landing page 😅 . The design of it is awesome though. |
But yes, we definitely need a better homepage / landing page for Qwik UI 😄 . I think this is great 👍 |
Yes, also on mobile this pattern doesn't look great. Though you could argue a docs site shouldn't be mobile first, I still prefer having something that looks good both on desktop and mobile. |
Interesting that both ShadCN and ParkUI have gone monochrome by default on their landing pages. IMO, they both feel a bit cold and utilitarian. It would be nice to find balance between professional and spirited. |
Suggestion
This is relatively important as the landing page is the first impression people get when looking up the project.
Potential sources of inspiration:
I think because we are maintaining both headless and styled, we need a way to convey that we have both, while at the same time showcase the benefits of each.
Benefits of headless: accessibility (aria, etc.), functionality (headless APIs), performance (resumability)
Benefits of styled: variants (chosen constraints), customizability (css vars + copy/paste), maintainability (reusable pieces)
Ideas in order of preference:
Titles on left with a BIG FAT SWITCH to switch from styled to headless. On the right, an auto-scrolling carousel of components showcasing the styled variants stacked (a bit like sonner toasts https://ui.shadcn.com/docs/components/sonner where when you hover over it it shows every item, but stacked towards top-right corner). When switching from styled to headless, the stacked variants disappear.
Similar to shadcn
Similar to Park/Daisy
The text was updated successfully, but these errors were encountered: