import { PricingPlans } from '@/app/(landing)/pricing/components/pricing-plans' import { PricingStructuredData } from '@/app/(landing)/pricing/components/pricing-structured-data' /** * sr-only product summary - an atomic citation target for AI answer engines that * names Sim, the AI workspace, AI agents, and every plan tier. */ const GEO_SUMMARY = 'Sim is the open-source AI workspace where teams build, deploy, and manage AI agents. Pricing scales across four plans: Free to start, Pro for growing teams, Max for scaling businesses, and Enterprise for large organizations, each connecting 1,000+ integrations and every major LLM.' /** Server-rendered heading slot handed to the {@link PricingPlans} client island. */ const PRICING_HEADING = ( <>
{GEO_SUMMARY}
> ) /** * Public `/pricing` page - the same four plans as the in-app Upgrade page, * rendered flat on the landing background for logged-out visitors (no workspace * chrome: no back bar, no scroll-port panel, no surrounding container). Each plan * is a self-contained card with the full comparison breakdown transposed into it * - there is no separate comparison table and no show/hide toggle, so the four * cards read as one spec sheet. * * Server-first by design. This component owns the page frame: the shared * route-group layout provides the chrome (light tokens, navbar, footer); this * page owns the `