From ce05a5196036b5d36a215b6bb128436c8774caf6 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Thu, 26 Feb 2026 04:24:03 +0000 Subject: [PATCH] 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 --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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',