From 211cf17ebdf57b922fd769622fe5c1213fbb0429 Mon Sep 17 00:00:00 2001 From: eastlight2 Date: Tue, 14 Jul 2026 03:24:32 +0900 Subject: [PATCH 1/3] refresh landing page for mobile app --- app/layout.tsx | 4 ++-- app/page.tsx | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index be9a6b9..1db6f25 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 | Work. Get paid instantly. Anywhere.", description: - "Gibwork connects skilled professionals with freelance work opportunities, offering seamless integration with all Solana tokens for secure and efficient transactions.", + "Create work, take it on, and get paid in USDC or any Solana token with smart-contract escrow and onchain settlement.", openGraph: { images: [`https://cdn.gib.work/metadata/default.png`], }, diff --git a/app/page.tsx b/app/page.tsx index 3b9c101..f36a4ad 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -6,12 +6,14 @@ 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 (