Align landing page with the current mobile bounty experience - #168
Conversation
|
@BabyKaimanPoppa is attempting to deploy a commit to the gibwork Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3e1580e85c
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| <Button asChild variant={"ghost"} className="text-muted-foreground text-xs"> | ||
| <Link href={"/#mobile-app"}>Mobile App</Link> | ||
| </Button> |
There was a problem hiding this comment.
Use the mobile navigation until the desktop links fit
At the lower end of the md breakpoint (approximately 768–850 px), this added link is rendered alongside the full logo, four other links, three social buttons, and the enlarged “Browse Work” CTA, while the link group does not become absolutely positioned until lg. Those controls require more width than the navigation container provides, causing overlap or horizontal overflow even though the mobile-menu button is hidden. Keep the mobile layout through this range or move the desktop controls to the lg breakpoint.
Useful? React with 👍 / 👎.
Summary
Refreshes the Gibwork landing page around the current product promise: Find bounties. Get paid.
Screenshots
Updated hero
Mobile app section
Full landing page
Validation
npm run buildAI assistance disclosure
This contribution was prepared with AI assistance under the contributor's direction. The implementation was locally reviewed, built, and visually verified before submission.