From b9a1fc96eba51cfc623992ddc67b6e7bebe68448 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f157155..cbc6680 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -10,13 +10,13 @@ const inter = Inter({ }) export const metadata: Metadata = { - title: 'rTrips - Collaborative Trip Planning', + title: '(you)rTrips — Collaborative Trip Planning', description: 'Plan trips together with natural language input, structured itineraries, and a real-time collaborative canvas. Describe your trip and let AI structure it for you.', icons: { icon: "data:image/svg+xml,✈️", }, openGraph: { - title: 'rTrips - Collaborative Trip Planning', + title: '(you)rTrips — Collaborative Trip Planning', description: 'Plan trips together with natural language input and real-time collaborative canvas.', type: 'website', url: 'https://rtrips.online',