Skip to content

Align landing page with the current mobile bounty experience - #168

Open
waroxa wants to merge 1 commit into
gibwork:mainfrom
waroxa:feat/current-product-mobile-experience
Open

Align landing page with the current mobile bounty experience#168
waroxa wants to merge 1 commit into
gibwork:mainfrom
waroxa:feat/current-product-mobile-experience

Conversation

@waroxa

@waroxa waroxa commented Aug 3, 2026

Copy link
Copy Markdown

Summary

Refreshes the Gibwork landing page around the current product promise: Find bounties. Get paid.

  • adds a dedicated, responsive iPhone app section with an App Store CTA
  • replaces stale example work with evergreen opportunity categories
  • updates navigation, CTA, FAQ, footer, metadata, legal links, and current positioning
  • improves accessibility and reduced-motion support
  • removes the sparkle component's 100 ms state-update loop in favor of deterministic memoized particles

Screenshots

Updated hero

Updated Gibwork hero

Mobile app section

New Gibwork mobile app section

Full landing page

Full updated Gibwork landing page

Validation

  • npm run build
  • Next.js lint and type checks
  • responsive visual review of the hero, mobile-app section, and full page

AI 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.

@vercel

vercel Bot commented Aug 3, 2026

Copy link
Copy Markdown

@BabyKaimanPoppa is attempting to deploy a commit to the gibwork Team on Vercel.

A member of the Team first needs to authorize it.

@waroxa
waroxa marked this pull request as ready for review August 3, 2026 00:13

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment thread components/nav.tsx
Comment on lines +40 to +42
<Button asChild variant={"ghost"} className="text-muted-foreground text-xs">
<Link href={"/#mobile-app"}>Mobile App</Link>
</Button>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge 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 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants