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:35 +00:00
parent 801ec1fd01
commit e68fcd1795
1 changed files with 2 additions and 2 deletions

View File

@ -16,13 +16,13 @@ const geistMono = localFont({
})
export const metadata: Metadata = {
title: 'rTube - Community Video Hosting, Storage & Streaming',
title: '(you)rTube — Community Video Hosting, Storage & Streaming',
description: 'Who needs YouTube, when you have (ou)rTube! Self-hosted video recording, live streaming, and storage for rSpace communities.',
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>",
},
openGraph: {
title: 'rTube - Community Video Hosting, Storage & Streaming',
title: '(you)rTube — Community Video Hosting, Storage & Streaming',
description: 'Who needs YouTube, when you have (ou)rTube! Self-hosted video recording, live streaming, and storage for rSpace communities.',
type: 'website',
url: 'https://rtube.online',