Brand assets: node-mesh favicon + PWA icons + manifest palette
The token redesign couldn't touch static rasters/config — these were still the old claw mark + old coral. Regenerate favicon (icon.svg + icon.png) and PWA icons (192/512) as the node-mesh glyph; manifest theme_color #f96565→#ff6f61, background #121212→#08080a; refresh the description/tagline. Co-Authored-By: Claude Opus 4.8 <[email protected]>
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 4.5 KiB |
|
Before Width: | Height: | Size: 108 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 17 KiB |
@@ -0,0 +1,7 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512">
|
||||||
|
<rect width="512" height="512" rx="112" fill="#0d0d10"/>
|
||||||
|
<path d="M256 132 L388 380 L124 380 Z" fill="none" stroke="#ff6f61" stroke-width="14" stroke-linejoin="round" stroke-opacity="0.55"/>
|
||||||
|
<circle cx="256" cy="132" r="40" fill="#ff6f61"/>
|
||||||
|
<circle cx="388" cy="380" r="40" fill="#ff6f61"/>
|
||||||
|
<circle cx="124" cy="380" r="40" fill="#ff6f61"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 445 B |
@@ -42,7 +42,7 @@ const geistMono = localFont({
|
|||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Clawmates",
|
title: "Clawmates",
|
||||||
description: "Your team of AI coworkers",
|
description: "Deploy agents at any scale — a single claw to a whole org.",
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
|
|||||||
@@ -6,11 +6,11 @@ export default function manifest(): MetadataRoute.Manifest {
|
|||||||
return {
|
return {
|
||||||
name: "Clawmates",
|
name: "Clawmates",
|
||||||
short_name: "Clawmates",
|
short_name: "Clawmates",
|
||||||
description: "Collaborative AI agents with human-in-the-loop safety.",
|
description: "Deploy agents at any scale — a single claw to a whole org.",
|
||||||
start_url: "/",
|
start_url: "/",
|
||||||
display: "standalone",
|
display: "standalone",
|
||||||
background_color: "#121212",
|
background_color: "#08080a",
|
||||||
theme_color: "#f96565",
|
theme_color: "#ff6f61",
|
||||||
icons: [
|
icons: [
|
||||||
{ src: "/icons/icon-192.png", sizes: "192x192", type: "image/png" },
|
{ src: "/icons/icon-192.png", sizes: "192x192", type: "image/png" },
|
||||||
{
|
{
|
||||||
|
|||||||