brand: add (you)r* prefix to landing page title

Reinforces the r-suite "your tools" philosophy across all rApp landing pages.
Also normalizes title separators to em-dash for consistency.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-02-26 04:24:03 +00:00
parent 75278ef730
commit ce05a51960
1 changed files with 2 additions and 2 deletions

View File

@ -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,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>📝</text></svg>",
@ -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',