import { EmptyState, PageHeader } from '../components/shared'
import { Icons } from '../components/shared/Icons'
import { Button } from '../components/ui'
export default function MonetizationPage() {
return (
{/* Panel container - full-bleed borders */}
{/* Membership Tiers */}
Membership Tiers
Create subscription tiers for your readers
Create Tier}
/>
{/* Pricing */}
Pricing
Set up payments for your membership
Payment Integration
Connect your Stripe account to start accepting payments from your members.
{/* Member-Only Content - inline toggle rows */}
Free Preview
Show a preview before the paywall
Show Member Count
Display number of members publicly
)
}