Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit dd71e33

Browse files
authored
Merge pull request #708 from aibtcdev/staging
Staging
2 parents bedf723 + 421a291 commit dd71e33

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

src/app/layout.tsx

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,12 @@ export const metadata: Metadata = {
1616
default: "AIBTC",
1717
template: "%s | AIBTC",
1818
},
19-
description:
20-
"AI-powered agents. Bitcoin-backed DAOs. Fully autonomous governance.",
19+
description: "The Bitcoin Coordination Network.",
2120
keywords: ["Bitcoin", "AI", "Stacks", "L2", "Trading", "DAO"],
2221
authors: [{ name: "AIBTC" }],
2322
openGraph: {
2423
title: "AIBTC",
25-
description:
26-
"AI-powered agents. Bitcoin-backed DAOs. Fully autonomous governance.",
24+
description: "The Bitcoin Coordination Network.",
2725
type: "website",
2826
images: [
2927
{
@@ -37,8 +35,7 @@ export const metadata: Metadata = {
3735
twitter: {
3836
card: "summary_large_image",
3937
title: "AIBTC",
40-
description:
41-
"AI-powered agents. Bitcoin-backed DAOs. Fully autonomous governance.",
38+
description: "The Bitcoin Coordination Network.",
4239
images: [
4340
{
4441
url: "https://aibtc.com/logos/twitter-share-image.jpeg",

src/components/reusables/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export function Footer() {
5555
<div className="flex items-center justify-center gap-2 text-xs text-muted-foreground/80">
5656
<span>© {new Date().getFullYear()} AIBTC</span>
5757
<div className="w-1 h-1 rounded-sm bg-muted-foreground/40" />
58-
<span>AI DAOs on Bitcoin</span>
58+
<span>The Bitcoin Coordination Network</span>
5959
</div>
6060
</div>
6161
</div>

0 commit comments

Comments
 (0)