Compare commits

...

1 Commits
dev ... main

Author SHA1 Message Date
Jeff Emmett a305d05092 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>
2026-02-26 04:30:03 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ const inter = Inter({ subsets: ['latin'], variable: '--font-inter' })
const jetbrainsMono = JetBrains_Mono({ subsets: ['latin'], variable: '--font-mono' }) const jetbrainsMono = JetBrains_Mono({ subsets: ['latin'], variable: '--font-mono' })
export const metadata: Metadata = { export const metadata: Metadata = {
title: 'rCal | Relational Calendar', title: '(you)rCal — Relational Calendar',
description: 'Spatiotemporal calendar with lunar overlay and multi-granularity navigation', description: 'Spatiotemporal calendar with lunar overlay and multi-granularity navigation',
icons: { 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>", 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>",