Navigation: [/sitemap.md](/sitemap.md)

---
type: block
category: "pricing"
title: "Pricing 3"
description: "No complex tiers. One plan with everything included for your entire team."
---

```astro live props={{ name: 'pricing-3' }}
---
import Pricing3Block from "@/components/blocks/pricing-3.astro"
---

<Pricing3Block
  badge="Limited offer"
  title="Everything you need in one plan"
  description="No complex tiers. One plan with everything included for your entire team."
  offer={{
    name: "Studio bundle",
    description:
      "Full access for teams managing content, product, and marketing.",
    price: 249,
    currency: "USD",
    unit: "month",
    features: [
      "Unlimited projects and users",
      "Advanced analytics and reporting",
      "Dedicated account manager",
      "Custom integrations and API",
      "SSO and enterprise security",
      "99.9% uptime SLA",
    ],
    button: { label: "Get started today", href: "/docs/" },
  }}
/>
```
