From 50fbb7808cf1ea1b2e0435595689fd14bf9fa8c6 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Thu, 26 Feb 2026 04:21:51 +0000 Subject: [PATCH] brand: add (you)r* prefix to landing page title MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index 66d3420..a5cdd1a 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -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,📊", }, 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',