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} {features.map((feature) => ( {feature} ))} Get started ) } 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. ) }
{description}
{price}
It doesn’t matter what size your business is, our software won’t work well for you.