From b4f54da46656e83c2a58e0260b6caa9235e0f1d8 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 --- 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 16f336a..bf3a657 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -15,7 +15,7 @@ const geistMono = Geist_Mono({ }); export const metadata: Metadata = { - title: "rVote - Quadratic Proposal Ranking for Community Governance", + title: "(you)rVote — Quadratic Proposal Ranking for Community Governance", description: "A democratic backlog prioritization platform with quadratic proposal ranking. Proposals are ranked by members, and top proposals advance to pass/fail voting.", keywords: ["ranking", "governance", "quadratic proposal ranking", "proposals", "community", "backlog prioritization"],