feat: add a mobile app section and refresh the hero copy - #154
Open
letom1176-spec wants to merge 6 commits into
Open
feat: add a mobile app section and refresh the hero copy#154letom1176-spec wants to merge 6 commits into
letom1176-spec wants to merge 6 commits into
Conversation
|
@letom1176-spec is attempting to deploy a commit to the gibwork Team on Vercel. A member of the Team first needs to authorize it. |
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.
What & why
The landing page doesn't mention Gibwork's mobile app and reads as a generic freelance marketplace rather than the on-chain, pay-to-your-wallet bounty market it is. This adds a dedicated mobile-app section and refreshes the hero copy to match the product.
Changes
MobileAppsection (components/mobile-app.tsx), rendered right after the hero — two columns on desktop, stacked on mobile, using the repo's existing framer-motion + Tailwind + shadcn patterns and design tokens. It has a phone mockup built from in-repo assets only (no new images) and an Android store badge.lib/site-config.ts:androidUrlpoints to the live Google Play listing (com.gibwork.app);iosUrlis left empty with a TODO, and the App Store badge renders conditionally so it stays hidden until a real iOS URL exists.components/logo/(apple.tsx,googleplay.tsx) to match the existing convention. No new dependencies.Notes