feat(web): add "How it works" section to marketing landing page#1949
Closed
RSingh0925 wants to merge 3 commits intoopenstatusHQ:mainfrom
Closed
feat(web): add "How it works" section to marketing landing page#1949RSingh0925 wants to merge 3 commits intoopenstatusHQ:mainfrom
RSingh0925 wants to merge 3 commits intoopenstatusHQ:mainfrom
Conversation
Create and register MDX component, place it between Hero and Features sections
Apply green accents and success color across component elements
Add "How it works" section to the landing page
|
The latest updates on your projects. Learn more about Vercel for GitHub. 2 Skipped Deployments
|
|
@vercel[bot] is attempting to deploy a commit to the OpenStatus Team on Vercel. A member of the Team first needs to authorize it. |
Member
|
Hey @RSingh0925 Our marketing content intentionally written in our *.mdx to be able to keep it easy to change, avoid over engineering by thinking about new design decisions, and avoid too many custom components. I'd suggest: instead of creating a new component where we have to rethink a bit about CI, something like in home.mdx: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new "How it works" section to the marketing landing page
(apps/web) to help visitors quickly understand the OpenStatus workflow.
What changed
between the Hero section and the Features section
Type of change
Details
The section includes 3 steps:
Built using the existing stack: Next.js + Tailwind CSS + shadcn/ui + lucide-react.
Fully responsive and dark/light mode compatible.
Screenshot
Checklist