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:21:51 +00:00
parent 8b2282a615
commit 50fbb7808c
1 changed files with 2 additions and 2 deletions

View File

@ -14,13 +14,13 @@ const geistMono = localFont({
})
export const metadata: Metadata = {
title: 'rFunds - Threshold-Based Flow Funding',
title: '(you)rFunds — Threshold-Based Flow Funding',
description: 'Design, simulate, and share continuous funding flows with threshold-based mechanisms. Create interconnected funding funnels with overflow routing and outcome tracking.',
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: 'rFunds - Threshold-Based Flow Funding',
title: '(you)rFunds — Threshold-Based Flow Funding',
description: 'Design, simulate, and share continuous funding flows with threshold-based mechanisms.',
type: 'website',
url: 'https://rfunds.online',