/** * Shared landing-page CTA destinations. Every "Get started"/"Sign up" CTA * across the marketing site funnels to signup; every "Talk to sales"/ * "Contact sales" CTA funnels to the demo-request form. Centralized here so * no CTA can drift to the wrong destination independently. */ export const SIGNUP_HREF = '/signup' export const DEMO_HREF = '/demo'