diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8d743b0..a29f044 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -12,7 +12,7 @@ const inter = Inter({ }) export const metadata: Metadata = { - title: 'rNotes - Universal Knowledge Capture', + title: '(you)rNotes — Universal Knowledge Capture', description: 'Capture notes, clips, bookmarks, code, and files. Organize in notebooks, tag freely, and collaborate on a visual canvas shared across r*Spaces.', icons: { icon: "data:image/svg+xml,📝", @@ -24,7 +24,7 @@ export const metadata: Metadata = { title: 'rNotes', }, openGraph: { - title: 'rNotes - Universal Knowledge Capture', + title: '(you)rNotes — Universal Knowledge Capture', description: 'Capture notes, clips, bookmarks, code, and files with a collaborative canvas.', type: 'website', url: 'https://rnotes.online',