/** * rSchedule landing — marketing page for rspace.online/rschedule standalone. * * In-space `/:space/rschedule` bypasses this and renders the public booking * UI directly via . */ export function renderLanding(): string { return `
Public Booking Pages

Book time with (you)rSpace.

Calendly-style public booking pages for every space and every user — backed by rCal availability, Google Calendar conflict checking, and encrypted invitations.

Each space and each user gets their own bookable schedule page. Guests pick a slot, confirm, and get a calendar invite. Hosts see bookings in their own rSchedule view — including bookings they're invited to across other spaces.

📅

Weekly Rules + Overrides

Set recurring weekly availability, then block or open specific dates with one-off overrides.

📧

Google Calendar Sync

Connect your Google Calendar — busy times block bookings, confirmed bookings create gcal events.

🔗

Self-Cancel Links

Every confirmation email includes a signed cancel token — guests reschedule without logging in.

👥

Cross-Space Invites

Invite other spaces or users as attendees. They see the booking in their own rSchedule view too.

Every space, bookable.

← Back to rSpace

`; }