diff --git a/app/layout.tsx b/app/layout.tsx index be9a6b9..8de0e8e 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -11,9 +11,9 @@ export async function generateMetadata( parent: ResolvingMetadata ): Promise { return { - title: "Gibwork | Find Talent, Find Work", + title: "Gibwork | Find bounties. Get paid.", description: - "Gibwork connects skilled professionals with freelance work opportunities, offering seamless integration with all Solana tokens for secure and efficient transactions.", + "Discover paid bounties, submit completed work, and get paid in USDC or Solana tokens from your wallet.", openGraph: { images: [`https://cdn.gib.work/metadata/default.png`], }, diff --git a/app/page.tsx b/app/page.tsx index 3b9c101..9a0948c 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -6,6 +6,7 @@ import { CTA } from "@/components/cta"; import { Footer } from "@/components/footer"; import { Testimonial } from "@/components/testimonial"; import { Faq } from "@/components/faq"; +import { MobileApp } from "@/components/mobile-app"; export default function Home() { return ( @@ -14,6 +15,7 @@ export default function Home() { + diff --git a/components/faq.tsx b/components/faq.tsx index 5e4acab..e058a20 100644 --- a/components/faq.tsx +++ b/components/faq.tsx @@ -41,8 +41,8 @@ export function Faq() { How do I create Work on Gibwork? - Under the earnings display on the apps home page, click the - "Create" buttons for creating Open Source Bounties and Task. These buttons guide you through the process of creating and posting jobs on the + Under the earnings display on the app home page, click the + "Create" buttons for creating open source bounties and tasks. These buttons guide you through the process of creating and posting jobs on the platform. @@ -51,8 +51,16 @@ export function Faq() { What's the difference between a bounty and a task? - A bounty is a Github issue with a monetary reward. A task is a - specific, often smaller job that needs to be completed. + A bounty is a GitHub issue with a monetary reward. A task is a + specific, often smaller job with instructions, deliverables, and a + visible payout. + + + + How are winners selected? + + Creators review submissions against the task requirements and + approve the contribution that best completes the work. @@ -64,8 +72,9 @@ export function Faq() { What payment methods does gibwork support? - We only support wallet transactions, i.e., depositing the winning amount directly to - your wallet in the form of crypto or stablecoins. + Gibwork supports wallet transactions, depositing the winning + amount directly to your wallet in crypto or stablecoins such as + USDC. {/* diff --git a/components/footer.tsx b/components/footer.tsx index 9d6a3da..ff2f133 100644 --- a/components/footer.tsx +++ b/components/footer.tsx @@ -43,6 +43,13 @@ export function Footer() { Testimonial + + Mobile App + + {/* Docs @@ -71,7 +78,7 @@ export function Footer() {

Resources

Privacy Policy diff --git a/components/hero.tsx b/components/hero.tsx index a85820f..04cd06e 100644 --- a/components/hero.tsx +++ b/components/hero.tsx @@ -11,7 +11,6 @@ import { siteConfig } from "@/lib/site-config"; import SparklesText from "./ui/sparkles-text"; import { motion } from "framer-motion"; import { FADE_UP_ANIMATION_VARIANTS } from "@/lib/framer-variants"; -import { Clipboard } from "flowbite-react" export function Hero() { @@ -33,14 +32,14 @@ export function Hero() {
- Introducing gibwork + Onchain task marketplace
@@ -49,17 +48,25 @@ export function Hero() { variants={FADE_UP_ANIMATION_VARIANTS} className="max-w-2xl mt-4 w-full sm:text-lg text-muted-foreground" > - Whether you're searching for your next gig or seeking skilled individuals, our platform - connects you with the perfect match. + Browse active bounties, complete clear tasks, and submit your work for + USDC or Solana token payouts when creators approve your contribution. - - + +
Create work for others to complete and get the support you need to - achieve your goals. + ship faster. Open Source Bounty - Incentivize a pull request made from a Github issue. + Incentivize pull requests from GitHub issues. @@ -130,7 +130,7 @@ export function LookingFor() { Simple Task - Small tasks achievable in a few hours. + Post focused tasks with clear deliverables and rewards. @@ -179,7 +179,7 @@ export function LookingFor() { className="text-center mt-2 text-muted-foreground" > Discover work opportunities that you could do, complete the work, - and start earning. + submit proof, and track progress from review to payout. +
+ +

+ Now on iPhone +

+

+ Find paid work from your phone +

+

+ Gibwork's iPhone app helps contributors browse bounties, + submit completed work, track status updates, and manage payouts + without leaving the task flow. +

+ + +
+ + + {highlights.map((highlight) => { + const Icon = highlight.icon; + + return ( +
+
+ +
+
+

{highlight.title}

+

+ {highlight.description} +

+
+
+ ); + })} +
+
+ + ); +} diff --git a/components/nav.tsx b/components/nav.tsx index fe8bcef..4e5a3a2 100644 --- a/components/nav.tsx +++ b/components/nav.tsx @@ -40,6 +40,9 @@ export function Nav() { + {/* */} @@ -138,6 +141,14 @@ export function Nav() { > Testimonial + {/*