Skip to content

Commit 3084edf

Browse files
jarrodwattsclaude
andcommitted
feat(app): polish homepage copy and add favicon
Trim redundant copy, update example prompts, add favicon to app directory for App Router, ensure subtitle stays single-line on desktop. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 95a2d59 commit 3084edf

3 files changed

Lines changed: 5 additions & 21 deletions

File tree

app/src/app/favicon.ico

15 KB
Binary file not shown.

app/src/app/home.module.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,10 @@
6464
line-height: 1.55;
6565
color: #5a6577;
6666
margin: 0;
67-
max-width: 440px;
68-
margin-left: auto;
69-
margin-right: auto;
7067

7168
@include bp-768 {
7269
font-size: 16px;
70+
white-space: nowrap;
7371
}
7472
}
7573

app/src/app/page.tsx

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,9 @@ export default function HomePage() {
9090
<span className={styles.tagDot} />
9191
MCP Server
9292
</div>
93-
<h1 className={styles.title}>Abstract Global Wallet for AI Agents</h1>
93+
<h1 className={styles.title}>Abstract Global Wallet<br />for AI Agents</h1>
9494
<p className={styles.subtitle}>
95-
Give your AI tools secure, scoped access to your Abstract wallet.
96-
Set up in a few minutes — no coding required.
95+
Give AI agents secure, scoped access to your Abstract Global Wallet.
9796
</p>
9897
</div>
9998

@@ -290,26 +289,13 @@ export default function HomePage() {
290289
<span className={styles.codeComment}># Send a token</span>{'\n'}
291290
<span className={styles.codeString}>&quot;Send 0.01 ETH to 0x1234...&quot;</span>{'\n'}
292291
{'\n'}
293-
<span className={styles.codeComment}># Check session status</span>{'\n'}
294-
<span className={styles.codeString}>&quot;Is my wallet session still active?&quot;</span>
292+
<span className={styles.codeComment}># Use an app</span>{'\n'}
293+
<span className={styles.codeString}>&quot;Bet $5 USDC on Man United on Myriad&quot;</span>
295294
</code>
296295
</div>
297296
</div>
298297
</section>
299298

300-
<div className={styles.footer}>
301-
<p className={styles.footerText}>
302-
Full documentation and source code on{' '}
303-
<a
304-
href="https://github.com/Abstract-Foundation/agw-mcp"
305-
target="_blank"
306-
rel="noopener noreferrer"
307-
className={styles.footerLink}
308-
>
309-
GitHub
310-
</a>
311-
</p>
312-
</div>
313299
</div>
314300
</div>
315301
);

0 commit comments

Comments
 (0)