From a305d05092215d090f2ed2844f47f0064c164997 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Thu, 26 Feb 2026 04:24:19 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 206d43e..ae4b517 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,7 +7,7 @@ const inter = Inter({ subsets: ['latin'], variable: '--font-inter' }) const jetbrainsMono = JetBrains_Mono({ subsets: ['latin'], variable: '--font-mono' }) export const metadata: Metadata = { - title: 'rCal | Relational Calendar', + title: '(you)rCal — Relational Calendar', description: 'Spatiotemporal calendar with lunar overlay and multi-granularity navigation', icons: { icon: "data:image/svg+xml,📅",