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 54e4feef1d
commit b9a1fc96eb
1 changed files with 2 additions and 2 deletions

View File

@ -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,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>✈️</text></svg>",
},
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',