import React from 'react';
import { PixelPricingCard } from './PixelPricingCard';
import { PixelBadge } from '../data/PixelBadge';
export function Default() {
return (
);
}
export function WithPriceBadge() {
return (
-33%}
features={[
{ label: 'Unlimited projects' },
{ label: 'SSO + audit log', highlight: true },
{ label: 'Priority support' },
]}
/>
);
}
export function Popular() {
return (
);
}