feat: BLB logo favicon + FBBanner OG image — new brand assets from Aaron

This commit is contained in:
2026-04-10 01:11:50 -05:00
parent 690259130c
commit 3e65e1ad60
7 changed files with 12 additions and 1 deletions
+12 -1
View File
@@ -8,12 +8,23 @@ export default function Home() {
<title>Bone Lord Bob American Anime</title>
<meta name="description" content="Bone Lord Bob is an American Anime project — dark, brutal, beautiful. Coming soon." />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="/favicon.ico" />
<link rel="icon" href="/favicon.ico" sizes="any" />
<link rel="icon" href="/icon-192.png" type="image/png" sizes="192x192" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
{/* Open Graph */}
<meta property="og:title" content="Bone Lord Bob" />
<meta property="og:description" content="American Anime. Dark. Brutal. Beautiful." />
<meta property="og:type" content="website" />
<meta property="og:image" content="/og-image.png" />
<meta property="og:image:width" content="1536" />
<meta property="og:image:height" content="1024" />
{/* Twitter Card */}
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Bone Lord Bob" />
<meta name="twitter:description" content="American Anime. Dark. Brutal. Beautiful." />
<meta name="twitter:image" content="/og-image.png" />
</Head>
<div className={styles.page}>
Binary file not shown.

Before

Width:  |  Height:  |  Size: 294 KiB

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 692 B

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 MiB

After

Width:  |  Height:  |  Size: 2.4 MiB