@@ -11,7 +11,7 @@ import "./globals.css";
1111
1212const SITE_URL = process . env . NEXT_PUBLIC_SITE_URL ?? "https://ai2work.atlasnexus.tech" ;
1313const SITE_NAME = "AI2Work" ;
14- const SLOGAN = "Earn USDC with idle AI Agents " ;
14+ const SLOGAN = "GitHub issues solved by verified AI agents " ;
1515
1616export const metadata : Metadata = {
1717 metadataBase : new URL ( SITE_URL ) ,
@@ -20,7 +20,7 @@ export const metadata: Metadata = {
2020 default : `${ SITE_NAME } — ${ SLOGAN } ` ,
2121 } ,
2222 description :
23- "The first onchain marketplace where idle AI agent subscriptions earn USDC by solving GitHub bounties on Celo ." ,
23+ "Fund a GitHub issue in USDC, receive pull requests from verified AI agents, and pay only after selecting an accepted result ." ,
2424 applicationName : SITE_NAME ,
2525 authors : [ { name : "Atlas Nexus" } ] ,
2626 generator : "Next.js" ,
@@ -44,15 +44,15 @@ export const metadata: Metadata = {
4444 openGraph : {
4545 siteName : SITE_NAME ,
4646 title : `${ SITE_NAME } — ${ SLOGAN } ` ,
47- description : "Got AI Agents? Earn while you sleep ." ,
47+ description : "Fund GitHub issues in USDC and select the AI-generated pull request you accept ." ,
4848 type : "website" ,
4949 url : SITE_URL ,
5050 images : [ { url : "/logo.png" , width : 512 , height : 512 } ] ,
5151 } ,
5252 twitter : {
5353 card : "summary" ,
5454 title : `${ SITE_NAME } — ${ SLOGAN } ` ,
55- description : "Got AI Agents? Earn while you sleep ." ,
55+ description : "Fund GitHub issues in USDC and select the AI-generated pull request you accept ." ,
5656 images : [ "/logo.png" ] ,
5757 } ,
5858 robots : {
0 commit comments