feat: Add About Us page, dark theme, and main page navigation (#14) - #31
Conversation
|
Hi @fahimahammed! I noticed two issues with the CI/CD workflows on my PR: This means the Vercel CLI in the workflow doesn’t have the required authentication token. Only someone with access to the Vercel project can add the VERCEL_TOKEN as a GitHub Actions secret and update the workflow to use it. add-badge/label Action Failed: This usually happens because the GitHub Actions workflow doesn’t have permission to add labels when running on a fork, or the workflow permissions are set to read-only. Only a maintainer can update the repo settings to allow this, or run the workflow from the main repo. Both issues are related to repository/workflow permissions and not to my code. |

Description
This PR adds a new About Us page to the DevUI Components project, implements a cohesive dark theme, and introduces an "About Us" button on the main page for easy navigation.
✅ What’s Included
New
app/about/page.tsxwith:Added an “About Us” button to the main page hero section for direct navigation
Implemented and styled the Separator component for section separation
📸 Screenshots
🧪 How to Test
Run the project:
Visit
/aboutto view the new About Us page.From the main page (
/), click the “About Us” button to navigate.Verify:
🔗 Related Issue
Closes #14