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',