import clsx from 'clsx' import { Button } from '@/components/Button' import { Container } from '@/components/Container' function SwirlyDoodle(props) { return ( ) } function CheckIcon({ className, ...props }) { return ( ) } function Plan({ name, price, description, href, features, featured = false }) { return (

{name}

{description}

{price}

) } export function Pricing() { return (

Simple pricing, {' '} for everyone.

It doesn’t matter what size your business is, our software won’t work well for you.

) }