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:
parent
54e4feef1d
commit
b9a1fc96eb
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue