import Link from 'next/link' import { AppSwitcher } from '@/components/AppSwitcher' import { EcosystemFooter } from '@/components/EcosystemFooter' export default function Home() { return (
{/* Nav */} {/* Hero */}

Plan Your Trip, Naturally

Describe your dream trip in plain language. We'll structure it into itineraries, budgets, and bookings — then give you a collaborative canvas to plan together in real-time.

Start Planning My Trips
{/* How it Works */}

How It Works

{/* Describe */}

Describe It

Tell us about your trip in natural language. “Fly from Toronto to Bali for 2 weeks in March, budget $3000.” We parse it into structured data you can refine.

{/* Structure */}

We Structure It

AI extracts destinations, dates, budgets, and bookings into organized views. Edit itineraries, track expenses, manage packing lists — all structured and searchable.

{/* Collaborate */}

Collaborate on Canvas

Open the collaborative canvas to plan visually with your travel partners. Drag destinations, connect itineraries, and brainstorm together in real-time or async.

{/* CTA */}

Ready to plan your next adventure?

Just describe where you want to go. We'll handle the rest.

Plan a Trip
{/* Footer */}
) }